<?xml version="1.0"?> <doc> <assembly> <name>DevExpress.Spreadsheet.v14.1.Core</name> </assembly> <members> <member name="T:DevExpress.Spreadsheet.Charts.ShapeFormat"> <summary> <para> [To be supplied] </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.Charts.ShapeFormat.Fill"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.ShapeFormat.Outline"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="M:DevExpress.Spreadsheet.Charts.ShapeFormat.ResetToMatchStyle"> <summary> <para> [To be supplied] </para> </summary> </member> <member name="T:DevExpress.Spreadsheet.Formatting"> <summary> <para>Provides access to cell format characteristics. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.Formatting.Alignment"> <summary> <para>Provides access to cell alignment. </para> </summary> <value>An <see cref="T:DevExpress.Spreadsheet.Alignment"/> object providing properties to specify cell alignment settings. </value> </member> <member name="M:DevExpress.Spreadsheet.Formatting.BeginUpdate"> <summary> <para>Locks the Formatting object by preventing visual updates until the <b>EndUpdate</b> method is called. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.Formatting.Borders"> <summary> <para>Provides access to cell borders. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.Borders"/> object that provides access to the borders of a cell or cell range. </value> </member> <member name="M:DevExpress.Spreadsheet.Formatting.EndUpdate"> <summary> <para>Unlocks the Formatting object after a call to the <b>BeginUpdate</b> method and causes an immediate visual update. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.Formatting.Equals(System.Object)"> <summary> <para>Determines whether or not the specified object is equal to the current Formatting instance. </para> </summary> <param name="obj"> The object to compare with the current object. </param> <returns><b>true</b>, if the specified object is equal to the current Formatting instance; otherwise <b>false</b>. </returns> </member> <member name="P:DevExpress.Spreadsheet.Formatting.Fill"> <summary> <para>Provides access to cell background. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.Fill"/> object providing properties to change cell background characteristics. </value> </member> <member name="P:DevExpress.Spreadsheet.Formatting.Flags"> <summary> <para>Provides access to flags that control which cell format attributes are specified by the applied cell style and which ones are specified by direct cell formatting. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.StyleFlags"/> object providing access to flags, each of which corresponds to a specific group of format attributes. </value> </member> <member name="P:DevExpress.Spreadsheet.Formatting.Font"> <summary> <para>Provides access to the cell font. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.SpreadsheetFont"/> object providing properties to change cell font attributes. </value> </member> <member name="P:DevExpress.Spreadsheet.Formatting.NumberFormat"> <summary> <para>Gets or sets a number format that specifies how a numeric value is displayed in a cell. </para> </summary> <value>A <see cref="T:System.String"/> value that specifies a cell number format. </value> </member> <member name="P:DevExpress.Spreadsheet.Formatting.Protection"> <summary> <para>Provides access to options for protecting cells. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.Protection"/> object providing properties to protect worksheet cells. </value> </member> <member name="T:DevExpress.Spreadsheet.CommentsPrintMode"> <summary> <para>Lists the values to specify how cell comments are printed. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.CommentsPrintMode.AsDisplayed"> <summary> <para>Cell comments are printed as they are displayed on a worksheet. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.CommentsPrintMode.AtEnd"> <summary> <para>Cell comments are printed in a separate page. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.CommentsPrintMode.None"> <summary> <para>Cell comments are not printed. </para> </summary> </member> <member name="T:DevExpress.Spreadsheet.ErrorsPrintMode"> <summary> <para>Lists the values to specify how cell errors are printed. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.ErrorsPrintMode.Blank"> <summary> <para>Cell errors are not printed. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.ErrorsPrintMode.Dash"> <summary> <para>Cell errors are printed as double dashes. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.ErrorsPrintMode.Displayed"> <summary> <para>Cell errors are printed as they are displayed on a worksheet. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.ErrorsPrintMode.NA"> <summary> <para>Cell errors are printed as #N/A. </para> </summary> </member> <member name="T:DevExpress.Spreadsheet.PageOrder"> <summary> <para>Contains the values to specify the order in which worksheet pages are numbered and printed when the worksheet data does not fit onto one page. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.PageOrder.DownThenOver"> <summary> <para>Worksheet pages are numbered and printed from the top down and then left to right. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.PageOrder.OverThenDown"> <summary> <para>Worksheet pages are numbered and printed from left to right and then from the top down. </para> </summary> </member> <member name="T:DevExpress.Spreadsheet.FillType"> <summary> <para>Lists fill types. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.FillType.Gradient"> <summary> <para>The background is painted using a color gradient. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.FillType.Pattern"> <summary> <para>The background is painted using a pattern. </para> </summary> </member> <member name="T:DevExpress.Spreadsheet.Export.DataTableExporterOptimizationType"> <summary> <para>Lists optimization types which specify the strategy used for data export from cells to a DataTable. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Export.DataTableExporterOptimizationType.Memory"> <summary> <para>Allocates a block of memory required to export a single cell. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Export.DataTableExporterOptimizationType.Speed"> <summary> <para>Tries to allocate a block of memory sufficient to hold all data for export. </para> </summary> </member> <member name="T:DevExpress.Spreadsheet.ConditionalFormattingExpressionCondition"> <summary> <para>Lists values that specify the type of the relational operator in a conditional formatting rule. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.ConditionalFormattingExpressionCondition.EqualTo"> <summary> <para>Formats cells whose values are equal to a specified value. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.ConditionalFormattingExpressionCondition.GreaterThan"> <summary> <para>Formats cells whose values are greater than a specified value. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.ConditionalFormattingExpressionCondition.GreaterThanOrEqual"> <summary> <para>Formats cells whose values are greater than or equal to a specified value. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.ConditionalFormattingExpressionCondition.LessThan"> <summary> <para>Formats cells whose values are less than a specified value. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.ConditionalFormattingExpressionCondition.LessThanOrEqual"> <summary> <para>Formats cells whose values are less than or equal to a specified value. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.ConditionalFormattingExpressionCondition.UnequalTo"> <summary> <para>Formats cells whose values are not equal to a specified value. </para> </summary> </member> <member name="T:DevExpress.Spreadsheet.IDataValueConverter"> <summary> <para>An interface that allows you to modify data being imported before insertion in a worksheet. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.IDataValueConverter.TryConvert(System.Object,System.Int32,DevExpress.Spreadsheet.CellValue@)"> <summary> <para>Converts data being imported to the cell value. </para> </summary> <param name="value"> An object that is the data being imported to a cell. </param> <param name="index"> An integer that is the index of the column in the data source. </param> <param name="result"> A <see cref="T:DevExpress.Spreadsheet.CellValue"/> object that is the value which will be inserted in a cell. </param> <returns><b>true</b>, if a conversion is successful; otherwise, <b>false</b>. </returns> </member> <member name="T:DevExpress.Spreadsheet.Export.DataTableExporter"> <summary> <para>Performs export of the worksheet range to the data table. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.Export.DataTableExporter.#ctor(System.Data.DataTable,DevExpress.Spreadsheet.Range,System.Boolean)"> <summary> <para>Initializes a new instance of the DataTableExporter class with the specified settings. </para> </summary> <param name="dataTable"> A <see cref="T:System.Data.DataTable"/> object that is the table that will be populated with exported data. </param> <param name="range"> A <see cref="T:DevExpress.Spreadsheet.Range"/> that is the worksheet cell range containing data for export. </param> <param name="rangeHasHeaders"> <b>true</b>, if the first row in a cell range contains column names instead of data for export; otherwise, <b>false</b>. </param> </member> <member name="E:DevExpress.Spreadsheet.Export.DataTableExporter.CellValueConversionError"> <summary> <para>Fires if an error occurs during conversion of a specific cell value to the value which should be stored in a data table. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.Export.DataTableExporter.DataTable"> <summary> <para>Provides access to the DataTable containing exported data. </para> </summary> <value>A <see cref="T:System.Data.DataTable"/> object that is the table for exported data. </value> </member> <member name="M:DevExpress.Spreadsheet.Export.DataTableExporter.GetConverter(System.Type,System.String,System.Int32)"> <summary> <para>Obtains the converter used by the DataTableExporter for the specified column. </para> </summary> <param name="targetType"> A <see cref="T:System.Type"/> object that specifies the data type for which the converter is obtained. </param> <param name="columnName"> A string that is the name of the column in the target DataTable. </param> <param name="columnIndexInDataTable"> An integer that is the index of the column in the target DataTable. </param> <returns>An object that exposes the <see cref="T:DevExpress.Spreadsheet.Export.ICellValueToColumnTypeConverter"/> interface. </returns> </member> <member name="P:DevExpress.Spreadsheet.Export.DataTableExporter.Options"> <summary> <para>Provides access to various options that specify how the export and data conversion are performed. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.Export.DataTableExportOptions"/> object containing export and conversion options. </value> </member> <member name="P:DevExpress.Spreadsheet.Export.DataTableExporter.Range"> <summary> <para>Gets the worksheet cell range containing data for export. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.Range"/> object that is the worksheet cell range. </value> </member> <member name="P:DevExpress.Spreadsheet.Export.DataTableExporter.RangeHasHeaders"> <summary> <para>Gets whether the first row of the cell range contains column names. </para> </summary> <value><b>true</b>, if the first row of a cell range contains headings instead of data; otherwise, <b>false</b>. </value> </member> <member name="T:DevExpress.Spreadsheet.Export.CellValueConversionErrorEventHandler"> <summary> <para>A method that will handle the <see cref="E:DevExpress.Spreadsheet.Export.DataTableExporter.CellValueConversionError"/> event. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.Export.CellValueConversionErrorEventHandler.Invoke(System.Object,DevExpress.Spreadsheet.Export.CellValueConversionErrorEventArgs)"> <summary> <para>Represents a method that will handle the <see cref="E:DevExpress.Spreadsheet.Export.DataTableExporter.CellValueConversionError"/> event. </para> </summary> <param name="sender"> The event sender. Identifies the <see cref="T:DevExpress.Spreadsheet.Export.DataTableExporter"/> that raised the event. </param> <param name="e"> A <see cref="T:DevExpress.Spreadsheet.Export.CellValueConversionErrorEventArgs"/> object that contains event data. </param> </member> <member name="T:DevExpress.Spreadsheet.Export.CellValueConversionErrorEventArgs"> <summary> <para>Provides data for the DataTableExporter.CellValueConversionError event. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.Export.CellValueConversionErrorEventArgs.#ctor"> <summary> <para>Initializes a new instance of the CellValueConversionErrorEventArgs class with default settings. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.Export.CellValueConversionErrorEventArgs.Action"> <summary> <para>Specifies the action performed after the <see cref="E:DevExpress.Spreadsheet.Export.DataTableExporter.CellValueConversionError"/> event is handled. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.Export.DataTableExporterAction"/> enumeration member. </value> </member> <member name="P:DevExpress.Spreadsheet.Export.CellValueConversionErrorEventArgs.Cell"> <summary> <para>Identifies the cell containing the value that cannot be converted. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.Cell"/> interface that is the worksheet cell. </value> </member> <member name="P:DevExpress.Spreadsheet.Export.CellValueConversionErrorEventArgs.CellValue"> <summary> <para>Gets the value that caused the error. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.CellValue"/> object that is the value contained in the cell. </value> </member> <member name="P:DevExpress.Spreadsheet.Export.CellValueConversionErrorEventArgs.ConversionResult"> <summary> <para>Gets an enumeration member that identifies the cause of the conversion error. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.Export.ConversionResult"/> enumeration member. </value> </member> <member name="P:DevExpress.Spreadsheet.Export.CellValueConversionErrorEventArgs.DataColumn"> <summary> <para>Provides access to a column in a target DataTable that cannot be filled with data for the current row due to a conversion error. </para> </summary> <value>A <see cref="T:System.Data.DataColumn"/> object that is the column in a <see cref="T:System.Data.DataTable"/> </value> </member> <member name="P:DevExpress.Spreadsheet.Export.CellValueConversionErrorEventArgs.DataTableValue"> <summary> <para>Gets or sets a value contained in the target DataTable. </para> </summary> <value>An object to be placed in the target DataTable. </value> </member> <member name="M:DevExpress.Spreadsheet.Export.CellValueConversionErrorEventArgs.Initialize(DevExpress.Spreadsheet.Cell,DevExpress.Spreadsheet.CellValue,System.Data.DataColumn,DevExpress.Spreadsheet.Export.ConversionResult)"> <summary> <para>Initializes the object before passing it to a <see cref="E:DevExpress.Spreadsheet.Export.DataTableExporter.CellValueConversionError"/> event handler. </para> </summary> <param name="cell"> A <see cref="T:DevExpress.Spreadsheet.Cell"/> interface that identifies a worksheet cell. </param> <param name="value"> A <see cref="T:DevExpress.Spreadsheet.CellValue"/> object that is the value contained in the cell. </param> <param name="dataColumn"> A <see cref="T:System.Data.DataColumn"/> object that is the column in a <see cref="T:System.Data.DataTable"/> </param> <param name="prevResult"> A <see cref="T:DevExpress.Spreadsheet.Export.ConversionResult"/> enumeration member that is the result of an attempt to convert the cell value. </param> </member> <member name="T:DevExpress.XtraSpreadsheet.SpreadsheetWorksheetBehaviorOptions"> <summary> <para>Provides options to restrict an end-user's ability to manage worksheets of the workbook loaded into <see cref="T:DevExpress.XtraSpreadsheet.SpreadsheetControl"/>. </para> </summary> </member> <member name="M:DevExpress.XtraSpreadsheet.SpreadsheetWorksheetBehaviorOptions.#ctor"> <summary> <para>Initializes a new instance of the SpreadsheetWorksheetBehaviorOptions class with default settings. </para> </summary> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetWorksheetBehaviorOptions.Delete"> <summary> <para>Gets or sets the document's capability to delete worksheets. </para> </summary> <value>A <see cref="T:DevExpress.XtraSpreadsheet.DocumentCapability"/> enumeration value specifying the document's capability to perform an operation. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetWorksheetBehaviorOptions.Hide"> <summary> <para>Gets or sets the document's capability to hide worksheets. </para> </summary> <value>A <see cref="T:DevExpress.XtraSpreadsheet.DocumentCapability"/> enumeration value specifying the document's capability to perform an operation. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetWorksheetBehaviorOptions.Insert"> <summary> <para>Gets or sets the document's capability to insert new worksheets. </para> </summary> <value>A <see cref="T:DevExpress.XtraSpreadsheet.DocumentCapability"/> enumeration value specifying the document's capability to perform an operation. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetWorksheetBehaviorOptions.IsDeleteAllowed"> <summary> <para>Gets whether an end-user is allowed to delete worksheets. </para> </summary> <value><b>true</b>, if an operation is allowed; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetWorksheetBehaviorOptions.IsHideAllowed"> <summary> <para>Gets whether an end-user is allowed to hide worksheets. </para> </summary> <value><b>true</b>, if an operation is allowed; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetWorksheetBehaviorOptions.IsInsertAllowed"> <summary> <para>Gets whether an end-user is allowed to insert new worksheets. </para> </summary> <value><b>true</b>, if an operation is allowed; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetWorksheetBehaviorOptions.IsRenameAllowed"> <summary> <para>Gets whether an end-user is allowed to rename worksheets. </para> </summary> <value><b>true</b>, if an operation is allowed; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetWorksheetBehaviorOptions.IsTabColorAllowed"> <summary> <para>Gets whether an end-user is allowed to change the colors of the worksheet tabs. </para> </summary> <value><b>true</b>, if an operation is allowed; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetWorksheetBehaviorOptions.IsUnhideAllowed"> <summary> <para>Gets whether an end-user is allowed to unhide worksheets. </para> </summary> <value><b>true</b>, if an operation is allowed; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetWorksheetBehaviorOptions.Rename"> <summary> <para>Gets or sets the document's capability to rename worksheets. </para> </summary> <value>A <see cref="T:DevExpress.XtraSpreadsheet.DocumentCapability"/> enumeration value specifying the document's capability to perform an operation. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetWorksheetBehaviorOptions.TabColor"> <summary> <para>Gets or sets the document's capability to change the colors of worksheet tabs. </para> </summary> <value>A <see cref="T:DevExpress.XtraSpreadsheet.DocumentCapability"/> enumeration value specifying the document's capability to perform an operation. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetWorksheetBehaviorOptions.Unhide"> <summary> <para>Gets or sets the document's capability to unhide worksheets. </para> </summary> <value>A <see cref="T:DevExpress.XtraSpreadsheet.DocumentCapability"/> enumeration value specifying the document's capability to perform an operation. </value> </member> <member name="T:DevExpress.Spreadsheet.DeleteMode"> <summary> <para>Specifies how to delete cells from a worksheet. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.DeleteMode.EntireColumn"> <summary> <para>Entire columns containing the specified cell range are deleted. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.DeleteMode.EntireRow"> <summary> <para>Entire rows containing the specified cell range are deleted. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.DeleteMode.ShiftCellsLeft"> <summary> <para>When deleting cells from a worksheet, other cells in the same row are shifted to the left. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.DeleteMode.ShiftCellsUp"> <summary> <para>When deleting cells from a worksheet, other cells in the same column are shifted up. </para> </summary> </member> <member name="T:DevExpress.Spreadsheet.Charts.Chart"> <summary> <para> [To be supplied] </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.Charts.Chart.ChangeType(DevExpress.Spreadsheet.Charts.ChartType)"> <summary> <para> [To be supplied] </para> </summary> <param name="chartType"> [To be supplied] </param> </member> <member name="M:DevExpress.Spreadsheet.Charts.Chart.CopyTo(DevExpress.Spreadsheet.Worksheet)"> <summary> <para> [To be supplied] </para> </summary> <param name="worksheet"> [To be supplied] </param> <returns> [To be supplied] </returns> </member> <member name="P:DevExpress.Spreadsheet.Charts.Chart.DataTable"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.Chart.Font"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="M:DevExpress.Spreadsheet.Charts.Chart.GetImage(System.Drawing.Size)"> <summary> <para> [To be supplied] </para> </summary> <param name="size"> [To be supplied] </param> <returns> [To be supplied] </returns> </member> <member name="M:DevExpress.Spreadsheet.Charts.Chart.GetImage"> <summary> <para> [To be supplied] </para> </summary> <returns> [To be supplied] </returns> </member> <member name="P:DevExpress.Spreadsheet.Charts.Chart.Legend"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.Chart.Options"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.Chart.PlotArea"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.Chart.PrimaryAxes"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.Chart.SecondaryAxes"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="M:DevExpress.Spreadsheet.Charts.Chart.SelectData(DevExpress.Spreadsheet.Range,DevExpress.Spreadsheet.Charts.ChartDataDirection)"> <summary> <para> [To be supplied] </para> </summary> <param name="range"> [To be supplied] </param> <param name="direction"> [To be supplied] </param> </member> <member name="M:DevExpress.Spreadsheet.Charts.Chart.SelectData(DevExpress.Spreadsheet.Range)"> <summary> <para> [To be supplied] </para> </summary> <param name="range"> [To be supplied] </param> </member> <member name="P:DevExpress.Spreadsheet.Charts.Chart.Series"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.Chart.Style"> <summary> <para>Gets or sets the style to be applied to the chart. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.Charts.ChartStyle"/> enumeration value specifying the chart style. </value> </member> <member name="M:DevExpress.Spreadsheet.Charts.Chart.SwitchRowColumn"> <summary> <para> [To be supplied] </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.Charts.Chart.Title"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.Chart.View3D"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.Chart.Views"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="T:DevExpress.XtraSpreadsheet.SpreadsheetPrintOptions"> <summary> <para>Provides access to options that control how the printed document is generated and previewed. </para> </summary> </member> <member name="M:DevExpress.XtraSpreadsheet.SpreadsheetPrintOptions.#ctor"> <summary> <para>Initializes a new instance of the SpreadsheetPrintOptions class with default settings. </para> </summary> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetPrintOptions.PrintSheetVisibility"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetPrintOptions.RenderMode"> <summary> <para>Gets or sets a value that specifies the render mode of the printed document in the SpreadsheetControl. </para> </summary> <value>One of the <see cref="T:DevExpress.XtraSpreadsheet.SpreadsheetPrintRenderMode"/> enumeration values. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetPrintOptions.RibbonPreview"> <summary> <para>Gets or sets a value that specifies whether the <b>Ribbon Print Preview</b> window should be displayed instead of the standard <b>Print Preview</b> form with a Bar UI. </para> </summary> <value><b>true</b>, to display the <b>Print Preview</b> window with a Ribbon UI; otherwise, <b>false</b>. </value> </member> <member name="T:DevExpress.Spreadsheet.SheetRenamingEventArgs"> <summary> <para>Provides data for the SpreadsheetControl.SheetRenaming event. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.SheetRenamingEventArgs.#ctor(System.String,System.String)"> <summary> <para>Initializes a new instance of the SheetRenamingEventArgs class with the specified settings. </para> </summary> <param name="oldName"> A string that is the name of the worksheet to be renamed. </param> <param name="newName"> A string that is the new name of the worksheet. </param> </member> <member name="P:DevExpress.Spreadsheet.SheetRenamingEventArgs.NewName"> <summary> <para>Gets or sets the new name of the renamed worksheet. </para> </summary> <value>A string that is the new name of a renamed worksheet. </value> </member> <member name="P:DevExpress.Spreadsheet.SheetRenamingEventArgs.OldName"> <summary> <para>Gets the name of the worksheet being renamed. </para> </summary> <value>A string that is the current name of the worksheet. </value> </member> <member name="T:DevExpress.Spreadsheet.ConditionalFormattingCustomIcon"> <summary> <para>Provides access to the particular icon in the icon set. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.ConditionalFormattingCustomIcon.IconIndex"> <summary> <para>Gets or sets the index of the particular icon in the icon set. </para> </summary> <value>A zero-based integer specifying the desired icon's position within the icon set. If it's negative or exceeds the last available index, an exception is raised. </value> </member> <member name="P:DevExpress.Spreadsheet.ConditionalFormattingCustomIcon.IconSet"> <summary> <para>Gets or sets the icon set to which the specified icon belongs. </para> </summary> <value>An <see cref="T:DevExpress.Spreadsheet.IconSetType"/> object that defines the built-in icon sets. </value> </member> <member name="T:DevExpress.Spreadsheet.Export.DataTableExporterAction"> <summary> <para>Lists possible actions which can be specified in the <see cref="E:DevExpress.Spreadsheet.Export.DataTableExporter.CellValueConversionError"/> event handler. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Export.DataTableExporterAction.Continue"> <summary> <para>Continue export procedure and proceed to the next cell. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Export.DataTableExporterAction.SkipRow"> <summary> <para>Do not export the current cell and skip the entire row. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Export.DataTableExporterAction.Stop"> <summary> <para>Stop the export procedure and cancel export of the current row. </para> </summary> </member> <member name="T:DevExpress.Spreadsheet.Style"> <summary> <para>A named cell style. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.Style.CopyFrom(DevExpress.Spreadsheet.BuiltInStyleId)"> <summary> <para>Duplicates the format settings of the specified built-in style into the current Style instance. </para> </summary> <param name="id"> A <see cref="T:DevExpress.Spreadsheet.BuiltInStyleId"/> enumerator member that specifies an identifier of the built-in style from which the format settings should be copied. </param> </member> <member name="P:DevExpress.Spreadsheet.Style.Name"> <summary> <para>Gets the name of the cell style. </para> </summary> <value>A <see cref="T:System.String"/> value that specifies the style name. </value> </member> <member name="T:DevExpress.Spreadsheet.IWorkbook"> <summary> <para>Exposes the specific functionality of a workbook. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.IWorkbook.Calculate"> <summary> <para>Forces recalculation of the workbook. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.IWorkbook.CurrentAuthor"> <summary> <para>Gets the system username. </para> </summary> <value>A <see cref="T:System.String"/> value that specifies the username of the person currently logged on the operating system. </value> </member> <member name="P:DevExpress.Spreadsheet.IWorkbook.CustomFunctions"> <summary> <para>Provides access to a collection of custom functions in a workbook. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.Functions.CustomFunctionCollection"/> collection of custom functions. </value> </member> <member name="P:DevExpress.Spreadsheet.IWorkbook.DefinedNames"> <summary> <para>Gets the collection of defined names whose scope is the current workbook. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.DefinedNameCollection"/> collection of a workbook's defined names. </value> </member> <member name="P:DevExpress.Spreadsheet.IWorkbook.DocumentSettings"> <summary> <para>Provides access to the settings that specify how the calculation is performed and what reference style is used. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.DocumentSettings"/> object containing settings for the reference style and calculation options. </value> </member> <member name="M:DevExpress.Spreadsheet.IWorkbook.Evaluate(System.String,DevExpress.Spreadsheet.Functions.FormulaEvaluationContext)"> <summary> <para>Evaluates the specified formula in a certain context. </para> </summary> <param name="formula"> A string that represents the formula to be evaluated. </param> <param name="context"> A <see cref="T:DevExpress.Spreadsheet.Functions.FormulaEvaluationContext"/> object containing information on the row, column and the current culture settings. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.Functions.ParameterValue"/> object that is the calculation result and may contain a value, a reference or a calculation error. </returns> </member> <member name="M:DevExpress.Spreadsheet.IWorkbook.Evaluate(System.String)"> <summary> <para>Evaluates the specified formula. </para> </summary> <param name="formula"> A string that represents the formula to be evaluated. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.Functions.ParameterValue"/> object that is the calculation result and may contain a value, a reference or a calculation error. </returns> </member> <member name="M:DevExpress.Spreadsheet.IWorkbook.ExportToHtml(System.String,System.Int32)"> <summary> <para>Exports the specified worksheet to the specified file in HTML format. </para> </summary> <param name="fileName"> A <see cref="T:System.String"/> value which contains the full path (including the file name and extension) specifying where the HTML file will be created. </param> <param name="sheetIndex"> An integer value that is the index of the worksheet to be exported to HTML. </param> </member> <member name="M:DevExpress.Spreadsheet.IWorkbook.ExportToHtml(System.String,DevExpress.Spreadsheet.Worksheet)"> <summary> <para>Exports the specified worksheet to the specified file in HTML format. </para> </summary> <param name="fileName"> A <see cref="T:System.String"/> value which contains the full path (including the file name and extension) specifying where the HTML file will be created. </param> <param name="sheet"> A <see cref="T:DevExpress.Spreadsheet.Worksheet"/> object to be exported to HTML. </param> </member> <member name="M:DevExpress.Spreadsheet.IWorkbook.ExportToHtml(System.IO.Stream,DevExpress.Spreadsheet.Worksheet)"> <summary> <para>Exports the specified worksheet to the specified stream in HTML format. </para> </summary> <param name="stream"> A <see cref="T:System.IO.Stream"/> object to which the created HTML file should be sent. </param> <param name="sheet"> A <see cref="T:DevExpress.Spreadsheet.Worksheet"/> object to be exported to HTML. </param> </member> <member name="M:DevExpress.Spreadsheet.IWorkbook.ExportToHtml(System.IO.Stream,DevExpress.Spreadsheet.Range)"> <summary> <para>Exports the specified range to the specified stream in HTML format. </para> </summary> <param name="stream"> A <see cref="T:System.IO.Stream"/> object to which the created HTML file should be sent. </param> <param name="range"> A <see cref="T:DevExpress.Spreadsheet.Range"/> object to be exported to HTML. </param> </member> <member name="M:DevExpress.Spreadsheet.IWorkbook.ExportToHtml(System.String,DevExpress.Spreadsheet.Range)"> <summary> <para>Exports the specified range to the specified file in HTML format. </para> </summary> <param name="fileName"> A <see cref="T:System.String"/> value which contains the full path (including the file name and extension) specifying where the HTML file will be created. </param> <param name="range"> A <see cref="T:DevExpress.Spreadsheet.Range"/> object to be exported to HTML. </param> </member> <member name="M:DevExpress.Spreadsheet.IWorkbook.ExportToHtml(System.IO.Stream,System.Int32)"> <summary> <para>Exports the specified worksheet to the specified stream in HTML format. </para> </summary> <param name="stream"> A <see cref="T:System.IO.Stream"/> object to which the created HTML file should be sent. </param> <param name="sheetIndex"> An integer value that is the index of the worksheet to be exported to HTML. </param> </member> <member name="M:DevExpress.Spreadsheet.IWorkbook.ExportToHtml(System.IO.Stream,DevExpress.XtraSpreadsheet.Export.HtmlDocumentExporterOptions)"> <summary> <para>Exports the document's data to the specified stream in HTML format using the specified options. </para> </summary> <param name="stream"> A <see cref="T:System.IO.Stream"/> object to which the created HTML file should be sent. </param> <param name="options"> A <see cref="T:DevExpress.XtraSpreadsheet.Export.HtmlDocumentExporterOptions"/> instance containing required export options. </param> </member> <member name="M:DevExpress.Spreadsheet.IWorkbook.ExportToHtml(System.String,DevExpress.XtraSpreadsheet.Export.HtmlDocumentExporterOptions)"> <summary> <para>Exports the document's data to the specified file in HTML format using the specified options. </para> </summary> <param name="fileName"> A <see cref="T:System.String"/> value which contains the full path (including the file name and extension) specifying where the HTML file will be created. </param> <param name="options"> A <see cref="T:DevExpress.XtraSpreadsheet.Export.HtmlDocumentExporterOptions"/> instance containing required export options. </param> </member> <member name="M:DevExpress.Spreadsheet.IWorkbook.ExportToPdf(System.String)"> <summary> <para>Exports the workbook to the specified file path in PDF format. </para> </summary> <param name="fileName"> A <see cref="T:System.String"/> which specifies the file name (including the full path) for the created PDF file. </param> </member> <member name="M:DevExpress.Spreadsheet.IWorkbook.ExportToPdf(System.IO.Stream)"> <summary> <para>Exports the workbook to the specified stream in PDF format. </para> </summary> <param name="stream"> A <see cref="T:System.IO.Stream"/> object to which the created PDF file should be sent. </param> </member> <member name="P:DevExpress.Spreadsheet.IWorkbook.ExternalWorkbooks"> <summary> <para>Provides access to the collection of source workbooks used for creating external references in the current workbook. </para> </summary> <value>An ExternalWorkbookCollection object. </value> </member> <member name="P:DevExpress.Spreadsheet.IWorkbook.FormulaEngine"> <summary> <para>Provides access to a FormulaEngine object to parse or evaluate a formula. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.Formulas.FormulaEngine"/> object that serves as formula calculator and parser. </value> </member> <member name="P:DevExpress.Spreadsheet.IWorkbook.Functions"> <summary> <para>Provides access to the built-in functions in a workbook. </para> </summary> <value>An object implementing the <see cref="T:DevExpress.Spreadsheet.Functions.WorkbookFunctions"/> interface. </value> </member> <member name="M:DevExpress.Spreadsheet.IWorkbook.GenerateMailMergeDocuments"> <summary> <para>Performs the mail merge and returns the collection of resulting workbooks. </para> </summary> <returns>An IList object that contains workbooks generated after the mail merge is preformed. </returns> </member> <member name="P:DevExpress.Spreadsheet.IWorkbook.GlobalCustomFunctions"> <summary> <para>Provides access to a collection of custom functions which are not limited in scope to the workbook in which the functions reside. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.Functions.CustomFunctionCollection"/> collection of custom functions. </value> </member> <member name="P:DevExpress.Spreadsheet.IWorkbook.HasMacros"> <summary> <para>Determines whether the workbook has VBA projects (macros). </para> </summary> <value><b>true</b>, if a workbook has macros; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.Spreadsheet.IWorkbook.History"> <summary> <para>Provides access to the history of operations performed in a workbook. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.SpreadsheetHistory"/> object. </value> </member> <member name="P:DevExpress.Spreadsheet.IWorkbook.IsDisposed"> <summary> <para>Gets a value indicating whether a workbook has been disposed of. </para> </summary> <value><b>true</b>, if the workbook has been disposed of; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.Spreadsheet.IWorkbook.IsProtected"> <summary> <para>Gets whether the workbook is protected. </para> </summary> <value><b>true</b>, if the workbook is protected; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.Spreadsheet.IWorkbook.MailMergeDataMember"> <summary> <para>Specifies the member of the mail merge data source. </para> </summary> <value>A <see cref="T:System.String"/> value specifying the data member name. </value> </member> <member name="P:DevExpress.Spreadsheet.IWorkbook.MailMergeDataSource"> <summary> <para>Specifies the data source for the mail merge. </para> </summary> <value>An object that specifies the data source from which the merged data is retrieved. </value> </member> <member name="P:DevExpress.Spreadsheet.IWorkbook.Model"> <summary> <para>For internal use. </para> </summary> <value> </value> </member> <member name="M:DevExpress.Spreadsheet.IWorkbook.Protect(System.String,System.Boolean,System.Boolean)"> <summary> <para>Protects the structure and windows of a workbook. </para> </summary> <param name="password"> A string that specifies a password for the workbook. If an empty string is specified, the workbook can be unprotected without a password. </param> <param name="lockStructure"> <b>true</b>, to lock the structure of the workbook (the position of the sheets); otherwise, <b>false</b>. </param> <param name="lockWindows"> <b>true</b>, to prevent users from changing the position of worksheet windows; otherwise, <b>false</b>. </param> </member> <member name="P:DevExpress.Spreadsheet.IWorkbook.Range"> <summary> <para>Provides access to the cell range in the worbook. </para> </summary> <value>An object implementing the <see cref="T:DevExpress.Spreadsheet.IRangeProvider"/> interface. </value> </member> <member name="M:DevExpress.Spreadsheet.IWorkbook.Search(System.String,DevExpress.Spreadsheet.SearchOptions)"> <summary> <para>Performs a search in the current document using specified options. </para> </summary> <param name="text"> A <see cref="T:System.String"/> representing the search text. </param> <param name="options"> A <see cref="T:DevExpress.Spreadsheet.SearchOptions"/> instance containing required search options. </param> <returns>An object implementing the <see cref="T:System.Collections.IEnumerable"/> interface which is the collection of cells that match the search term. </returns> </member> <member name="M:DevExpress.Spreadsheet.IWorkbook.Search(System.String)"> <summary> <para>Performs a search in the current document using default parameters. </para> </summary> <param name="text"> A <see cref="T:System.String"/> representing the search text. </param> <returns>An object implementing the <see cref="T:System.Collections.IEnumerable"/> interface which is the collection of cells that match the search term. </returns> </member> <member name="P:DevExpress.Spreadsheet.IWorkbook.Styles"> <summary> <para>Provides access to the collection of cell styles in the current workbook. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.StyleCollection"/> collection containing cell styles. </value> </member> <member name="P:DevExpress.Spreadsheet.IWorkbook.TableStyles"> <summary> <para>Provides access to the collection of styles to format tables in the workbook. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.TableStyleCollection"/> object containing table styles. </value> </member> <member name="M:DevExpress.Spreadsheet.IWorkbook.Unprotect(System.String)"> <summary> <para>Removes protection from a workbook. </para> </summary> <param name="password"> A string that specifies the password with which the workbook is protected. </param> <returns><b>true</b>, if protection is successfully removed; otherwise, <b>false</b>. </returns> </member> <member name="P:DevExpress.Spreadsheet.IWorkbook.Worksheets"> <summary> <para>Gets a collection of worksheets contained in the workbook. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.WorksheetCollection"/> object that is a collection of worksheets. </value> </member> <member name="T:DevExpress.Spreadsheet.Formulas.DefinedNameReferenceExpression"> <summary> <para>A defined name. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.Formulas.DefinedNameReferenceExpression.#ctor(System.String,DevExpress.Spreadsheet.Formulas.SheetReference)"> <summary> <para>Initializes a new instance of the DefinedNameReferenceExpression class with the specified settings. </para> </summary> <param name="definedName"> A string that is the defined name. </param> <param name="sheetReference"> A <see cref="T:DevExpress.Spreadsheet.Formulas.SheetReference"/> object that specifies a worksheet to which the defined name belongs. </param> </member> <member name="M:DevExpress.Spreadsheet.Formulas.DefinedNameReferenceExpression.#ctor(System.String)"> <summary> <para>Initializes a new instance of the DefinedNameReferenceExpression class with the specified settings. </para> </summary> <param name="definedName"> A string that is the defined name. </param> </member> <member name="M:DevExpress.Spreadsheet.Formulas.DefinedNameReferenceExpression.Clone"> <summary> <para>Creates a copy of the current DefinedNameReferenceExpression object. </para> </summary> <returns>A DefinedNameReferenceExpression object which is a copy of the current object. </returns> </member> <member name="M:DevExpress.Spreadsheet.Formulas.DefinedNameReferenceExpression.CopyFrom(DevExpress.Spreadsheet.Formulas.DefinedNameReferenceExpression)"> <summary> <para>Copies the appropriate properties of the specified object into the current instance of the <b>DefinedNameReferenceExpression</b> class. </para> </summary> <param name="value"> A DefinedNameReferenceExpression class instance, representing the source object for copying. </param> </member> <member name="P:DevExpress.Spreadsheet.Formulas.DefinedNameReferenceExpression.DefinedName"> <summary> <para>Gets or sets the defined name used in expression. </para> </summary> <value>A string that is the worksheet defined name. </value> </member> <member name="M:DevExpress.Spreadsheet.Formulas.DefinedNameReferenceExpression.Visit(DevExpress.Spreadsheet.Formulas.IExpressionVisitor)"> <summary> <para>Calls the visitor delegate on the expression. </para> </summary> <param name="visitor"> A <b>DevExpress.Spreadsheet.Formulas.IExpressionVisitor</b> object that is the expression visitor. </param> </member> <member name="T:DevExpress.Spreadsheet.Charts.View3DOptions"> <summary> <para> [To be supplied] </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.Charts.View3DOptions.AutoHeight"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.View3DOptions.BackWall"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.View3DOptions.DepthPercent"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.View3DOptions.Floor"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.View3DOptions.HeightPercent"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.View3DOptions.Perspective"> <summary> <para>Gets or sets the field of view angle for the 3-D chart. </para> </summary> <value>An integer value that specifies the degree of perspective. This value must be between 0 and 100. </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.View3DOptions.RightAngleAxes"> <summary> <para>Gets or sets a value indicating whether the right-angle axes view should be used for the 3-D chart. </para> </summary> <value><b>true</b>, to set the chart axes at right angles; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.View3DOptions.SideWall"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.View3DOptions.XRotation"> <summary> <para>Gets or sets the value in degrees at which a 3-D chart should be rotated around the X-axis. </para> </summary> <value>An integer value which specifies the rotation angle in degrees. This value must be between -90 and 90. </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.View3DOptions.YRotation"> <summary> <para>Gets or sets the value in degrees at which a 3-D chart should be rotated around the Y-axis. </para> </summary> <value>An integer value which specifies the rotation angle in degrees. This value must be between 0 and 360. </value> </member> <member name="T:DevExpress.Spreadsheet.SpreadsheetVerticalAlignment"> <summary> <para>Lists the values used to specify vertical alignment of data within a cell. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.SpreadsheetVerticalAlignment.Bottom"> <summary> <para>The cell content is vertically aligned at the bottom. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.SpreadsheetVerticalAlignment.Center"> <summary> <para>The cell content is centered vertically. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.SpreadsheetVerticalAlignment.Distributed"> <summary> <para>The text is vertically distributed across the cell height. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.SpreadsheetVerticalAlignment.Justify"> <summary> <para>The cell content is vertically justified. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.SpreadsheetVerticalAlignment.Top"> <summary> <para>The cell content is vertically aligned at the top. </para> </summary> </member> <member name="T:DevExpress.Spreadsheet.SheetRenamedEventHandler"> <summary> <para>A method that will handle the SpreadsheetControl.SheetRenamed event. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.SheetRenamedEventHandler.Invoke(System.Object,DevExpress.Spreadsheet.SheetRenamedEventArgs)"> <summary> <para>A method that will handle the <b>SheetRenamed</b> event of the SpreadsheetControl. </para> </summary> <param name="sender"> The event source. This parameter identifies the SpreadsheetControl which raised the event. </param> <param name="e"> A <see cref="T:DevExpress.Spreadsheet.SheetRenamedEventArgs"/> object which contains event data. </param> </member> <member name="T:DevExpress.Spreadsheet.EditRangePermission"> <summary> <para>Contains security information required for applying user-level security to a <see cref="T:DevExpress.Spreadsheet.ProtectedRange"/>. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.EditRangePermission.#ctor"> <summary> <para>Initializes a new instance of the EditRangePermission class with default settings. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.EditRangePermission.Deny"> <summary> <para>Gets or sets whether a particular permission is denied. </para> </summary> <value><b>true</b>, to deny a permission; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.Spreadsheet.EditRangePermission.DomainName"> <summary> <para>Gets or sets the domain name to which a user or group belongs. </para> </summary> <value>A string that is the Windows domain name. </value> </member> <member name="P:DevExpress.Spreadsheet.EditRangePermission.UserName"> <summary> <para>Gets or sets the name of the user or group for which editing permissions are specified. </para> </summary> <value>A string that is the name of the user or group. </value> </member> <member name="T:DevExpress.Spreadsheet.IconSetType"> <summary> <para>Lists values that specify the icon set type for an icon set conditional format. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.IconSetType.Arrows3"> <summary> <para>Specifies the 3 arrows icon set. <para></para> </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.IconSetType.Arrows4"> <summary> <para>Specifies the 4 arrows icon set. <para></para> </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.IconSetType.Arrows5"> <summary> <para>Specifies the 5 arrows icon set. <para></para> </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.IconSetType.ArrowsGray3"> <summary> <para>Specifies the 3 gray arrows icon set. <para></para> </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.IconSetType.ArrowsGray4"> <summary> <para>Specifies the 4 gray arrows icon set. <para></para> </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.IconSetType.ArrowsGray5"> <summary> <para>Specifies the 5 gray arrows icon set. <para></para> </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.IconSetType.Boxes5"> <summary> <para>Specifies the 5 boxes icon set. <para></para> </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.IconSetType.Flags3"> <summary> <para>Specifies the 3 flags icon set. <para></para> </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.IconSetType.None"> <summary> <para>Icon set type is not specified. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.IconSetType.Quarters5"> <summary> <para>Specifies the 5 quarters icon set. <para></para> </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.IconSetType.Rating4"> <summary> <para>Specifies the 4 ratings icon set. <para></para> </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.IconSetType.Rating5"> <summary> <para>Specifies the 5 ratings icon set. <para></para> </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.IconSetType.RedToBlack4"> <summary> <para>Specifies the 4 red to black icon set. <para></para> </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.IconSetType.Signs3"> <summary> <para>Specifies the 3 signs icon set. <para></para> </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.IconSetType.Stars3"> <summary> <para>Specifies the 3 stars icon set. <para></para> </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.IconSetType.Symbols23"> <summary> <para>Specifies the 3 symbols icon set. <para></para> </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.IconSetType.Symbols3"> <summary> <para>Specifies the 3 symbols (circled) icon set. <para></para> </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.IconSetType.TrafficLights13"> <summary> <para>Specifies the 3 traffic lights icon set. <para></para> </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.IconSetType.TrafficLights23"> <summary> <para>Specifies the 3 traffic lights (rimmed) icon set. <para></para> </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.IconSetType.TrafficLights4"> <summary> <para>Specifies the 4 traffic lights icon set. <para></para> </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.IconSetType.Triangles3"> <summary> <para>Specifies the 3 triangles icon set. <para></para> </para> </summary> </member> <member name="T:DevExpress.Spreadsheet.CalculationMode"> <summary> <para>Lists modes that specify when the Spreadsheet should calculate formulas in the workbook. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.CalculationMode.Automatic"> <summary> <para>Indicates that calculations in the workbook will be performed automatically when cell values change. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.CalculationMode.AutomaticExceptTables"> <summary> <para>Indicates that tables will be excluded during automatic calculation. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.CalculationMode.Manual"> <summary> <para>Indicates that calculations in the workbook will be triggered manually by the user. </para> </summary> </member> <member name="T:DevExpress.XtraSpreadsheet.Export.XlsmDocumentExporterOptions"> <summary> <para>Contains options used for saving (exporting) a document in OpenXML format with macro support (.xlsm). </para> </summary> </member> <member name="M:DevExpress.XtraSpreadsheet.Export.XlsmDocumentExporterOptions.#ctor"> <summary> <para>Initializes a new instance of the XlsmDocumentExporterOptions class with default settings. </para> </summary> </member> <member name="T:DevExpress.Spreadsheet.GradientFill"> <summary> <para>Contains characteristics required to create a gradient fill. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.GradientFill.Degree"> <summary> <para>Gets or sets the tilt of the gradient line. </para> </summary> <value>A <see cref="T:System.Double"/> value that is the angle in degrees. </value> </member> <member name="P:DevExpress.Spreadsheet.GradientFill.RectangleBottom"> <summary> <para>Gets or sets the bottom convergence point for the path gradient type. </para> </summary> <value>A <see cref="T:System.Single"/> value in the range from 0 to 1. </value> </member> <member name="P:DevExpress.Spreadsheet.GradientFill.RectangleLeft"> <summary> <para>Gets or sets the left convergence point for the path gradient type. </para> </summary> <value>A <see cref="T:System.Single"/> value in the range from 0 to 1. </value> </member> <member name="P:DevExpress.Spreadsheet.GradientFill.RectangleRight"> <summary> <para>Gets or sets the right convergence point for the path gradient type. </para> </summary> <value>A <see cref="T:System.Single"/> value in the range from 0 to 1. </value> </member> <member name="P:DevExpress.Spreadsheet.GradientFill.RectangleTop"> <summary> <para>Gets or sets the top convergence point for the path gradient type. </para> </summary> <value>A <see cref="T:System.Single"/> value in the range from 0 to 1. </value> </member> <member name="P:DevExpress.Spreadsheet.GradientFill.Stops"> <summary> <para>Specifies the color stop points at the gradient line. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.GradientStopCollection"/> object that is the collection of color stop points. </value> </member> <member name="P:DevExpress.Spreadsheet.GradientFill.Type"> <summary> <para>Gets or sets the type of the gradient fill. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.GradientFillType"/> enumeration member. </value> </member> <member name="T:DevExpress.Spreadsheet.GradientStop"> <summary> <para>A color stop that constitutes a gradient fill. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.GradientStop.Color"> <summary> <para>Gets the color of the color stop point. </para> </summary> <value>A <see cref="T:System.Drawing.Color"/> value that is the color used in a gradient effect. </value> </member> <member name="P:DevExpress.Spreadsheet.GradientStop.Position"> <summary> <para>Gets the position of the color stop point at the gradient line. </para> </summary> <value>0 for the start point, 1 for the end point. Other values are not supported. </value> </member> <member name="T:DevExpress.Spreadsheet.GradientStopCollection"> <summary> <para>A collection of color stops which constitutes a linear gradient. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.GradientStopCollection.Add(System.Double,System.Drawing.Color)"> <summary> <para>Creates a new color stop and adds it to the collection. </para> </summary> <param name="position"> A <see cref="T:System.Double"/> value that is the position of a color stop at the gradient line. Should be 0 (zero) or 1. </param> <param name="color"> A <see cref="T:System.Drawing.Color"/> value that is the color used for the gradient effect. </param> </member> <member name="M:DevExpress.Spreadsheet.GradientStopCollection.Clear"> <summary> <para>Removes all gradient stops from the collection. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.GradientStopCollection.Count"> <summary> <para>Gets the number of color stop points in a collection. </para> </summary> <value>An integer that is the number of points in a collection. </value> </member> <member name="P:DevExpress.Spreadsheet.GradientStopCollection.Item(System.Int32)"> <summary> <para>Provides access to a color stop point. </para> </summary> <param name="index"> An integer that is the index of a point in a collection. </param> <value>A <see cref="T:DevExpress.Spreadsheet.GradientStop"/> object that is the color stop point. </value> </member> <member name="M:DevExpress.Spreadsheet.GradientStopCollection.RemoveAt(System.Int32)"> <summary> <para>Removes a specified gradient stop from the collection in a path-based gradient fill. </para> </summary> <param name="index"> An integer that is the index of a gradient stop in the collection. </param> </member> <member name="T:DevExpress.Spreadsheet.GradientFillType"> <summary> <para>Lists the types of gradient fill. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.GradientFillType.Linear"> <summary> <para>Linear gradient. The background fill is a transition through a series of colors specified by color stops placed on a gradient line. The gradient line can be tilted at a specified angle. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.GradientFillType.Path"> <summary> <para>Path gradient indicates that the transition boundary of one color to the next is a rectangle, defined by top, bottom, left, and right attributes. </para> </summary> </member> <member name="T:DevExpress.Spreadsheet.SheetRenamedEventArgs"> <summary> <para>Provides data for the SpreadsheetControl.SheetRenamed event. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.SheetRenamedEventArgs.#ctor(System.String,System.String)"> <summary> <para>Initializes a new instance of the SheetRenamedEventArgs class with the specified settings. </para> </summary> <param name="oldName"> A string that is the former name of the worksheet. </param> <param name="newName"> A string that is the current name of the worksheet. </param> </member> <member name="P:DevExpress.Spreadsheet.SheetRenamedEventArgs.NewName"> <summary> <para>Gets the new name of the renamed worksheet. </para> </summary> <value>A string that is the new name of the worksheet. </value> </member> <member name="P:DevExpress.Spreadsheet.SheetRenamedEventArgs.OldName"> <summary> <para>Gets the former name of the renamed worksheet. </para> </summary> <value>A string that is the name of the worksheet before it was renamed. </value> </member> <member name="T:DevExpress.Spreadsheet.Formulas.ArrayConstantExpression"> <summary> <para>An array constant operand. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.Formulas.ArrayConstantExpression.#ctor(DevExpress.Spreadsheet.CellValue[,])"> <summary> <para>Initializes a new instance of the ArrayConstantExpression class with the specified settings. </para> </summary> <param name="values"> Two-dimensional array of <see cref="T:DevExpress.Spreadsheet.CellValue"/> objects. </param> </member> <member name="M:DevExpress.Spreadsheet.Formulas.ArrayConstantExpression.Clone"> <summary> <para>Creates a copy of the current ArrayConstantExpression object. </para> </summary> <returns>A ArrayConstantExpression object which is a copy of the current object. </returns> </member> <member name="M:DevExpress.Spreadsheet.Formulas.ArrayConstantExpression.CopyFrom(DevExpress.Spreadsheet.Formulas.ArrayConstantExpression)"> <summary> <para>Copies the appropriate properties of the specified object into the current instance of the <b>ArrayConstantExpression</b> class. </para> </summary> <param name="value"> A ArrayConstantExpression class instance, representing the source object for copying. </param> </member> <member name="P:DevExpress.Spreadsheet.Formulas.ArrayConstantExpression.Values"> <summary> <para>Gets or sets the array constant - that is, the array of values. </para> </summary> <value>A two-dimensional array of <see cref="T:DevExpress.Spreadsheet.CellValue"/> objects. </value> </member> <member name="M:DevExpress.Spreadsheet.Formulas.ArrayConstantExpression.Visit(DevExpress.Spreadsheet.Formulas.IExpressionVisitor)"> <summary> <para>Calls the visitor delegate on the expression. </para> </summary> <param name="visitor"> A <b>DevExpress.Spreadsheet.Formulas.IExpressionVisitor</b> object that is the expression visitor. </param> </member> <member name="T:DevExpress.Spreadsheet.SpreadsheetHistory"> <summary> <para>A history of operations performed in a workbook. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.SpreadsheetHistory.Clear"> <summary> <para>Clears the history of operations performed in a workbook. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.SpreadsheetHistory.Count"> <summary> <para>Returns the number of operations performed in a workbook. </para> </summary> <value>A zero-based positive integer that represents the number of performed operations. </value> </member> <member name="P:DevExpress.Spreadsheet.SpreadsheetHistory.IsEnabled"> <summary> <para>Indicates whether or not to track the workbook activity. </para> </summary> <value><b>true</b>, if the history of operations is tracked; otherwise, <b>false</b>. </value> </member> <member name="M:DevExpress.Spreadsheet.SpreadsheetHistory.Redo"> <summary> <para>Executes a redo of the last operation performed in a workbook. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.SpreadsheetHistory.Undo"> <summary> <para>Executes an undo of the last performed operation in a workbook. </para> </summary> </member> <member name="T:DevExpress.Spreadsheet.Formulas.FunctionExpression"> <summary> <para>Built-in worksheet function. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.Formulas.FunctionExpression.#ctor(DevExpress.Spreadsheet.Functions.IFunction,System.Collections.Generic.IList`1)"> <summary> <para>Initializes a new instance of the FunctionExpression class with the specified settings. </para> </summary> <param name="function"> An <see cref="T:DevExpress.Spreadsheet.Functions.IFunction"/> object that is the worksheet function. </param> <param name="innerExpressions"> A list of <see cref="T:DevExpress.Spreadsheet.Formulas.IExpression"/> objects which are function arguments. </param> </member> <member name="M:DevExpress.Spreadsheet.Formulas.FunctionExpression.Clone"> <summary> <para>Creates a copy of the current FunctionExpression object. </para> </summary> <returns>A FunctionExpression object which is a copy of the current object. </returns> </member> <member name="M:DevExpress.Spreadsheet.Formulas.FunctionExpression.CopyFrom(DevExpress.Spreadsheet.Formulas.FunctionExpression)"> <summary> <para>Copies the appropriate properties of the specified object into the current instance of the <b>FunctionExpression</b> class. </para> </summary> <param name="value"> A FunctionExpression class instance, representing the source object for copying. </param> </member> <member name="P:DevExpress.Spreadsheet.Formulas.FunctionExpression.Function"> <summary> <para>Gets or sets the function used in an expression. </para> </summary> <value>An <see cref="T:DevExpress.Spreadsheet.Functions.IFunction"/> descendant that is the function used in the formula. </value> </member> <member name="M:DevExpress.Spreadsheet.Formulas.FunctionExpression.Visit(DevExpress.Spreadsheet.Formulas.IExpressionVisitor)"> <summary> <para>Calls the visitor delegate on the expression. </para> </summary> <param name="visitor"> A <b>DevExpress.Spreadsheet.Formulas.IExpressionVisitor</b> object that is the expression visitor. </param> </member> <member name="T:DevExpress.XtraSpreadsheet.Export.XlsDocumentExporterOptions"> <summary> <para>Contains options used for saving (exporting) a document in XLS format (MS Excel 97-2003 binary file format). </para> </summary> </member> <member name="M:DevExpress.XtraSpreadsheet.Export.XlsDocumentExporterOptions.#ctor"> <summary> <para>Initializes a new instance of the XlsDocumentExporterOptions class with default settings. </para> </summary> </member> <member name="T:DevExpress.Spreadsheet.SpreadsheetHorizontalAlignment"> <summary> <para>Lists the values used to specify horizontal alignment of data within a cell. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.SpreadsheetHorizontalAlignment.Center"> <summary> <para>The cell content is centered horizontally. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.SpreadsheetHorizontalAlignment.CenterContinuous"> <summary> <para>The cell content is centered horizontally across multiple cells. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.SpreadsheetHorizontalAlignment.Distributed"> <summary> <para>The text is wrapped to fit into the cell width and each line of text is horizontally distributed across the full width of the cell. This alignment type allows applying an indent to both the left and right sides of the cell. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.SpreadsheetHorizontalAlignment.Fill"> <summary> <para>Repeats the cell content across the whole width of the cell. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.SpreadsheetHorizontalAlignment.General"> <summary> <para>The cell content is horizontally aligned according to the data type (text is aligned to the left; numbers, date and time values are aligned to the right; boolean and error values are centered). </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.SpreadsheetHorizontalAlignment.Justify"> <summary> <para>The text is wrapped to fully fit into the cell width and each line of text (except the last line) is horizontally justified to the right and left of the cell. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.SpreadsheetHorizontalAlignment.Left"> <summary> <para>The cell content is horizontally aligned on the left. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.SpreadsheetHorizontalAlignment.Right"> <summary> <para>The cell content is horizontally aligned on the right. </para> </summary> </member> <member name="T:DevExpress.Spreadsheet.TableStyleElements"> <summary> <para>A collection of table style elements. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.TableStyleElements.Count"> <summary> <para>Gets the number of table style elements. </para> </summary> <value>An integer value which specifies the number of elements within the collection. </value> </member> <member name="P:DevExpress.Spreadsheet.TableStyleElements.Item(DevExpress.Spreadsheet.TableStyleElementType)"> <summary> <para>Gets a table style element by its type. </para> </summary> <param name="index"> A <see cref="T:DevExpress.Spreadsheet.TableStyleElementType"/> enumeration member. </param> <value>A <see cref="T:DevExpress.Spreadsheet.TableStyleElement"/> object that is a table style element of the specified type. </value> </member> <member name="T:DevExpress.Spreadsheet.TableStyleElement"> <summary> <para>A table style element. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.TableStyleElement.Borders"> <summary> <para>Specifies the borders for the table element cells. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.Borders"/> object that provides access to the borders of a cell or cell range contained in the table element. </value> </member> <member name="M:DevExpress.Spreadsheet.TableStyleElement.Clear"> <summary> <para>Removes existing formatting from the table style element. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.TableStyleElement.Fill"> <summary> <para>Specifies the cell background for the table element. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.Fill"/> object providing properties to format the cell background. </value> </member> <member name="P:DevExpress.Spreadsheet.TableStyleElement.Font"> <summary> <para>Specifies the font for the table element cells. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.SpreadsheetFont"/> object providing properties to change cell font attributes. </value> </member> <member name="P:DevExpress.Spreadsheet.TableStyleElement.StripeSize"> <summary> <para>Specifies the number of table rows or columns displayed as odd and even stripes used for alternate shading of rows or columns in a table. </para> </summary> <value>An integer that specifies the number of table rows or columns displayed in row or column stripes in the table. </value> </member> <member name="T:DevExpress.Spreadsheet.TableStyleCollection"> <summary> <para>A collection of table styles contained in the workbook. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.TableStyleCollection.Add(System.String)"> <summary> <para>Creates a new table style with the specified name and appends it to the collection of table styles. </para> </summary> <param name="name"> A <see cref="T:System.String"/> value that specifies the table style name. Initializes the <see cref="P:DevExpress.Spreadsheet.TableStyle.Name"/> property of the created table style. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.TableStyle"/> object that specifies the new table style. </returns> </member> <member name="M:DevExpress.Spreadsheet.TableStyleCollection.Contains(System.String)"> <summary> <para>Indicates whether the collection contains the table style under the specified name. </para> </summary> <param name="name"> A <see cref="T:System.String"/> value that specifies the name of the table style to locate in the collection. </param> <returns><b>true</b>, if the collection contains the table style under the specified name; otherwise, <b>false</b>. </returns> </member> <member name="P:DevExpress.Spreadsheet.TableStyleCollection.Count"> <summary> <para>Gets the number of table styles in the collection. </para> </summary> <value>An integer specifying the number of table styles in the collection. </value> </member> <member name="P:DevExpress.Spreadsheet.TableStyleCollection.DefaultStyle"> <summary> <para>Gets or sets the default table style. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.TableStyle"/> object. </value> </member> <member name="P:DevExpress.Spreadsheet.TableStyleCollection.Item(DevExpress.Spreadsheet.BuiltInTableStyleId)"> <summary> <para>Provides access to built-in table styles by their identifiers. </para> </summary> <param name="id"> A <see cref="T:DevExpress.Spreadsheet.BuiltInTableStyleId"/> enumerator member. </param> <value>A <see cref="T:DevExpress.Spreadsheet.TableStyle"/> object specifying the table style with the specified identifier. </value> </member> <member name="P:DevExpress.Spreadsheet.TableStyleCollection.Item(System.String)"> <summary> <para>Provides access to individual table styles in the collection by their names. </para> </summary> <param name="name"> A <see cref="T:System.String"/> value specifying the name of the table style to be found. </param> <value>A <see cref="T:DevExpress.Spreadsheet.TableStyle"/> object specifying the table style with the specified name. </value> </member> <member name="M:DevExpress.Spreadsheet.TableStyleCollection.Remove(System.String)"> <summary> <para>Removes the table style with the specified name from the collection. </para> </summary> <param name="name"> A <see cref="T:System.String"/> value that specifies the name of the table style (<see cref="P:DevExpress.Spreadsheet.TableStyle.Name"/>) to be removed from the collection. </param> </member> <member name="T:DevExpress.Spreadsheet.TableStyle"> <summary> <para>A named table style. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.TableStyle.BeginUpdate"> <summary> <para>Locks the TableStyle object by preventing visual updates until the <b>EndUpdate</b> method is called. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.TableStyle.BuiltIn"> <summary> <para>Indicates whether the table style is built-in. </para> </summary> <value><b>true</b>, if the table style is built-in; otherwise, <b>false</b>. </value> </member> <member name="M:DevExpress.Spreadsheet.TableStyle.Duplicate"> <summary> <para>Creates a copy of the table style. </para> </summary> <returns>A <see cref="T:DevExpress.Spreadsheet.TableStyle"/> object that is the copy of the current table style. </returns> </member> <member name="M:DevExpress.Spreadsheet.TableStyle.Duplicate(System.String)"> <summary> <para>Creates a copy of the table style with the specified name. </para> </summary> <param name="name"> A <see cref="T:System.String"/> value that specifies the name of the new table style. This value is assigned to the <see cref="P:DevExpress.Spreadsheet.TableStyle.Name"/> property. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.TableStyle"/> object that is the copy of the current table style. </returns> </member> <member name="M:DevExpress.Spreadsheet.TableStyle.EndUpdate"> <summary> <para>Unlocks the TableStyle object after a call to the <b>BeginUpdate</b> method and causes an immediate visual update. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.TableStyle.Name"> <summary> <para>Gets and sets the name of the table style. </para> </summary> <value>A string specifying the table style name. </value> </member> <member name="P:DevExpress.Spreadsheet.TableStyle.TableStyleElements"> <summary> <para>Provides access to table style elements. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.TableStyleElements"/> object that contains elements of the table style. </value> </member> <member name="T:DevExpress.Spreadsheet.TableColumnCollection"> <summary> <para>A collection of columns in a table. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.TableColumnCollection.Add"> <summary> <para>Inserts a new column to the end of the table and returns the newly created object. </para> </summary> <returns>A <see cref="T:DevExpress.Spreadsheet.TableColumn"/> object that specifies the newly created column in the table. </returns> </member> <member name="M:DevExpress.Spreadsheet.TableColumnCollection.Add(System.Int32)"> <summary> <para>Inserts a new column into the table at the specified position and returns the newly created object. </para> </summary> <param name="position"> An integer specifying the zero-based index of the position where a new column shall be inserted. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.TableColumn"/> object that specifies the newly created column in the table. </returns> </member> <member name="T:DevExpress.Spreadsheet.Formulas.TableRowsRestriction"> <summary> <para> [To be supplied] </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Formulas.TableRowsRestriction.All"> <summary> <para> [To be supplied] </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Formulas.TableRowsRestriction.Data"> <summary> <para> [To be supplied] </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Formulas.TableRowsRestriction.Headers"> <summary> <para> [To be supplied] </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Formulas.TableRowsRestriction.None"> <summary> <para> [To be supplied] </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Formulas.TableRowsRestriction.ThisRow"> <summary> <para> [To be supplied] </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Formulas.TableRowsRestriction.Totals"> <summary> <para> [To be supplied] </para> </summary> </member> <member name="T:DevExpress.Spreadsheet.Charts.ChartType"> <summary> <para>Lists values used to specify the chart subtype. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartType.Area"> <summary> <para>Specifies the area chart. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartType.Area3D"> <summary> <para>Specifies the 3-D area chart. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartType.Area3DFullStacked"> <summary> <para>Specifies the 100% stacked area in 3-D chart. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartType.Area3DStacked"> <summary> <para>Specifies the stacked area in 3-D chart. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartType.AreaFullStacked"> <summary> <para>Specifies the 100% stacked area chart. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartType.AreaStacked"> <summary> <para>Specifies the stacked area chart. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartType.Bar3DClustered"> <summary> <para>Specifies the clustered bar in 3-D chart. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartType.Bar3DClusteredCone"> <summary> <para>Specifies the clustered horizontal cone chart. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartType.Bar3DClusteredCylinder"> <summary> <para>Specifies the clustered horizontal cylinder chart. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartType.Bar3DClusteredPyramid"> <summary> <para>Specifies the clustered horizontal pyramid chart. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartType.Bar3DFullStacked"> <summary> <para>Specifies the 100% stacked bar in 3-D chart. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartType.Bar3DFullStackedCone"> <summary> <para>Specifies the 100% stacked horizontal cone chart. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartType.Bar3DFullStackedCylinder"> <summary> <para>Specifies the 100% stacked horizontal cylinder chart. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartType.Bar3DFullStackedPyramid"> <summary> <para>Specifies the 100% stacked horizontal pyramid chart. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartType.Bar3DStacked"> <summary> <para>Specifies the stacked bar in 3-D chart. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartType.Bar3DStackedCone"> <summary> <para>Specifies the stacked horizontal cone chart. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartType.Bar3DStackedCylinder"> <summary> <para>Specifies the stacked horizontal cylinder chart. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartType.Bar3DStackedPyramid"> <summary> <para>Specifies the stacked horizontal pyramid chart. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartType.BarClustered"> <summary> <para>Specifies the clustered bar chart. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartType.BarFullStacked"> <summary> <para>Specifies the 100% stacked bar chart. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartType.BarOfPie"> <summary> <para>Specifies the bar of pie chart. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartType.BarStacked"> <summary> <para>Specifies the stacked bar chart. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartType.Bubble"> <summary> <para>Specifies the bubble chart. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartType.Bubble3D"> <summary> <para>Specifies the bubble with a 3-D effect chart. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartType.Column3DClustered"> <summary> <para>Specifies the 3-D clustered column chart. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartType.Column3DClusteredCone"> <summary> <para>Specifies the clustered cone chart. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartType.Column3DClusteredCylinder"> <summary> <para>Specifies the clustered cylinder chart. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartType.Column3DClusteredPyramid"> <summary> <para>Specifies the clustered pyramid chart. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartType.Column3DFullStacked"> <summary> <para>Specifies the 100% stacked column in 3-D chart. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartType.Column3DFullStackedCone"> <summary> <para>Specifies the 100% stacked cone chart. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartType.Column3DFullStackedCylinder"> <summary> <para>Specifies the 100% stacked cylinder chart. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartType.Column3DFullStackedPyramid"> <summary> <para>Specifies the 100% stacked pyramid chart. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartType.Column3DStacked"> <summary> <para>Specifies the stacked column in 3-D chart. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartType.Column3DStackedCone"> <summary> <para>Specifies the stacked cone chart. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartType.Column3DStackedCylinder"> <summary> <para>Specifies the stacked cylinder chart. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartType.Column3DStackedPyramid"> <summary> <para>Specifies the stacked pyramid chart. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartType.Column3DStandard"> <summary> <para>Specifies the 3-D column chart. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartType.Column3DStandardCone"> <summary> <para>Specifies the 3-D cone chart. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartType.Column3DStandardCylinder"> <summary> <para>Specifies the 3-D cylinder chart. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartType.Column3DStandardPyramid"> <summary> <para>Specifies the 3-D pyramid chart. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartType.ColumnClustered"> <summary> <para>Specifies the clustered column chart. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartType.ColumnFullStacked"> <summary> <para>Specifies the 100% stacked column chart. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartType.ColumnStacked"> <summary> <para>Specifies the stacked column chart. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartType.Doughnut"> <summary> <para>Specifies the doughnut chart. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartType.DoughnutExploded"> <summary> <para>Specifies the exploded doughnut chart. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartType.Line"> <summary> <para>Specifies the line chart. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartType.Line3D"> <summary> <para>Specifies the 3-D line chart. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartType.LineFullStacked"> <summary> <para>Specifies the 100% stacked line chart. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartType.LineFullStackedMarker"> <summary> <para>Specifies the 100% stacked line with markers chart. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartType.LineMarker"> <summary> <para>Specifies the line with markers chart. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartType.LineStacked"> <summary> <para>Specifies the stacked line chart. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartType.LineStackedMarker"> <summary> <para>Specifies the stacked line with markers chart. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartType.Pie"> <summary> <para>Specifies the pie chart. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartType.Pie3D"> <summary> <para>Specifies the pie in 3-D chart. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartType.Pie3DExploded"> <summary> <para>Specifies the exploded pie in 3-D chart. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartType.PieExploded"> <summary> <para>Specifies the exploded pie chart. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartType.PieOfPie"> <summary> <para>Specifies the pie of pie chart. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartType.Radar"> <summary> <para>Specifies the radar chart. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartType.RadarFilled"> <summary> <para>Specifies the filled radar chart. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartType.RadarMarkers"> <summary> <para>Specifies the radar with markers chart. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartType.ScatterLine"> <summary> <para>Specifies the scatter with straight lines chart. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartType.ScatterLineMarkers"> <summary> <para>Specifies the scatter with straight lines and markers chart. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartType.ScatterMarkers"> <summary> <para>Specifies the scatter with only markers chart. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartType.ScatterSmooth"> <summary> <para>Specifies the scatter with smooth lines chart. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartType.ScatterSmoothMarkers"> <summary> <para>Specifies the scatter with smooth lines and markers chart. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartType.StockHighLowClose"> <summary> <para>Specifies the high-low-close stock chart. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartType.StockOpenHighLowClose"> <summary> <para>Specifies the open-high-low-close stock chart. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartType.StockVolumeHighLowClose"> <summary> <para>Specifies the volume-high-low-close stock chart. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartType.StockVolumeOpenHighLowClose"> <summary> <para>Specifies the volume-open-high-low-close stock chart. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartType.Surface"> <summary> <para>Specifies the contour chart. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartType.Surface3D"> <summary> <para>Specifies the 3-D surface chart. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartType.Surface3DWireframe"> <summary> <para>Specifies the wireframe 3-D surface chart. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartType.SurfaceWireframe"> <summary> <para>Specifies the wireframe contour chart. </para> </summary> </member> <member name="T:DevExpress.Spreadsheet.Charts.Marker"> <summary> <para>Represents a data marker displayed at each data point in the series on the line, scatter or radar chart. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.Charts.Marker.Size"> <summary> <para>Gets or sets the size of the marker in points. </para> </summary> <value>An integer value that specifies the marker's size. The value must be a whole number between 2 and 72. </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.Marker.Symbol"> <summary> <para>Gets or sets the shape of the marker. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.Charts.MarkerStyle"/> enumeration value specifying the marker style. </value> </member> <member name="T:DevExpress.Spreadsheet.SheetRemovedEventHandler"> <summary> <para>A method that will handle the SheetRemoved event of the SpreadsheetControl. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.SheetRemovedEventHandler.Invoke(System.Object,DevExpress.Spreadsheet.SheetRemovedEventArgs)"> <summary> <para>A method that will handle the <b>SheetRemoved</b> event of the SpreadsheetControl. </para> </summary> <param name="sender"> The event source. This parameter identifies the SpreadsheetControl which raised the event. </param> <param name="e"> A <see cref="T:DevExpress.Spreadsheet.SheetRemovedEventArgs"/> object which contains event data. </param> </member> <member name="T:DevExpress.Spreadsheet.SheetRemovingEventHandler"> <summary> <para>A method that will handle the SheetRemoving event of the SpreadsheetControl. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.SheetRemovingEventHandler.Invoke(System.Object,DevExpress.Spreadsheet.SheetRemovingEventArgs)"> <summary> <para>A method that will handle the <b>SheetRemoving</b> event of the SpreadsheetControl. </para> </summary> <param name="sender"> The event source. This parameter identifies the SpreadsheetControl which raised the event. </param> <param name="e"> A <see cref="T:DevExpress.Spreadsheet.SheetRemovingEventArgs"/> object which contains event data. </param> </member> <member name="T:DevExpress.Spreadsheet.SheetInsertedEventArgs"> <summary> <para>Provides data for the SpreadsheetControl.SheetInserted event. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.SheetInsertedEventArgs.#ctor(System.String)"> <summary> <para>Initializes a new instance of the SheetInsertedEventArgs class with the specified name of the worksheet. </para> </summary> <param name="sheetName"> A string that is the name of the inserted worksheet. </param> </member> <member name="T:DevExpress.Spreadsheet.ConditionalFormattingTimePeriod"> <summary> <para>Lists applicable time periods in a "date occurring..." conditional formatting rule. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.ConditionalFormattingTimePeriod.Last7Days"> <summary> <para>A date in the last seven days. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.ConditionalFormattingTimePeriod.LastMonth"> <summary> <para>A date occurring last month. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.ConditionalFormattingTimePeriod.LastWeek"> <summary> <para>A date occurring last week. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.ConditionalFormattingTimePeriod.NextMonth"> <summary> <para>A date occurring next month. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.ConditionalFormattingTimePeriod.NextWeek"> <summary> <para>A date occurring next week. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.ConditionalFormattingTimePeriod.ThisMonth"> <summary> <para>A date occurring this month. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.ConditionalFormattingTimePeriod.ThisWeek"> <summary> <para>A date occurring this week. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.ConditionalFormattingTimePeriod.Today"> <summary> <para>Today's date. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.ConditionalFormattingTimePeriod.Tomorrow"> <summary> <para>Tomorrow's date. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.ConditionalFormattingTimePeriod.Yesterday"> <summary> <para>Yesterday's date. </para> </summary> </member> <member name="T:DevExpress.Spreadsheet.HeaderFooterCode"> <summary> <para>Contains codes which can be used in a header or a footer and interpreted when printing a worksheet. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.HeaderFooterCode.Ampersand"> <summary> <para>Prints a single ampersand. </para> </summary> <returns> [To be supplied] </returns> </member> <member name="F:DevExpress.Spreadsheet.HeaderFooterCode.Bold"> <summary> <para>Turns bold on and off for the text that follows the code. </para> </summary> <returns> [To be supplied] </returns> </member> <member name="F:DevExpress.Spreadsheet.HeaderFooterCode.CenterSection"> <summary> <para>Centers the characters that follow. </para> </summary> <returns> [To be supplied] </returns> </member> <member name="F:DevExpress.Spreadsheet.HeaderFooterCode.Date"> <summary> <para>Prints the current date. </para> </summary> <returns> [To be supplied] </returns> </member> <member name="F:DevExpress.Spreadsheet.HeaderFooterCode.DoubleUnderline"> <summary> <para>Turns double underline on and off for the characters that follow. </para> </summary> <returns> [To be supplied] </returns> </member> <member name="M:DevExpress.Spreadsheet.HeaderFooterCode.Font(System.String,DevExpress.Spreadsheet.SpreadsheetFontStyle)"> <summary> <para>Prints the characters using the specified font. </para> </summary> <param name="fontName"> A string that is the name of the font. </param> <param name="fontStyle"> A <see cref="T:System.Drawing.FontStyle"/> enumeration that specifies the style of the text. </param> <returns>A string that can be assigned as the header or footer content. </returns> </member> <member name="M:DevExpress.Spreadsheet.HeaderFooterCode.FontColor(System.Int32,System.Int32)"> <summary> <para>Obtains the formatting code that sets the text font color. </para> </summary> <param name="themeColorId"> An integer that is the Office Theme color Id in the range 0..11. </param> <param name="tint"> An integer that is the tint\shade value in the range -100..100. </param> <returns>A string that can be used as formatting code in a header or footer. </returns> </member> <member name="M:DevExpress.Spreadsheet.HeaderFooterCode.FontColor(System.Drawing.Color)"> <summary> <para>Obtains the formatting code that sets the text font color. </para> </summary> <param name="color"> A <see cref="T:System.Drawing.Color"/> value that is the font color. </param> <returns>A string that is the formatting code. </returns> </member> <member name="M:DevExpress.Spreadsheet.HeaderFooterCode.FontSize(System.Int32)"> <summary> <para>Obtains the format code that sets the text font size. </para> </summary> <param name="size"> An integer specifying the font size. </param> <returns>A string that is the format code. </returns> </member> <member name="F:DevExpress.Spreadsheet.HeaderFooterCode.Italic"> <summary> <para>Turns italic on and off for the characters that follow. </para> </summary> <returns> [To be supplied] </returns> </member> <member name="F:DevExpress.Spreadsheet.HeaderFooterCode.LeftSection"> <summary> <para>Left aligns the characters that follow. </para> </summary> <returns> [To be supplied] </returns> </member> <member name="F:DevExpress.Spreadsheet.HeaderFooterCode.PageNumber"> <summary> <para>Prints the current page number. </para> </summary> <returns> [To be supplied] </returns> </member> <member name="F:DevExpress.Spreadsheet.HeaderFooterCode.PageTotal"> <summary> <para>Prints the total number of pages in the document. </para> </summary> <returns> [To be supplied] </returns> </member> <member name="F:DevExpress.Spreadsheet.HeaderFooterCode.RightSection"> <summary> <para>Right aligns the characters that follow. </para> </summary> <returns> [To be supplied] </returns> </member> <member name="F:DevExpress.Spreadsheet.HeaderFooterCode.Strikethrough"> <summary> <para>Turns strikethrough on or off for the characters that follow. </para> </summary> <returns> [To be supplied] </returns> </member> <member name="F:DevExpress.Spreadsheet.HeaderFooterCode.Subscript"> <summary> <para>Turns subscript on or off for the characters that follow. </para> </summary> <returns> [To be supplied] </returns> </member> <member name="F:DevExpress.Spreadsheet.HeaderFooterCode.Superscript"> <summary> <para>Turns superscript on or off for the characters that follow. </para> </summary> <returns> [To be supplied] </returns> </member> <member name="F:DevExpress.Spreadsheet.HeaderFooterCode.Time"> <summary> <para>Prints the current time. </para> </summary> <returns> [To be supplied] </returns> </member> <member name="F:DevExpress.Spreadsheet.HeaderFooterCode.Underline"> <summary> <para>Turns underline on or off for the characters that follow. </para> </summary> <returns> [To be supplied] </returns> </member> <member name="F:DevExpress.Spreadsheet.HeaderFooterCode.WorkbookFileName"> <summary> <para>Prints the name of the workbook. </para> </summary> <returns> [To be supplied] </returns> </member> <member name="F:DevExpress.Spreadsheet.HeaderFooterCode.WorkbookFilePath"> <summary> <para>Prints the file path of the workbook. </para> </summary> <returns> [To be supplied] </returns> </member> <member name="F:DevExpress.Spreadsheet.HeaderFooterCode.WorksheetName"> <summary> <para>Prints the name of the worksheet. </para> </summary> <returns> [To be supplied] </returns> </member> <member name="T:DevExpress.Spreadsheet.WorksheetHeaderFooter"> <summary> <para>A header or footer of the worksheet. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.WorksheetHeaderFooter.Center"> <summary> <para>Gets or sets the centered text for the header or footer. </para> </summary> <value>A string that is the text centered in the header or footer. </value> </member> <member name="M:DevExpress.Spreadsheet.WorksheetHeaderFooter.FromLCR(System.String,System.String,System.String)"> <summary> <para>Specifies the left-aligned, centered and right-aligned text for the header of footer. </para> </summary> <param name="left"> A string that is the left-aligned text. </param> <param name="center"> A string that is the centered text. </param> <param name="right"> A string that is the right-aligned text. </param> </member> <member name="M:DevExpress.Spreadsheet.WorksheetHeaderFooter.FromString(System.String)"> <summary> <para>Specifies the text for the header or footer. </para> </summary> <param name="value"> A string that specifies left-aligned, centered and right-aligned text. </param> </member> <member name="P:DevExpress.Spreadsheet.WorksheetHeaderFooter.IsEmpty"> <summary> <para>Indicates whether the header or footer is empty. </para> </summary> <value><b>true</b>, if the header or footer is empty; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.Spreadsheet.WorksheetHeaderFooter.Left"> <summary> <para>Specifies the left-aligned text for the header or footer. </para> </summary> <value>A string that is the text aligned left in the header or footer. </value> </member> <member name="P:DevExpress.Spreadsheet.WorksheetHeaderFooter.Right"> <summary> <para>Specifies the right-aligned text for the header or footer. </para> </summary> <value>A string that is the text aligned right in the header or footer. </value> </member> <member name="T:DevExpress.Spreadsheet.ConditionalFormattingTextCondition"> <summary> <para>Lists values that specify the type of the conditional format operator in a conditional formatting rule. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.ConditionalFormattingTextCondition.BeginsWith"> <summary> <para>Formats cells that begin with the specified text string. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.ConditionalFormattingTextCondition.Contains"> <summary> <para>Formats cells that contain the specified text string. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.ConditionalFormattingTextCondition.EndsWith"> <summary> <para>Formats cells that end with the specified text string. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.ConditionalFormattingTextCondition.NotContains"> <summary> <para>Formats cells that do not contain the specified text string. </para> </summary> </member> <member name="T:DevExpress.Spreadsheet.ConditionalFormattingRangeCondition"> <summary> <para>Lists values that specify the type of the conditional format operator in a conditional formatting rule. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.ConditionalFormattingRangeCondition.Inside"> <summary> <para>Formats cells that are between two specified values. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.ConditionalFormattingRangeCondition.Outside"> <summary> <para>Formats cells that are not between two specified values. </para> </summary> </member> <member name="T:DevExpress.Spreadsheet.ConditionalFormattingAverageCondition"> <summary> <para>Lists values that specify the type of the conditional format operator in an "above or below average" conditional formatting rule. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.ConditionalFormattingAverageCondition.Above"> <summary> <para>Formats cells whose values are above the average value in a range of cells. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.ConditionalFormattingAverageCondition.AboveOrEqual"> <summary> <para>Formats cells whose values are above or equal to the average value in a range of cells. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.ConditionalFormattingAverageCondition.Below"> <summary> <para>Formats cells whose values are below the average value in a range of cells. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.ConditionalFormattingAverageCondition.BelowOrEqual"> <summary> <para>Formats cells whose values are below or equal to the average value in a range of cells. </para> </summary> </member> <member name="T:DevExpress.Spreadsheet.SheetInsertedEventHandler"> <summary> <para>A method that will handle the SheetInserted event of the SpreadsheetControl. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.SheetInsertedEventHandler.Invoke(System.Object,DevExpress.Spreadsheet.SheetInsertedEventArgs)"> <summary> <para>A method that will handle the <b>SheetInserted</b> event of the SpreadsheetControl. </para> </summary> <param name="sender"> The event source. This parameter identifies the SpreadsheetControl which raised the event. </param> <param name="e"> A <see cref="T:DevExpress.Spreadsheet.SheetInsertedEventArgs"/> object which contains event data. </param> </member> <member name="T:DevExpress.Spreadsheet.TextConditionalFormatting"> <summary> <para>Represents a conditional formatting rule that formats cells that contain or do not contain the given text. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.TextConditionalFormatting.Condition"> <summary> <para>Gets or sets the type of the conditional format operator used in the conditional formatting rule. </para> </summary> <value>One of <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingTextCondition"/> enumeration values. </value> </member> <member name="P:DevExpress.Spreadsheet.TextConditionalFormatting.Formatting"> <summary> <para>Provides access to a set of formatting properties applied to cells when the condition of the conditional formatting rule is true. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.Formatting"/> object that expedites specifying all format attributes (font, background color, alignment options, etc.) </value> </member> <member name="P:DevExpress.Spreadsheet.TextConditionalFormatting.Text"> <summary> <para>Gets or sets a text string used as the formatting criteria in the conditional formatting rule. </para> </summary> <value>A <b><see cref="T:System.String"/></b> value that represents text specified in the conditional formatting rule. </value> </member> <member name="T:DevExpress.Spreadsheet.SpecialConditionalFormatting"> <summary> <para>Represents a conditional formatting rule that formats cells with specific values. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.SpecialConditionalFormatting.Condition"> <summary> <para>Gets or sets the type of the conditional format operator used in the conditional formatting rule. </para> </summary> <value>One of <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingSpecialCondition"/> enumeration values. </value> </member> <member name="P:DevExpress.Spreadsheet.SpecialConditionalFormatting.Formatting"> <summary> <para>Provides access to a set of formatting properties applied to cells when the condition of the conditional formatting rule is true. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.Formatting"/> object that expedites specifying all format attributes (font, background color, alignment options, etc.) </value> </member> <member name="T:DevExpress.Spreadsheet.RankConditionalFormatting"> <summary> <para>Represents a "top/bottom N" conditional formatting rule. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.RankConditionalFormatting.Condition"> <summary> <para>Gets or sets the type of the conditional format operator used in the top/bottom N conditional formatting rule. </para> </summary> <value>One of <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingRankCondition"/> enumeration values. </value> </member> <member name="P:DevExpress.Spreadsheet.RankConditionalFormatting.Formatting"> <summary> <para>Provides access to a set of formatting properties applied when the condition of the "top/bottom N" conditional formatting rule is true. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.Formatting"/> object that expedites specifying all format attributes (font, background color, alignment options, etc.) </value> </member> <member name="P:DevExpress.Spreadsheet.RankConditionalFormatting.Rank"> <summary> <para>Gets or sets a rank value used in the top/bottom N conditional formatting rule. </para> </summary> <value>A positive integer that is a number or percentage of the rank value. </value> </member> <member name="T:DevExpress.Spreadsheet.RangeConditionalFormatting"> <summary> <para>Represents a conditional formatting rule that formats cells which are between or not between two values. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.RangeConditionalFormatting.Condition"> <summary> <para>Gets or sets the type of the conditional format operator used in the conditional formatting rule. </para> </summary> <value>One of <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingRangeCondition"/> enumeration values. </value> </member> <member name="P:DevExpress.Spreadsheet.RangeConditionalFormatting.Formatting"> <summary> <para>Provides access to a set of formatting properties applied to cells when the condition of the conditional formatting rule is true. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.Formatting"/> object that expedites specifying all format attributes (font, background color, alignment options, etc.) </value> </member> <member name="P:DevExpress.Spreadsheet.RangeConditionalFormatting.HighBound"> <summary> <para>Gets or sets a value used as a high bound in the conditional formatting rule. </para> </summary> <value>The <b><see cref="T:System.String"/></b> value that represents a high bound of the data subset inside or outside of which, formatted cells are located. </value> </member> <member name="P:DevExpress.Spreadsheet.RangeConditionalFormatting.LowBound"> <summary> <para>Gets or sets a value used as a low bound in the conditional formatting rule. </para> </summary> <value>The <b><see cref="T:System.String"/></b> value that represents a low bound of the data subset inside or outside of which, formatted cells are located. </value> </member> <member name="T:DevExpress.Spreadsheet.IconSetConditionalFormatting"> <summary> <para>Represents an icon set conditional formatting rule. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.IconSetConditionalFormatting.GetIcon(System.Int32)"> <summary> <para>Gets an icon by its index from the icon set specified in the icon set conditional format. </para> </summary> <param name="index"> A zero-based integer specifying the index of the icon. It should be non-negative and less than the number of icons in the set. </param> <returns>A <b>ConditionalFormattingCustomIcon</b> object representing a particular icon in the icon set. </returns> </member> <member name="P:DevExpress.Spreadsheet.IconSetConditionalFormatting.IconSet"> <summary> <para>Gets or sets an icon set type for conditional formatting. </para> </summary> <value>One of the <see cref="T:DevExpress.Spreadsheet.IconSetType"/> enumeration values that specifies an icon set to be displayed. </value> </member> <member name="P:DevExpress.Spreadsheet.IconSetConditionalFormatting.IsCustom"> <summary> <para>Indicates whether a custom icon set is specified. </para> </summary> <value><b>true</b>, if the custom icon style is used; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.Spreadsheet.IconSetConditionalFormatting.Reversed"> <summary> <para>Gets or sets whether icons in the icon set specified in the conditional formatting rule are shown in reverse order. </para> </summary> <value><b>true</b>, if the icon order is reversed; otherwise, <b>false</b>. </value> </member> <member name="M:DevExpress.Spreadsheet.IconSetConditionalFormatting.SetCustomIcon(System.Int32,DevExpress.Spreadsheet.ConditionalFormattingCustomIcon)"> <summary> <para>Inserts a custom icon into the icon set specified in the conditional formatting rule. </para> </summary> <param name="index"> The zero-based index position of the insertion. </param> <param name="value"> A <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingCustomIcon"/> object representing a custom icon to be set. </param> </member> <member name="P:DevExpress.Spreadsheet.IconSetConditionalFormatting.ShowValue"> <summary> <para>Gets or sets whether to show values of cells to which the icon set conditional formatting rule is applied. </para> </summary> <value><b>true</b>, if cell values are displayed; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.Spreadsheet.IconSetConditionalFormatting.Values"> <summary> <para>Returns an array of threshold values used in the icon set conditional formatting rule. </para> </summary> <value>An array of <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingIconSetValue"/> values that are threshold values. </value> </member> <member name="T:DevExpress.Spreadsheet.FormulaExpressionConditionalFormatting"> <summary> <para>Represents a conditional formatting rule that uses a formula as a formatting criteria. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.FormulaExpressionConditionalFormatting.Expression"> <summary> <para>Gets or sets a formula used as the formatting criteria in the conditional formatting rule. </para> </summary> <value>A <b><see cref="T:System.String"/></b> value that represents a formula for conditional formatting. </value> </member> <member name="P:DevExpress.Spreadsheet.FormulaExpressionConditionalFormatting.Formatting"> <summary> <para>Provides access to a set of formatting properties applied to cells when the condition of the conditional formatting rule is true. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.Formatting"/> object that expedites specifying all format attributes (font, background color, alignment options, etc.) </value> </member> <member name="T:DevExpress.Spreadsheet.ExpressionConditionalFormatting"> <summary> <para>Represents a conditional formatting rule that uses a relational operator to determine which cells to format. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.ExpressionConditionalFormatting.Condition"> <summary> <para>Gets or sets a relational operator used in the conditional formatting rule. </para> </summary> <value>One of <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingExpressionCondition"/> enumeration values. </value> </member> <member name="P:DevExpress.Spreadsheet.ExpressionConditionalFormatting.Formatting"> <summary> <para>Provides access to a set of formatting properties applied to cells when the condition of the conditional formatting rule is true. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.Formatting"/> object that expedites specifying all format attributes (font, background color, alignment options, etc.) </value> </member> <member name="P:DevExpress.Spreadsheet.ExpressionConditionalFormatting.Value"> <summary> <para>Gets or sets a threshold value used in the conditional formatting rule. </para> </summary> <value>A <b><see cref="T:System.String"/></b> value that represents a threshold value. </value> </member> <member name="T:DevExpress.Spreadsheet.DataBarConditionalFormatting"> <summary> <para>Represents a data bar conditional formatting rule. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.DataBarConditionalFormatting.AxisColor"> <summary> <para>Gets or sets the color of the axis between positive and negative bars. </para> </summary> <value>A <see cref="T:System.Drawing.Color"/> object that specifies the axis color. </value> </member> <member name="P:DevExpress.Spreadsheet.DataBarConditionalFormatting.AxisPosition"> <summary> <para>Gets or sets the axis position in a cell. </para> </summary> <value>One of the <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingDataBarAxisPosition"/> enumeration values. </value> </member> <member name="P:DevExpress.Spreadsheet.DataBarConditionalFormatting.BorderColor"> <summary> <para>Gets or sets the data bar border color. </para> </summary> <value>A <see cref="T:System.Drawing.Color"/> object that specifies the border line color. </value> </member> <member name="P:DevExpress.Spreadsheet.DataBarConditionalFormatting.Color"> <summary> <para>Gets or sets the color associated with data bars in the data bar conditional format. </para> </summary> <value>A <b><see cref="T:System.Drawing.Color"/></b> object that defines the color of the data bar. </value> </member> <member name="P:DevExpress.Spreadsheet.DataBarConditionalFormatting.Direction"> <summary> <para>Gets or sets the direction of data bars. </para> </summary> <value>One of <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingDataBarDirection"/> enumeration values. </value> </member> <member name="P:DevExpress.Spreadsheet.DataBarConditionalFormatting.GradientFill"> <summary> <para>Gets or set whether the gradient fill is applied to data bars. </para> </summary> <value><b>true</b>, if the gradient fill type is used; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.Spreadsheet.DataBarConditionalFormatting.HighBound"> <summary> <para>Returns the <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingValue"/> object that specifies how the longest bar is evaluated for the data bar conditional format. </para> </summary> <value>The <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingValue"/> object that represents the threshold and its <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingValueType"/> type. </value> </member> <member name="P:DevExpress.Spreadsheet.DataBarConditionalFormatting.LowBound"> <summary> <para>Returns the <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingValue"/> object that specifies how the shortest bar is evaluated for the data bar conditional format. </para> </summary> <value>The <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingValue"/> object that represents the threshold and its <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingValueType"/> type. </value> </member> <member name="P:DevExpress.Spreadsheet.DataBarConditionalFormatting.MaxLength"> <summary> <para>Gets or sets the maximum length of the data bar, as a percentage of the cell width. </para> </summary> <value>An integer value that specifies the length of the longest bar, as a fixed percentage of the column width. The value must be a whole number between 0 and 100. The default value is 90. </value> </member> <member name="P:DevExpress.Spreadsheet.DataBarConditionalFormatting.MinLength"> <summary> <para>Gets or sets the minimum length of the data bar, as a percentage of the cell width. </para> </summary> <value>An integer value that specifies the length of the shortest bar, as a fixed percentage of the column width. The value must be a whole number between 0 and 100. The default value is 10. </value> </member> <member name="P:DevExpress.Spreadsheet.DataBarConditionalFormatting.NegativeBarBorderColor"> <summary> <para>Gets or sets the negative bar border color. </para> </summary> <value>A <see cref="T:System.Drawing.Color"/> object that specifies the border line color. </value> </member> <member name="P:DevExpress.Spreadsheet.DataBarConditionalFormatting.NegativeBarColor"> <summary> <para>Gets or sets the negative bar fill color. </para> </summary> <value>A <see cref="T:System.Drawing.Color"/> object that specifies the color of the negative bar. </value> </member> <member name="P:DevExpress.Spreadsheet.DataBarConditionalFormatting.ShowValue"> <summary> <para>Indicates whether to show the values of cells to which the data bar conditional formatting rule is applied. </para> </summary> <value><b>true</b>, if cell values are displayed; otherwise, <b>false</b>. </value> </member> <member name="T:DevExpress.Spreadsheet.ColorScale3ConditionalFormatting"> <summary> <para>Represents a three-color scale conditional formatting rule. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.ColorScale3ConditionalFormatting.MidPoint"> <summary> <para>Gets the midpoint threshold of the three-color scale conditional formatting rule. </para> </summary> <value>The <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingValue"/> object that defines the midpoint threshold value and its <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingValueType"/> type. </value> </member> <member name="P:DevExpress.Spreadsheet.ColorScale3ConditionalFormatting.MidPointColor"> <summary> <para>Gets the color corresponding to the midpoint threshold specified in the three-color scale conditional formatting rule. </para> </summary> <value>A <b><see cref="T:System.Drawing.Color"/></b> object that defines the color for the midpoint value in the range of cells. </value> </member> <member name="T:DevExpress.Spreadsheet.ColorScale2ConditionalFormatting"> <summary> <para>Represents a two-color scale conditional formatting rule. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.ColorScale2ConditionalFormatting.MaxPoint"> <summary> <para>Gets the maximum threshold of the color scale conditional formatting rule. </para> </summary> <value>The <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingValue"/> object that defines the threshold value and its <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingValueType"/> type. </value> </member> <member name="P:DevExpress.Spreadsheet.ColorScale2ConditionalFormatting.MaxPointColor"> <summary> <para>Gets the color corresponding to the maximum threshold of the two-color scale conditional formatting rule. </para> </summary> <value>A <b><see cref="T:System.Drawing.Color"/></b> object that defines the color for the maximum value in the range of cells. </value> </member> <member name="P:DevExpress.Spreadsheet.ColorScale2ConditionalFormatting.MinPoint"> <summary> <para>Gets the minimum threshold of the color scale conditional formatting rule. </para> </summary> <value>The <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingValue"/> object that defines the threshold value and its <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingValueType"/> type. </value> </member> <member name="P:DevExpress.Spreadsheet.ColorScale2ConditionalFormatting.MinPointColor"> <summary> <para>Gets the color corresponding to the minimum threshold specified in the two-color scale conditional formatting rule. </para> </summary> <value>A <see cref="T:System.Drawing.Color"/> object that defines the color for the minimum value in the range of cells. </value> </member> <member name="T:DevExpress.Spreadsheet.AverageConditionalFormatting"> <summary> <para>Represents the "above or below average" conditional formatting rule. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.AverageConditionalFormatting.Condition"> <summary> <para>Gets or sets a type of the conditional format operator used in the above or below average... conditional formatting rule. </para> </summary> <value>One of <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingAverageCondition"/> enumeration values. </value> </member> <member name="P:DevExpress.Spreadsheet.AverageConditionalFormatting.Formatting"> <summary> <para>Provides access to a set of formatting properties applied when the condition of the "above or below average..." conditional formatting rule is true. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.Formatting"/> object that expedites specifying all format attributes (font, background color, alignment options, etc.) </value> </member> <member name="P:DevExpress.Spreadsheet.AverageConditionalFormatting.StdDev"> <summary> <para>Gets or sets the number of standard deviations included above or below the average in the above or below average... conditional formatting rule. </para> </summary> <value>An integer value that is the number of standard deviations. </value> </member> <member name="T:DevExpress.Spreadsheet.ConditionalFormatting"> <summary> <para>A conditional format applied to a range of cells. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.ConditionalFormatting.Priority"> <summary> <para>Specifies the priority of the conditional formatting rule. </para> </summary> <value>A positive integer that is the precedence of the conditional formatting rule. </value> </member> <member name="P:DevExpress.Spreadsheet.ConditionalFormatting.Range"> <summary> <para>Returns the range of cells to which the conditional formatting rule is applied. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.Range"/> object that specifies a range of cells to which the conditional formatting rules are applied. </value> </member> <member name="P:DevExpress.Spreadsheet.ConditionalFormatting.Ranges"> <summary> <para>Gets a collection of ranges, to which the conditional format is applied. </para> </summary> <value>A collection of cell ranges with a conditional format. </value> </member> <member name="P:DevExpress.Spreadsheet.ConditionalFormatting.StopIfTrue"> <summary> <para>Specifies whether the rules with lower priority can be applied. </para> </summary> <value><b>true</b>, if no conditional formatting rules with lower priority can be applied over the specified rule; otherwise, <b>false</b>. </value> </member> <member name="T:DevExpress.Spreadsheet.ConditionalFormattingCollection"> <summary> <para>A collection of all conditional formatting rules on a worksheet. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.ConditionalFormattingCollection.AddAverageConditionalFormatting(DevExpress.Spreadsheet.Range,DevExpress.Spreadsheet.ConditionalFormattingAverageCondition,System.Int32)"> <summary> <para>Applies the above or below average... conditional formatting rule. </para> </summary> <param name="range"> A <see cref="T:DevExpress.Spreadsheet.Range"/> object that specifies a range of cells to which the conditional formatting rule is applied. </param> <param name="condition"> One of the <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingAverageCondition"/> enumeration values. </param> <param name="stdDev"> A positive integer that represents the number of standard deviations to be included above or below the average. </param> <returns>An <see cref="T:DevExpress.Spreadsheet.AverageConditionalFormatting"/> object that represents the specified conditional format. </returns> </member> <member name="M:DevExpress.Spreadsheet.ConditionalFormattingCollection.AddAverageConditionalFormatting(DevExpress.Spreadsheet.Range,DevExpress.Spreadsheet.ConditionalFormattingAverageCondition)"> <summary> <para>Applies the above or below average... conditional formatting rule. </para> </summary> <param name="range"> A <see cref="T:DevExpress.Spreadsheet.Range"/> object that specifies a range of cells to which the conditional formatting rule is applied. </param> <param name="condition"> One of the <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingAverageCondition"/> enumeration values. </param> <returns>An <see cref="T:DevExpress.Spreadsheet.AverageConditionalFormatting"/> object that represents the specified conditional format. </returns> </member> <member name="M:DevExpress.Spreadsheet.ConditionalFormattingCollection.AddColorScale2ConditionalFormatting(DevExpress.Spreadsheet.Range,DevExpress.Spreadsheet.ConditionalFormattingExtremumValue,System.Drawing.Color,DevExpress.Spreadsheet.ConditionalFormattingExtremumValue,System.Drawing.Color)"> <summary> <para>Applies the two-color scale conditional formatting rule. </para> </summary> <param name="range"> A <see cref="T:DevExpress.Spreadsheet.Range"/> object that specifies a range of cells over which the conditional formatting rule is applied. </param> <param name="minPoint"> The <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingExtremumValue"/> object that defines the minimum threshold and its <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingValueType"/> type. </param> <param name="minPointColor"> A <see cref="T:System.Drawing.Color"/> object that defines a color representing the minimum value in the range of cells. </param> <param name="maxPoint"> The <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingExtremumValue"/> object that defines the maximum threshold and its <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingValueType"/> type. </param> <param name="maxPointColor"> A <see cref="T:System.Drawing.Color"/> object that defines a color representing the maximum value in the range of cells. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.ColorScale2ConditionalFormatting"/> object that represents the two-color scale conditional format. </returns> </member> <member name="M:DevExpress.Spreadsheet.ConditionalFormattingCollection.AddColorScale2ConditionalFormatting(DevExpress.Spreadsheet.Range,DevExpress.Spreadsheet.ConditionalFormattingValue,System.Drawing.Color,DevExpress.Spreadsheet.ConditionalFormattingValue,System.Drawing.Color)"> <summary> <para>Applies the two-color scale conditional formatting rule. </para> </summary> <param name="range"> A <see cref="T:DevExpress.Spreadsheet.Range"/> object that specifies a range of cells to which the conditional formatting rule is applied. </param> <param name="minPoint"> The <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingValue"/> object that defines the minimum threshold and its <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingValueType"/> type. </param> <param name="minPointColor"> A <see cref="T:System.Drawing.Color"/> object that defines a color representing the minimum value in the range of cells. </param> <param name="maxPoint"> The <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingValue"/> object that defines the maximum threshold and its <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingValueType"/> type. </param> <param name="maxPointColor"> A <see cref="T:System.Drawing.Color"/> object that defines a color representing the maximum value in the range of cells. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.ColorScale2ConditionalFormatting"/> object that represents the two-color scale conditional format. </returns> </member> <member name="M:DevExpress.Spreadsheet.ConditionalFormattingCollection.AddColorScale3ConditionalFormatting(DevExpress.Spreadsheet.Range,DevExpress.Spreadsheet.ConditionalFormattingExtremumValue,System.Drawing.Color,DevExpress.Spreadsheet.ConditionalFormattingInsideValue,System.Drawing.Color,DevExpress.Spreadsheet.ConditionalFormattingExtremumValue,System.Drawing.Color)"> <summary> <para>Applies the three-color scale conditional formatting rule. </para> </summary> <param name="range"> A <see cref="T:DevExpress.Spreadsheet.Range"/> object that specifies a range of cells, to which the conditional formatting rule is applied. </param> <param name="minPoint"> The <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingExtremumValue"/> object that defines the minimum threshold and its <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingValueType"/> type. </param> <param name="minPointColor"> A <see cref="T:System.Drawing.Color"/> object that defines a color representing the minimum value in the range of cells. </param> <param name="midPoint"> The <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingInsideValue"/> object that defines the midpoint threshold and its <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingValueType"/> type. </param> <param name="midPointColor"> A <see cref="T:System.Drawing.Color"/> object that defines a color representing the midpoint value in the range of cells. </param> <param name="maxPoint"> The <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingExtremumValue"/> object that defines the maximum threshold and its <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingValueType"/> type. </param> <param name="maxPointColor"> A <see cref="T:System.Drawing.Color"/> object that defines a color representing the maximum value in the range of cells. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.ColorScale3ConditionalFormatting"/> object that represents the three-color scale conditional format. </returns> </member> <member name="M:DevExpress.Spreadsheet.ConditionalFormattingCollection.AddColorScale3ConditionalFormatting(DevExpress.Spreadsheet.Range,DevExpress.Spreadsheet.ConditionalFormattingValue,System.Drawing.Color,DevExpress.Spreadsheet.ConditionalFormattingValue,System.Drawing.Color,DevExpress.Spreadsheet.ConditionalFormattingValue,System.Drawing.Color)"> <summary> <para>Applies the three-color scale conditional formatting rule. </para> </summary> <param name="range"> A <see cref="T:DevExpress.Spreadsheet.Range"/> object that specifies a range of cells to which the conditional formatting rule is applied. </param> <param name="minPoint"> The <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingValue"/> object that defines the minimum threshold and its <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingValueType"/> type. </param> <param name="minPointColor"> A <see cref="T:System.Drawing.Color"/> object that defines a color representing the minimum value in the range of cells. </param> <param name="midPoint"> The <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingValue"/> object that defines the midpoint threshold and its <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingValueType"/> type. </param> <param name="midPointColor"> A <see cref="T:System.Drawing.Color"/> object that defines a color representing the midpoint value in the range of cells. </param> <param name="maxPoint"> The <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingValue"/> object that defines the maximum threshold and its <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingValueType"/> type. </param> <param name="maxPointColor"> A <see cref="T:System.Drawing.Color"/> object that defines a color representing the maximum value in the range of cells. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.ColorScale3ConditionalFormatting"/> object that represents the three-color scale conditional format. </returns> </member> <member name="M:DevExpress.Spreadsheet.ConditionalFormattingCollection.AddDataBarConditionalFormatting(DevExpress.Spreadsheet.Range,DevExpress.Spreadsheet.ConditionalFormattingExtremumValue,DevExpress.Spreadsheet.ConditionalFormattingExtremumValue,System.Drawing.Color)"> <summary> <para>Applies the data bar conditional formatting rule. </para> </summary> <param name="range"> A <see cref="T:DevExpress.Spreadsheet.Range"/> object that specifies a range of cells, to which the conditional formatting rule is applied. </param> <param name="lowBound"> The <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingExtremumValue"/> object that defines a threshold value corresponding to the shortest bar. </param> <param name="highBound"> The <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingExtremumValue"/> object that defines a threshold value corresponding to the longest bar. </param> <param name="color"> A <see cref="T:System.Drawing.Color"/> object that specifies the color of the data bar. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.DataBarConditionalFormatting"/> object that represents the data bar conditional format. </returns> </member> <member name="M:DevExpress.Spreadsheet.ConditionalFormattingCollection.AddDataBarConditionalFormatting(DevExpress.Spreadsheet.Range,DevExpress.Spreadsheet.ConditionalFormattingValue,DevExpress.Spreadsheet.ConditionalFormattingValue,System.Drawing.Color)"> <summary> <para>Applies the data bar conditional formatting rule. </para> </summary> <param name="range"> A <see cref="T:DevExpress.Spreadsheet.Range"/> object that specifies a range of cells to which the conditional formatting rule is applied. </param> <param name="lowBound"> The <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingValue"/> object that defines a threshold value corresponding to the shortest bar. </param> <param name="highBound"> The <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingValue"/> object that defines a threshold value corresponding to the longest bar. </param> <param name="color"> A <see cref="T:System.Drawing.Color"/> object that specifies the color of the data bar. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.DataBarConditionalFormatting"/> object that represents the data bar conditional format. </returns> </member> <member name="M:DevExpress.Spreadsheet.ConditionalFormattingCollection.AddExpressionConditionalFormatting(DevExpress.Spreadsheet.Range,DevExpress.Spreadsheet.ConditionalFormattingExpressionCondition,System.String)"> <summary> <para>Applies the conditional formatting rule that uses a relational operator to determine which cells to format. </para> </summary> <param name="range"> A <see cref="T:DevExpress.Spreadsheet.Range"/> object that specifies a range of cells to which the conditional formatting rule is applied. </param> <param name="condition"> One of the <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingExpressionCondition"/> enumeration values. </param> <param name="value"> A <see cref="T:System.String"/> value representing the threshold. This value can specify a formula to evaluate the threshold. If you use a formula, start it with an equal sign (). The formula can include the spreadsheet's built-in functions. You can combine relative and absolute references to adjust the formula in each cell. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.ExpressionConditionalFormatting"/> object that represents the specified conditional format. </returns> </member> <member name="M:DevExpress.Spreadsheet.ConditionalFormattingCollection.AddFormulaExpressionConditionalFormatting(DevExpress.Spreadsheet.Range,System.String)"> <summary> <para>Applies the conditional formatting rule that uses a formula to determine which cells to format. </para> </summary> <param name="range"> A <see cref="T:DevExpress.Spreadsheet.Range"/> object that specifies a range of cells to which the conditional formatting rule is applied. </param> <param name="expression"> A <see cref="T:System.String"/> value that represents a formula to be used as a formatting criteria. Start the formula with an equal sign (). The formula can include the spreadsheet's built-in functions. You can combine relative and absolute references to adjust the formula in each cell if necessary. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.FormulaExpressionConditionalFormatting"/> object that represents the specified conditional format. </returns> </member> <member name="M:DevExpress.Spreadsheet.ConditionalFormattingCollection.AddIconSetConditionalFormatting(DevExpress.Spreadsheet.Range,DevExpress.Spreadsheet.IconSetType,DevExpress.Spreadsheet.ConditionalFormattingIconSetInsideValue[])"> <summary> <para>Applies an icon set conditional formatting rule. </para> </summary> <param name="range"> A <see cref="T:DevExpress.Spreadsheet.Range"/> object that specifies a range of cells to which the conditional formatting rule is applied. </param> <param name="iconSet"> One of the <see cref="T:DevExpress.Spreadsheet.IconSetType"/> enumeration values which determines an icon set to be displayed. </param> <param name="points"> An array of <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingIconSetInsideValue"/> values that specifies threshold values. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.IconSetConditionalFormatting"/> object that represents the icon set conditional format. </returns> </member> <member name="M:DevExpress.Spreadsheet.ConditionalFormattingCollection.AddIconSetConditionalFormatting(DevExpress.Spreadsheet.Range,DevExpress.Spreadsheet.IconSetType,DevExpress.Spreadsheet.ConditionalFormattingIconSetValue[])"> <summary> <para>Applies an icon set conditional formatting rule. </para> </summary> <param name="range"> A <see cref="T:DevExpress.Spreadsheet.Range"/> object that specifies a range of cells to which the conditional formatting rule is applied. </param> <param name="iconSet"> One of the <see cref="T:DevExpress.Spreadsheet.IconSetType"/> enumeration values which determines an icon set to be displayed. </param> <param name="points"> An array of <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingIconSetValue"/> values that specifies threshold values. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.IconSetConditionalFormatting"/> object that represents the icon set conditional format. </returns> </member> <member name="M:DevExpress.Spreadsheet.ConditionalFormattingCollection.AddRangeConditionalFormatting(DevExpress.Spreadsheet.Range,DevExpress.Spreadsheet.ConditionalFormattingRangeCondition,System.String,System.String)"> <summary> <para>Applies the conditional formatting rule that formats cells which are between or not between two specified values. </para> </summary> <param name="range"> A <see cref="T:DevExpress.Spreadsheet.Range"/> object that specifies a range of cells to which the conditional formatting rule is applied. </param> <param name="condition"> One of the <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingRangeCondition"/> enumeration values. </param> <param name="lowBound"> A <see cref="T:System.String"/> value that is the low bound of the subset inside or outside of which, formatted cells are located. The string can specify a formula to evaluate the low bound. If you use a formula, start it with an equal sign (). The formula can include the spreadsheet's built-in functions. You can combine relative and absolute references to adjust the formula in each cell if necessary. </param> <param name="highBound"> A <see cref="T:System.String"/> value that is the maximum value in the subset inside or outside of which, formatted cells are located. The string can specify a formula to evaluate the high bound. If you use a formula, start it with an equal sign (). The formula can include the spreadsheet's built-in functions. You can combine relative and absolute references to adjust the formula in each cell. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.RangeConditionalFormatting"/> object that represents the specified conditional format. </returns> </member> <member name="M:DevExpress.Spreadsheet.ConditionalFormattingCollection.AddRankConditionalFormatting(DevExpress.Spreadsheet.Range,DevExpress.Spreadsheet.ConditionalFormattingRankCondition,System.Int32)"> <summary> <para>Applies the top/bottom N conditional formatting rule. </para> </summary> <param name="range"> A <see cref="T:DevExpress.Spreadsheet.Range"/> object that specifies a range of cells to which the conditional formatting rule is applied. </param> <param name="condition"> One of the <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingRankCondition"/> enumeration values that represent top/bottom rules. </param> <param name="rank"> A positive integer that is a number or percentage of the rank value to be set in the conditional formatting rule. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.RankConditionalFormatting"/> object that represents the specified conditional format. </returns> </member> <member name="M:DevExpress.Spreadsheet.ConditionalFormattingCollection.AddSpecialConditionalFormatting(DevExpress.Spreadsheet.Range,DevExpress.Spreadsheet.ConditionalFormattingSpecialCondition)"> <summary> <para>Applies the conditional formatting rule that formats cells which contain the specified values (unique or duplicate values, formula errors, etc.). </para> </summary> <param name="range"> A <see cref="T:DevExpress.Spreadsheet.Range"/> object that specifies a range of cells to which the conditional formatting rule is applied. </param> <param name="condition"> One of the <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingSpecialCondition"/> enumeration values. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.SpecialConditionalFormatting"/> object that represents the specified conditional format. </returns> </member> <member name="M:DevExpress.Spreadsheet.ConditionalFormattingCollection.AddTextConditionalFormatting(DevExpress.Spreadsheet.Range,DevExpress.Spreadsheet.ConditionalFormattingTextCondition,System.String)"> <summary> <para>Applies the conditional formatting rule that formats cells based on the text they contain. </para> </summary> <param name="range"> A <see cref="T:DevExpress.Spreadsheet.Range"/> object that specifies a range of cells to which the conditional formatting rule is applied. </param> <param name="condition"> One of the <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingTextCondition"/> enumeration values. </param> <param name="text"> A <see cref="T:System.String"/> value that represents text to be used as a formatting criterion. This value can also specify a formula that returns text. If you use a formula, start it with an equal sign (). </param> <returns>An <see cref="T:DevExpress.Spreadsheet.IconSetConditionalFormatting"/> object that represents the specified conditional format. </returns> </member> <member name="M:DevExpress.Spreadsheet.ConditionalFormattingCollection.AddTimePeriodConditionalFormatting(DevExpress.Spreadsheet.Range,DevExpress.Spreadsheet.ConditionalFormattingTimePeriod)"> <summary> <para>Applies a date occurring... conditional formatting rule. </para> </summary> <param name="range"> A <see cref="T:DevExpress.Spreadsheet.Range"/> object that specifies a range of cells to which the conditional formatting rule is applied. </param> <param name="timePeriod"> One of the <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingTimePeriod"/> enumeration values specifying time periods to be highlighted in a range of cells. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.TimePeriodConditionalFormatting"/> object that represents the specified conditional format. </returns> </member> <member name="M:DevExpress.Spreadsheet.ConditionalFormattingCollection.Clear"> <summary> <para>Removes all conditional formatting rules from the collection. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.ConditionalFormattingCollection.Contains(DevExpress.Spreadsheet.RankConditionalFormatting)"> <summary> <para>Indicates whether the collection contains the specified top/bottom N conditional formatting rule. </para> </summary> <param name="formatting"> A <see cref="T:DevExpress.Spreadsheet.RankConditionalFormatting"/> object to locate in the collection. </param> <returns><b>True</b>, if the collection contains the rule; otherwise, <b>false</b>. </returns> </member> <member name="M:DevExpress.Spreadsheet.ConditionalFormattingCollection.Contains(DevExpress.Spreadsheet.TextConditionalFormatting)"> <summary> <para>Indicates whether the collection contains the specified conditional formatting rule. </para> </summary> <param name="formatting"> A <see cref="T:DevExpress.Spreadsheet.TextConditionalFormatting"/> object to locate in the collection. </param> <returns><b>True</b>, if the collection contains the rule; otherwise, <b>false</b>. </returns> </member> <member name="M:DevExpress.Spreadsheet.ConditionalFormattingCollection.Contains(DevExpress.Spreadsheet.SpecialConditionalFormatting)"> <summary> <para>Indicates whether the collection contains the specified conditional formatting rule. </para> </summary> <param name="formatting"> A <see cref="T:DevExpress.Spreadsheet.SpecialConditionalFormatting"/> object to locate in the collection. </param> <returns><b>True</b>, if the collection contains the rule; otherwise, <b>false</b>. </returns> </member> <member name="M:DevExpress.Spreadsheet.ConditionalFormattingCollection.Contains(DevExpress.Spreadsheet.TimePeriodConditionalFormatting)"> <summary> <para>Indicates whether the collection contains the specified date occurring... conditional formatting rule. </para> </summary> <param name="formatting"> A <see cref="T:DevExpress.Spreadsheet.TimePeriodConditionalFormatting"/> object to locate in the collection. </param> <returns><b>True</b>, if the collection contains the rule; otherwise, <b>false</b>. </returns> </member> <member name="M:DevExpress.Spreadsheet.ConditionalFormattingCollection.Contains(DevExpress.Spreadsheet.ExpressionConditionalFormatting)"> <summary> <para>Indicates whether the collection contains the specified conditional formatting rule. </para> </summary> <param name="formatting"> An <see cref="T:DevExpress.Spreadsheet.ExpressionConditionalFormatting"/> object to locate in the collection. </param> <returns><b>True</b>, if the collection contains the rule; otherwise, <b>false</b>. </returns> </member> <member name="M:DevExpress.Spreadsheet.ConditionalFormattingCollection.Contains(DevExpress.Spreadsheet.FormulaExpressionConditionalFormatting)"> <summary> <para>Indicates whether the collection contains the specified conditional formatting rule. </para> </summary> <param name="formatting"> A <see cref="T:DevExpress.Spreadsheet.FormulaExpressionConditionalFormatting"/> object to locate in the collection. </param> <returns><b>True</b>, if the collection contains the rule; otherwise, <b>false</b>. </returns> </member> <member name="M:DevExpress.Spreadsheet.ConditionalFormattingCollection.Contains(DevExpress.Spreadsheet.IconSetConditionalFormatting)"> <summary> <para>Indicates whether the collection contains the specified icon set conditional formatting rule. </para> </summary> <param name="formatting"> An <see cref="T:DevExpress.Spreadsheet.IconSetConditionalFormatting"/> object to locate in the collection. </param> <returns><b>True</b>, if the collection contains the rule; otherwise, <b>false</b>. </returns> </member> <member name="M:DevExpress.Spreadsheet.ConditionalFormattingCollection.Contains(DevExpress.Spreadsheet.ColorScale2ConditionalFormatting)"> <summary> <para>Indicates whether the collection contains the specified two-color scale conditional formatting rule. </para> </summary> <param name="formatting"> A <see cref="T:DevExpress.Spreadsheet.ColorScale2ConditionalFormatting"/> object to locate in the collection. </param> <returns><b>True</b>, if the collection contains the rule; otherwise, <b>false</b>. </returns> </member> <member name="M:DevExpress.Spreadsheet.ConditionalFormattingCollection.Contains(DevExpress.Spreadsheet.DataBarConditionalFormatting)"> <summary> <para>Indicates whether the collection contains the specified data bar conditional formatting rule. </para> </summary> <param name="formatting"> A <see cref="T:DevExpress.Spreadsheet.DataBarConditionalFormatting"/> object to locate in the collection. </param> <returns><b>True</b>, if the collection contains the rule; otherwise, <b>false</b>. </returns> </member> <member name="M:DevExpress.Spreadsheet.ConditionalFormattingCollection.Contains(DevExpress.Spreadsheet.RangeConditionalFormatting)"> <summary> <para>Indicates whether the collection contains the specified conditional formatting rule. </para> </summary> <param name="formatting"> A <see cref="T:DevExpress.Spreadsheet.RangeConditionalFormatting"/> object to locate in the collection. </param> <returns><b>True</b>, if the collection contains the rule; otherwise, <b>false</b>. </returns> </member> <member name="M:DevExpress.Spreadsheet.ConditionalFormattingCollection.Contains(DevExpress.Spreadsheet.AverageConditionalFormatting)"> <summary> <para>Indicates whether the collection contains the specified above or below average... conditional formatting rule. </para> </summary> <param name="formatting"> An <see cref="T:DevExpress.Spreadsheet.AverageConditionalFormatting"/> object to locate in the collection. </param> <returns><b>True</b>, if the collection contains the rule; otherwise, <b>false</b>. </returns> </member> <member name="M:DevExpress.Spreadsheet.ConditionalFormattingCollection.Contains(DevExpress.Spreadsheet.ColorScale3ConditionalFormatting)"> <summary> <para>Indicates whether the collection contains the specified three-color scale conditional formatting rule. </para> </summary> <param name="formatting"> A <see cref="T:DevExpress.Spreadsheet.ColorScale3ConditionalFormatting"/> object to locate in the collection. </param> <returns><b>True</b>, if the collection contains the rule; otherwise, <b>false</b>. </returns> </member> <member name="P:DevExpress.Spreadsheet.ConditionalFormattingCollection.Count"> <summary> <para>Returns the number of conditional formatting rules in the collection. </para> </summary> <value>An integer value representing the number of items in the collection. </value> </member> <member name="M:DevExpress.Spreadsheet.ConditionalFormattingCollection.CreateExtremumValue"> <summary> <para>Specifies the maximum or minimum threshold value for the conditional formatting rule. </para> </summary> <returns>The <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingExtremumValue"/> object that defines the threshold value and its <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingValueType"/> type. </returns> </member> <member name="M:DevExpress.Spreadsheet.ConditionalFormattingCollection.CreateExtremumValue(DevExpress.Spreadsheet.ConditionalFormattingValueType,System.String)"> <summary> <para>Specifies the maximum or minimum threshold value for the conditional formatting rule. </para> </summary> <param name="valueType"> One of the <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingValueType"/> enumeration values. </param> <param name="value"> A string that is the threshold value. </param> <returns>The <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingExtremumValue"/> object that defines the threshold value and its <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingValueType"/> type. </returns> </member> <member name="M:DevExpress.Spreadsheet.ConditionalFormattingCollection.CreateIconSetInsideValue(DevExpress.Spreadsheet.ConditionalFormattingValueType,System.String,DevExpress.Spreadsheet.ConditionalFormattingValueOperator)"> <summary> <para>Specifies the threshold value for the icon set conditional formatting rule. </para> </summary> <param name="valueType"> One of the <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingValueType"/> enumeration values. </param> <param name="value"> A string that is the threshold value. </param> <param name="comparisonOperator"> One of the <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingValueOperator"/> enumeration values. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingIconSetInsideValue"/> object that defines the threshold value and its <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingValueType"/> type. </returns> </member> <member name="M:DevExpress.Spreadsheet.ConditionalFormattingCollection.CreateIconSetValue(DevExpress.Spreadsheet.ConditionalFormattingValueType,System.String,DevExpress.Spreadsheet.ConditionalFormattingValueOperator)"> <summary> <para>Specifies the threshold value for the icon set conditional formatting rule. </para> </summary> <param name="valueType"> One of the <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingValueType"/> enumeration values. </param> <param name="value"> A string that is the threshold value. </param> <param name="comparisonOperator"> One of the <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingValueOperator"/> enumeration values. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingIconSetValue"/> object that defines the threshold value and its <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingValueType"/> type. </returns> </member> <member name="M:DevExpress.Spreadsheet.ConditionalFormattingCollection.CreateInsideValue(DevExpress.Spreadsheet.ConditionalFormattingValueType,System.String)"> <summary> <para>Specifies the threshold value for the conditional formatting rule. </para> </summary> <param name="valueType"> One of the <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingValueType"/> enumeration values. </param> <param name="value"> A string that is the threshold value. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingInsideValue"/> object that defines the threshold value and its <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingValueType"/> type. </returns> </member> <member name="M:DevExpress.Spreadsheet.ConditionalFormattingCollection.CreateValue(DevExpress.Spreadsheet.ConditionalFormattingValueType)"> <summary> <para>Specifies the minimum or maximum threshold value for the conditional formatting rule. </para> </summary> <param name="valueType"> One of the <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingValueType"/> enumeration values. </param> <returns>The <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingValue"/> object that defines the threshold value and its <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingValueType"/> type. </returns> </member> <member name="M:DevExpress.Spreadsheet.ConditionalFormattingCollection.CreateValue(DevExpress.Spreadsheet.ConditionalFormattingValueType,System.String)"> <summary> <para>Specifies the minimum or maximum threshold value for the conditional formatting rule. </para> </summary> <param name="valueType"> One of the <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingValueType"/> enumeration values. </param> <param name="value"> A string that is the threshold value. </param> <returns>The <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingValue"/> object that defines the threshold value and its <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingValueType"/> type. </returns> </member> <member name="M:DevExpress.Spreadsheet.ConditionalFormattingCollection.IndexOf(DevExpress.Spreadsheet.SpecialConditionalFormatting)"> <summary> <para>Returns the index of the specified conditional formatting rule in the collection. </para> </summary> <param name="formatting"> A <see cref="T:DevExpress.Spreadsheet.SpecialConditionalFormatting"/> object to locate in the collection. </param> <returns>A zero-based integer which specifies the rule's position within the collection. <b>-1</b> if the rule doesn't belong to the collection. </returns> </member> <member name="M:DevExpress.Spreadsheet.ConditionalFormattingCollection.IndexOf(DevExpress.Spreadsheet.ExpressionConditionalFormatting)"> <summary> <para>Returns the index of the specified conditional formatting rule in the collection. </para> </summary> <param name="formatting"> An <see cref="T:DevExpress.Spreadsheet.ExpressionConditionalFormatting"/> object to locate in the collection. </param> <returns>A zero-based integer which specifies the rule's position within the collection. <b>-1</b> if the rule doesn't belong to the collection. </returns> </member> <member name="M:DevExpress.Spreadsheet.ConditionalFormattingCollection.IndexOf(DevExpress.Spreadsheet.AverageConditionalFormatting)"> <summary> <para>Returns the index of the specified above or below average... conditional formatting rule in the collection. </para> </summary> <param name="formatting"> An <see cref="T:DevExpress.Spreadsheet.AverageConditionalFormatting"/> object to locate in the collection. </param> <returns>A zero-based integer which specifies the rule's position within the collection. <b>-1</b> if the rule doesn't belong to the collection. </returns> </member> <member name="M:DevExpress.Spreadsheet.ConditionalFormattingCollection.IndexOf(DevExpress.Spreadsheet.RankConditionalFormatting)"> <summary> <para>Returns the index of the specified conditional formatting rule in the collection. </para> </summary> <param name="formatting"> A <see cref="T:DevExpress.Spreadsheet.RankConditionalFormatting"/> object to locate in the collection. </param> <returns>A zero-based integer which specifies the rule's position within the collection. <b>-1</b> if the rule doesn't belong to the collection. </returns> </member> <member name="M:DevExpress.Spreadsheet.ConditionalFormattingCollection.IndexOf(DevExpress.Spreadsheet.TextConditionalFormatting)"> <summary> <para>Returns the index of the specified conditional formatting rule in the collection. </para> </summary> <param name="formatting"> A <see cref="T:DevExpress.Spreadsheet.TextConditionalFormatting"/> object to locate in the collection. </param> <returns>A zero-based integer which specifies the rule's position within the collection. <b>-1</b> if the rule doesn't belong to the collection. </returns> </member> <member name="M:DevExpress.Spreadsheet.ConditionalFormattingCollection.IndexOf(DevExpress.Spreadsheet.TimePeriodConditionalFormatting)"> <summary> <para>Returns the index of the specified date occurring... conditional formatting rule in the collection. </para> </summary> <param name="formatting"> A <see cref="T:DevExpress.Spreadsheet.TimePeriodConditionalFormatting"/> object to locate in the collection. </param> <returns>A zero-based integer which specifies the rule's position within the collection. <b>-1</b> if the rule doesn't belong to the collection. </returns> </member> <member name="M:DevExpress.Spreadsheet.ConditionalFormattingCollection.IndexOf(DevExpress.Spreadsheet.IconSetConditionalFormatting)"> <summary> <para>Returns the index of the specified icon set conditional formatting rule in the collection. </para> </summary> <param name="formatting"> An <see cref="T:DevExpress.Spreadsheet.IconSetConditionalFormatting"/> object to locate in the collection. </param> <returns>A zero-based integer which specifies the rule's position within the collection. <b>-1</b> if the rule doesn't belong to the collection. </returns> </member> <member name="M:DevExpress.Spreadsheet.ConditionalFormattingCollection.IndexOf(DevExpress.Spreadsheet.FormulaExpressionConditionalFormatting)"> <summary> <para>Returns the index of the specified conditional formatting rule in the collection. </para> </summary> <param name="formatting"> A <see cref="T:DevExpress.Spreadsheet.FormulaExpressionConditionalFormatting"/> object to locate in the collection. </param> <returns>A zero-based integer which specifies the rule's position within the collection. <b>-1</b> if the rule doesn't belong to the collection. </returns> </member> <member name="M:DevExpress.Spreadsheet.ConditionalFormattingCollection.IndexOf(DevExpress.Spreadsheet.ColorScale3ConditionalFormatting)"> <summary> <para>Returns the index of the specified three-color scale conditional formatting rule in the collection. </para> </summary> <param name="formatting"> A <see cref="T:DevExpress.Spreadsheet.ColorScale3ConditionalFormatting"/> object to locate in the collection. </param> <returns>A zero-based integer which specifies the rule's position within the collection. <b>-1</b> if the rule doesn't belong to the collection. </returns> </member> <member name="M:DevExpress.Spreadsheet.ConditionalFormattingCollection.IndexOf(DevExpress.Spreadsheet.ColorScale2ConditionalFormatting)"> <summary> <para>Returns the index of the specified two-color scale conditional formatting rule in the collection. </para> </summary> <param name="formatting"> A <see cref="T:DevExpress.Spreadsheet.ColorScale2ConditionalFormatting"/> object to locate in the collection. </param> <returns>A zero-based integer which specifies the rule's position within the collection. <b>-1</b> if the rule doesn't belong to the collection. </returns> </member> <member name="M:DevExpress.Spreadsheet.ConditionalFormattingCollection.IndexOf(DevExpress.Spreadsheet.DataBarConditionalFormatting)"> <summary> <para>Returns the index of the specified data bar conditional formatting rule in the collection. </para> </summary> <param name="formatting"> A <see cref="T:DevExpress.Spreadsheet.DataBarConditionalFormatting"/> object to locate in the collection. </param> <returns>A zero-based integer which specifies the rule's position within the collection. <b>-1</b> if the rule doesn't belong to the collection. </returns> </member> <member name="M:DevExpress.Spreadsheet.ConditionalFormattingCollection.IndexOf(DevExpress.Spreadsheet.RangeConditionalFormatting)"> <summary> <para>Returns the index of the specified conditional formatting rule in the collection. </para> </summary> <param name="formatting"> A <see cref="T:DevExpress.Spreadsheet.RangeConditionalFormatting"/> object to locate in the collection. </param> <returns>A zero-based integer which specifies the rule's position within the collection. <b>-1</b> if the rule doesn't belong to the collection. </returns> </member> <member name="P:DevExpress.Spreadsheet.ConditionalFormattingCollection.Item(System.Int32)"> <summary> <para>Gets the conditional formatting rule by its index in the collection. </para> </summary> <param name="index"> A zero-based integer specifying the desired rule's position within the collection. If it's negative or exceeds the last available index, an exception is raised. </param> <value>A <see cref="T:DevExpress.Spreadsheet.ConditionalFormatting"/> object which represents the conditional formatting rule at the specified position. </value> </member> <member name="M:DevExpress.Spreadsheet.ConditionalFormattingCollection.Remove(DevExpress.Spreadsheet.TimePeriodConditionalFormatting)"> <summary> <para>Removes the specified date occurring... rule from the collection of the conditional formatting rules. </para> </summary> <param name="formatting"> A <see cref="T:DevExpress.Spreadsheet.TimePeriodConditionalFormatting"/> object to be removed from the collection. </param> </member> <member name="M:DevExpress.Spreadsheet.ConditionalFormattingCollection.Remove(DevExpress.Spreadsheet.IconSetConditionalFormatting)"> <summary> <para>Removes the specified icon set conditional formatting rule from the collection. </para> </summary> <param name="formatting"> An <see cref="T:DevExpress.Spreadsheet.IconSetConditionalFormatting"/> object to be removed from the collection. </param> </member> <member name="M:DevExpress.Spreadsheet.ConditionalFormattingCollection.Remove(DevExpress.Spreadsheet.DataBarConditionalFormatting)"> <summary> <para>Removes the specified data bar conditional formatting rule from the collection. </para> </summary> <param name="formatting"> A <see cref="T:DevExpress.Spreadsheet.DataBarConditionalFormatting"/> object to be removed from the collection. </param> </member> <member name="M:DevExpress.Spreadsheet.ConditionalFormattingCollection.Remove(DevExpress.Spreadsheet.ColorScale2ConditionalFormatting)"> <summary> <para>Removes the specified two-color scale conditional formatting rule from the collection. </para> </summary> <param name="formatting"> A <see cref="T:DevExpress.Spreadsheet.ColorScale2ConditionalFormatting"/> object to be removed from the collection. </param> </member> <member name="M:DevExpress.Spreadsheet.ConditionalFormattingCollection.Remove(DevExpress.Spreadsheet.ColorScale3ConditionalFormatting)"> <summary> <para>Removes the specified three-color scale conditional formatting rule from the collection. </para> </summary> <param name="formatting"> A <see cref="T:DevExpress.Spreadsheet.ColorScale3ConditionalFormatting"/> object to be removed from the collection. </param> </member> <member name="M:DevExpress.Spreadsheet.ConditionalFormattingCollection.Remove(DevExpress.Spreadsheet.ExpressionConditionalFormatting)"> <summary> <para>Removes the specified conditional formatting rule from the collection. </para> </summary> <param name="formatting"> An <see cref="T:DevExpress.Spreadsheet.ExpressionConditionalFormatting"/> object to be removed from the collection. </param> </member> <member name="M:DevExpress.Spreadsheet.ConditionalFormattingCollection.Remove(DevExpress.Spreadsheet.SpecialConditionalFormatting)"> <summary> <para>Removes the specified conditional formatting rule from the collection. </para> </summary> <param name="formatting"> A <see cref="T:DevExpress.Spreadsheet.SpecialConditionalFormatting"/> object to be removed from the collection. </param> </member> <member name="M:DevExpress.Spreadsheet.ConditionalFormattingCollection.Remove(DevExpress.Spreadsheet.TextConditionalFormatting)"> <summary> <para>Removes the specified conditional formatting rule from the collection. </para> </summary> <param name="formatting"> A <see cref="T:DevExpress.Spreadsheet.TextConditionalFormatting"/> object to be removed from the collection. </param> </member> <member name="M:DevExpress.Spreadsheet.ConditionalFormattingCollection.Remove(DevExpress.Spreadsheet.RankConditionalFormatting)"> <summary> <para>Removes the specified top/bottom N conditional formatting rule from the collection. </para> </summary> <param name="formatting"> A <see cref="T:DevExpress.Spreadsheet.RankConditionalFormatting"/> object to be removed from the collection. </param> </member> <member name="M:DevExpress.Spreadsheet.ConditionalFormattingCollection.Remove(DevExpress.Spreadsheet.Range)"> <summary> <para>Removes all conditional formatting rules applied to the specified range of cells. </para> </summary> <param name="range"> A <see cref="T:DevExpress.Spreadsheet.Range"/> object that specifies a range of cells over which the conditional formatting rules are applied. </param> </member> <member name="M:DevExpress.Spreadsheet.ConditionalFormattingCollection.Remove(DevExpress.Spreadsheet.RangeConditionalFormatting)"> <summary> <para>Removes the specified conditional formatting rule from the collection. </para> </summary> <param name="formatting"> A <see cref="T:DevExpress.Spreadsheet.RangeConditionalFormatting"/> object to be removed from the collection. </param> </member> <member name="M:DevExpress.Spreadsheet.ConditionalFormattingCollection.Remove(DevExpress.Spreadsheet.AverageConditionalFormatting)"> <summary> <para>Removes the specified above or below average... conditional formatting rule from the collection. </para> </summary> <param name="formatting"> An <see cref="T:DevExpress.Spreadsheet.AverageConditionalFormatting"/> object to be removed from the collection. </param> </member> <member name="M:DevExpress.Spreadsheet.ConditionalFormattingCollection.Remove(DevExpress.Spreadsheet.FormulaExpressionConditionalFormatting)"> <summary> <para>Removes the specified conditional formatting rule from the collection. </para> </summary> <param name="formatting"> A <see cref="T:DevExpress.Spreadsheet.FormulaExpressionConditionalFormatting"/> object to be removed from the collection. </param> </member> <member name="M:DevExpress.Spreadsheet.ConditionalFormattingCollection.RemoveAt(System.Int32)"> <summary> <para>Removes the conditional formatting rule at the specified index from the collection. </para> </summary> <param name="index"> A zero-based integer specifying the index of the rule to be removed. It should be non-negative and less than the number of elements in the collection. </param> </member> <member name="T:DevExpress.Spreadsheet.ConditionalFormattingInsideValue"> <summary> <para>Represents a threshold value for a conditional formatting rule. </para> </summary> </member> <member name="T:DevExpress.Spreadsheet.ConditionalFormattingIconSetInsideValue"> <summary> <para>Represents a threshold value for an icon set conditional formatting rule. </para> </summary> </member> <member name="T:DevExpress.Spreadsheet.ConditionalFormattingValueType"> <summary> <para>Lists values that specify the type of the threshold value to be used in conditional formatting rules. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.ConditionalFormattingValueType.Auto"> <summary> <para>For the data bar conditional formatting rule only. Indicates that the minimum (maximum) threshold value is automatically set to zero or the minimum (maximum) value in the range of cells, which ever is smaller (larger). </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.ConditionalFormattingValueType.Formula"> <summary> <para>Indicates that a formula is used to specify the threshold value for the conditional formatting rule. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.ConditionalFormattingValueType.MinMax"> <summary> <para>Indicates that the lowest (highest) value in the range is used to specify the minimum (maximum) threshold value for the conditional formatting rule. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.ConditionalFormattingValueType.Number"> <summary> <para>Indicates that a number value is used to specify the threshold value for the conditional formatting rule. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.ConditionalFormattingValueType.Percent"> <summary> <para>Indicates that a percent value is used to specify the threshold value for the conditional formatting rule. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.ConditionalFormattingValueType.Percentile"> <summary> <para>Indicates that a percentile value is used to specify the threshold value for the conditional formatting rule. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.ConditionalFormattingValueType.Unknown"> <summary> <para>This value supports the internal infrastructure, and is not intended to be used directly from your code. </para> </summary> </member> <member name="T:DevExpress.Spreadsheet.ConditionalFormattingExtremumValue"> <summary> <para>Represents a minimum or maximum threshold for a conditional formatting rule. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.ConditionalFormattingExtremumValue.IsExtremum"> <summary> <para>Indicates whether the threshold value for the conditional formatting rule is evaluated automatically. </para> </summary> <value><b>true</b>, if the threshold is evaluated automatically, otherwise <b>false</b>. </value> </member> <member name="T:DevExpress.Spreadsheet.ConditionalFormattingValueOperator"> <summary> <para>Lists values that specify the relational operator type for the icon set conditional format. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.ConditionalFormattingValueOperator.Greater"> <summary> <para>Specifies the greater than relational operator. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.ConditionalFormattingValueOperator.GreaterOrEqual"> <summary> <para>Specifies the greater than or equal to relational operator. </para> </summary> </member> <member name="T:DevExpress.Spreadsheet.SpreadsheetBeforeExportEventArgs"> <summary> <para>Provides data for the <see cref="E:DevExpress.Spreadsheet.ISpreadsheetComponent.BeforeExport"/> event. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.SpreadsheetBeforeExportEventArgs.#ctor(DevExpress.Spreadsheet.DocumentFormat,DevExpress.Office.Export.IExporterOptions)"> <summary> <para>Initializes a new instance of the SpreadsheetBeforeExportEventArgs class with the specified settings. </para> </summary> <param name="documentFormat"> A <see cref="T:DevExpress.XtraRichEdit.DocumentFormat"/> enumeration member specifying the destination format of the worksheet being exported. </param> <param name="options"> An <see cref="T:DevExpress.Office.Export.IExporterOptions"/> object containing export options. </param> </member> <member name="P:DevExpress.Spreadsheet.SpreadsheetBeforeExportEventArgs.DocumentFormat"> <summary> <para>Gets the format of the document to which the worksheet will be exported. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.DocumentFormat"/> enumeration member that is the format of the exported document. </value> </member> <member name="P:DevExpress.Spreadsheet.SpreadsheetBeforeExportEventArgs.Options"> <summary> <para>Provides access to the options specific to export. </para> </summary> <value>An <see cref="T:DevExpress.Office.Export.IExporterOptions"/> descendant containing options specific to export. </value> </member> <member name="T:DevExpress.Spreadsheet.SheetRenamingEventHandler"> <summary> <para>A method that will handle the SpreadsheetControl.SheetRenaming event. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.SheetRenamingEventHandler.Invoke(System.Object,DevExpress.Spreadsheet.SheetRenamingEventArgs)"> <summary> <para>A method that will handle the <b>SheetRenaming</b> event of the SpreadsheetControl. </para> </summary> <param name="sender"> The event source. This parameter identifies the SpreadsheetControl which raised the event. </param> <param name="e"> A <see cref="T:DevExpress.Spreadsheet.SheetRenamingEventArgs"/> object which contains event data. </param> </member> <member name="T:DevExpress.Spreadsheet.ActiveSheetChangingEventHandler"> <summary> <para>A method that will handle the <see cref="E:DevExpress.XtraSpreadsheet.SpreadsheetControl.ActiveSheetChanging"/> event. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.ActiveSheetChangingEventHandler.Invoke(System.Object,DevExpress.Spreadsheet.ActiveSheetChangingEventArgs)"> <summary> <para>A method that will handle the <b>ActiveSheetChanging</b> event of the SpreadsheetControl. </para> </summary> <param name="sender"> The event source. This parameter identifies the SpreadsheetControl which raised the event. </param> <param name="e"> A <see cref="T:DevExpress.Spreadsheet.ActiveSheetChangingEventArgs"/> object which contains event data. </param> </member> <member name="T:DevExpress.Spreadsheet.ActiveSheetChangedEventArgs"> <summary> <para>Provides data for the SpreadsheetControl.ActiveSheetChanged event. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.ActiveSheetChangedEventArgs.#ctor(System.String,System.String)"> <summary> <para>Initializes a new instance of the ActiveSheetChangedEventArgs class with the specified settings. </para> </summary> <param name="oldActiveSheetName"> A string that is the name of the formerly active sheet. </param> <param name="newActiveSheetName"> A string that is the name of the sheet that became active. </param> </member> <member name="T:DevExpress.Spreadsheet.Functions.FormulaEvaluationContext"> <summary> <para>Determines the location of the formula and the culture used for correct formula evaluation. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.Functions.FormulaEvaluationContext.#ctor(System.Int32,System.Int32,DevExpress.Spreadsheet.Worksheet,System.Globalization.CultureInfo,System.Boolean)"> <summary> <para>Initializes a new instance of the FormulaEvaluationContext class with the specified settings. </para> </summary> <param name="column"> An integer that is the index of the column that contains the function. </param> <param name="row"> An integer that is the index of the row that contains the function. </param> <param name="sheet"> A <see cref="T:DevExpress.Spreadsheet.Worksheet"/> object that is the worksheet containing the function. </param> <param name="culture"> A <see cref="T:System.Globalization.CultureInfo"/> object specifying the current language setting. </param> <param name="isArrayFormula"> <b>true</b>, if the formula being evaluated is an array formula; otherwise, <b>false</b>. </param> </member> <member name="M:DevExpress.Spreadsheet.Functions.FormulaEvaluationContext.#ctor"> <summary> <para>Initializes a new instance of the FormulaEvaluationContext class with default settings. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.Functions.FormulaEvaluationContext.#ctor(System.Int32,System.Int32,DevExpress.Spreadsheet.Worksheet)"> <summary> <para>Initializes a new instance of the FormulaEvaluationContext class with the specified settings. </para> </summary> <param name="column"> An integer that is the index of the column that contains the function. </param> <param name="row"> An integer that is the index of the row that contains the function. </param> <param name="sheet"> A <see cref="T:DevExpress.Spreadsheet.Worksheet"/> object that is the worksheet containing the function. </param> </member> <member name="P:DevExpress.Spreadsheet.Functions.FormulaEvaluationContext.Column"> <summary> <para>Gets or sets the column index. </para> </summary> <value>An integer that specifies the column index. </value> </member> <member name="P:DevExpress.Spreadsheet.Functions.FormulaEvaluationContext.Culture"> <summary> <para>Gets or sets the language for correct formula evaluation. </para> </summary> <value>A <see cref="T:System.Globalization.CultureInfo"/> object specifying the language for correct interpretation of the function names in a formula. </value> </member> <member name="P:DevExpress.Spreadsheet.Functions.FormulaEvaluationContext.IsArrayFormula"> <summary> <para>Gets or sets whether the formula being evaluated is an array formula. </para> </summary> <value><b>true</b>, if a formula is an array formula; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.Spreadsheet.Functions.FormulaEvaluationContext.Row"> <summary> <para>Gets or sets the row index. </para> </summary> <value>An integer that specifies the row index. </value> </member> <member name="P:DevExpress.Spreadsheet.Functions.FormulaEvaluationContext.Sheet"> <summary> <para>Gets or sets the worksheet containing the formula being evaluated. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.Worksheet"/> object that is the worksheet containing the formula. </value> </member> <member name="T:DevExpress.Spreadsheet.WorksheetProtectionPermissions"> <summary> <para>Lists end-user actions allowed for the protected worksheet. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.WorksheetProtectionPermissions.AutoFilters"> <summary> <para>Use the arrows to change the filter on ranges when AutoFilters are applied. Currently not in use because the AutoFilter functionality is not supported. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.WorksheetProtectionPermissions.Default"> <summary> <para>Select locked and unlocked cells. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.WorksheetProtectionPermissions.DeleteColumns"> <summary> <para>Delete columns. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.WorksheetProtectionPermissions.DeleteRows"> <summary> <para>Delete rows. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.WorksheetProtectionPermissions.FormatCells"> <summary> <para>Change formatting or conditional formatting options. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.WorksheetProtectionPermissions.FormatColumns"> <summary> <para>Change column width or hide columns. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.WorksheetProtectionPermissions.FormatRows"> <summary> <para>Change row height or hide columns. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.WorksheetProtectionPermissions.InsertColumns"> <summary> <para>Insert columns. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.WorksheetProtectionPermissions.InsertHyperlinks"> <summary> <para>Insert hyperlinks. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.WorksheetProtectionPermissions.InsertRows"> <summary> <para>Insert rows. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.WorksheetProtectionPermissions.Objects"> <summary> <para>Make changes to shapes or charts. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.WorksheetProtectionPermissions.PivotTables"> <summary> <para>Changing or refreshing PivotTable reports, or creating new reports. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.WorksheetProtectionPermissions.Scenarios"> <summary> <para>Make changes to scenarios and view hidden scenarios. Currently not in use since scenarios are not supported. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.WorksheetProtectionPermissions.SelectLockedCells"> <summary> <para>Select cells which are locked. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.WorksheetProtectionPermissions.SelectUnlockedCells"> <summary> <para>Select unlocked cells. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.WorksheetProtectionPermissions.Sort"> <summary> <para>Use commands to sort cell data. </para> </summary> </member> <member name="T:DevExpress.Spreadsheet.Alignment"> <summary> <para>Provides access to the cell content alignment settings. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.Alignment.Horizontal"> <summary> <para>Gets or sets the horizontal alignment of the cell content. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.SpreadsheetHorizontalAlignment"/> enumeration member specifying how cell data should be horizontally aligned. </value> </member> <member name="P:DevExpress.Spreadsheet.Alignment.Indent"> <summary> <para>Gets or sets the cell content indention from the cell edge, dependent on the applied horizontal alignment. </para> </summary> <value>An integer value that specifies a space between the cell content and cell edge. An indent increment is equal to three spaces of the Normal style font. </value> </member> <member name="P:DevExpress.Spreadsheet.Alignment.RotationAngle"> <summary> <para>Gets or sets the rotation angle of the cell content. </para> </summary> <value>An integer value that specifies the rotation angle of the cell content (in degrees). The value must be between -90 and 90. </value> </member> <member name="P:DevExpress.Spreadsheet.Alignment.ShrinkToFit"> <summary> <para>Indicates whether the font size of the text contained in a cell is automatically adjusted to fit the cell width. </para> </summary> <value><b>true</b>, if the cell text size should be adjusted; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.Spreadsheet.Alignment.Vertical"> <summary> <para>Gets or sets the vertical alignment of the cell content. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.SpreadsheetVerticalAlignment"/> enumeration member specifying how cell data should be vertically aligned. </value> </member> <member name="P:DevExpress.Spreadsheet.Alignment.WrapText"> <summary> <para>Indicates whether the text contained in a cell is wrapped into multiple lines. </para> </summary> <value><b>true</b>, if the cell text should be wrapped; otherwise, <b>false</b>. </value> </member> <member name="T:DevExpress.Spreadsheet.CommentRun"> <summary> <para>A comment text region with its own set of font characteristics. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.CommentRun.Font"> <summary> <para>Specifies the font of the current comment run. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.SpreadsheetFont"/> object providing properties to change font attributes. </value> </member> <member name="P:DevExpress.Spreadsheet.CommentRun.Text"> <summary> <para>Gets or sets the text of the current comment run. </para> </summary> <value>A <see cref="T:System.String"/> value that specifies the region of the comment text. </value> </member> <member name="T:DevExpress.Spreadsheet.HyperlinkBase"> <summary> <para>Serves as the base for the <see cref="T:DevExpress.Spreadsheet.Hyperlink"/> and <see cref="T:DevExpress.Spreadsheet.ShapeHyperlink"/> interfaces that define hyperlinks for cells and shapes. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.HyperlinkBase.IsExternal"> <summary> <para>Gets a value that indicates whether the hyperlink refers to an external resource (web page, e-mail address, file or directory) or to a cell range within the current workbook. </para> </summary> <value><b>true</b>, if the hyperlink refers to an external resource; otherwise, <b>false</b>. </value> </member> <member name="M:DevExpress.Spreadsheet.HyperlinkBase.SetUri(System.String,System.Boolean)"> <summary> <para>Sets the hyperlink destination. </para> </summary> <param name="uri"> A <see cref="T:System.String"/> value that specifies a web page, existing file, e-mail address or cell range in the current workbook to which a hyperlink refers. This value is assigned to the <see cref="P:DevExpress.Spreadsheet.HyperlinkBase.Uri"/> property. </param> <param name="isExternal"> A <see cref="T:System.Boolean"/> value that specifies whether a hyperlink refers to an external resource (<b>true</b>) or to a cell range within the current workbook (<b>false</b>). This value is assigned to the <see cref="P:DevExpress.Spreadsheet.HyperlinkBase.IsExternal"/> property. </param> </member> <member name="P:DevExpress.Spreadsheet.HyperlinkBase.TooltipText"> <summary> <para>Gets or sets the tooltip for the hyperlink. </para> </summary> <value>A <see cref="T:System.String"/> value that specifies the tooltip text for the hyperlink. </value> </member> <member name="P:DevExpress.Spreadsheet.HyperlinkBase.Uri"> <summary> <para>Returns the hyperlink destination. </para> </summary> <value>A <see cref="T:System.String"/> value that specifies the destination to which a hyperlink refers. </value> </member> <member name="T:DevExpress.Spreadsheet.InvalidFormatExceptionEventHandler"> <summary> <para>A method that will handle the <b>InvalidFormatException</b> event of the SpreadsheetControl. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.InvalidFormatExceptionEventHandler.Invoke(System.Object,DevExpress.Spreadsheet.SpreadsheetInvalidFormatExceptionEventArgs)"> <summary> <para>A method that will handle the <b>InvalidFormatException</b> event of the SpreadsheetControl. </para> </summary> <param name="sender"> The event source. This parameter identifies the SpreadsheetControl which raised the event. </param> <param name="e"> A <see cref="T:DevExpress.Spreadsheet.SpreadsheetInvalidFormatExceptionEventArgs"/> object which contains event data. </param> </member> <member name="T:DevExpress.XtraSpreadsheet.Localization.XtraSpreadsheetFunctionNameLocalizer"> <summary> <para>A base class that provides necessary functionality for custom localizers of the spreadsheet function names. </para> </summary> </member> <member name="M:DevExpress.XtraSpreadsheet.Localization.XtraSpreadsheetFunctionNameLocalizer.#ctor"> <summary> <para>Initializes a new instance of the XtraSpreadsheetFunctionNameLocalizer class with default settings. </para> </summary> </member> <member name="M:DevExpress.XtraSpreadsheet.Localization.XtraSpreadsheetFunctionNameLocalizer.CreateDefaultLocalizer"> <summary> <para>Creates and returns an object containing resources specific to the language and culture settings. </para> </summary> <returns>A <see cref="T:DevExpress.Utils.Localization.XtraLocalizer`1"/> object that contains resources based on the thread's culture. </returns> </member> <member name="M:DevExpress.XtraSpreadsheet.Localization.XtraSpreadsheetFunctionNameLocalizer.CreateResXLocalizer"> <summary> <para>Creates and returns an object containing resources specific to the language and culture settings. </para> </summary> <returns>A <see cref="T:DevExpress.Utils.Localization.XtraLocalizer`1"/> object that contains resources based on the thread's culture. </returns> </member> <member name="M:DevExpress.XtraSpreadsheet.Localization.XtraSpreadsheetFunctionNameLocalizer.GetString(DevExpress.XtraSpreadsheet.Localization.XtraSpreadsheetFunctionNameStringId)"> <summary> <para>Returns a culture-specific string for the specified string identifier. </para> </summary> <param name="id"> A <b>DevExpress.XtraSpreadsheet.Localization.XtraSpreadsheetFunctionNameStringId</b> enumeration value specifying the function whose name is to be localized. </param> <returns>A <see cref="T:System.String"/> that is the text to be displayed for the current culture settings. </returns> </member> <member name="T:DevExpress.XtraSpreadsheet.Localization.XtraSpreadsheetLocalizer"> <summary> <para>A base class that provides necessary functionality for custom localizers of the WinForms Spreadsheet control. </para> </summary> </member> <member name="M:DevExpress.XtraSpreadsheet.Localization.XtraSpreadsheetLocalizer.#ctor"> <summary> <para>Initializes a new instance of the XtraSpreadsheetLocalizer class with default settings. </para> </summary> </member> <member name="M:DevExpress.XtraSpreadsheet.Localization.XtraSpreadsheetLocalizer.CreateDefaultLocalizer"> <summary> <para>Creates and returns an object containing resources specific to the language and culture settings. </para> </summary> <returns>A <see cref="T:DevExpress.Utils.Localization.XtraLocalizer`1"/> object that contains resources based on the thread's culture. </returns> </member> <member name="M:DevExpress.XtraSpreadsheet.Localization.XtraSpreadsheetLocalizer.CreateResXLocalizer"> <summary> <para>Creates and returns an object containing resources specific to the language and culture settings. </para> </summary> <returns>A <see cref="T:DevExpress.Utils.Localization.XtraLocalizer`1"/> object that contains resources based on the thread's culture. </returns> </member> <member name="M:DevExpress.XtraSpreadsheet.Localization.XtraSpreadsheetLocalizer.GetString(DevExpress.XtraSpreadsheet.Localization.XtraSpreadsheetStringId)"> <summary> <para>Returns a culture-specific string for the specified string identifier. </para> </summary> <param name="id"> A <b>DevExpress.XtraSpreadsheet.Localization.XtraSpreadsheetStringId</b> enumeration value specifying the UI element whose caption (text) is to be localized. </param> <returns>A <see cref="T:System.String"/> that is the text to be displayed for the current culture settings. </returns> </member> <member name="T:DevExpress.Spreadsheet.Charts.AxisOrientation"> <summary> <para>Lists values used to specify the orientation of the axis. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.AxisOrientation.MaxMin"> <summary> <para>Specifies that the axis must be reversed, so the axis starts at the maximum value and ends at the minimum value. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.AxisOrientation.MinMax"> <summary> <para>Specifies that the axis must be displayed in the usual order, so the axis starts at the minimum value and ends at the maximum value. </para> </summary> </member> <member name="T:DevExpress.Spreadsheet.Comment"> <summary> <para>A comment added to a cell. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.Comment.Author"> <summary> <para>Gets or sets a name of the comment author. </para> </summary> <value>A <see cref="T:System.String"/> value that specifies the comment author. </value> </member> <member name="P:DevExpress.Spreadsheet.Comment.Reference"> <summary> <para>Gets the reference to the cell containing the comment. </para> </summary> <value>A <see cref="T:System.String"/> value that specifies a reference to the commented cell. </value> </member> <member name="P:DevExpress.Spreadsheet.Comment.Runs"> <summary> <para>Provides access to the collection of comment text regions, each formatted with its own font. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.CommentRunCollection"/> object specifying a collection of comment runs. </value> </member> <member name="P:DevExpress.Spreadsheet.Comment.Text"> <summary> <para>Specifies the text of a comment. </para> </summary> <value>A <see cref="T:System.String"/> value that specifies the text to be displayed in the comment box. </value> </member> <member name="T:DevExpress.Spreadsheet.Functions.EvaluationContext"> <summary> <para>Provides information on the worksheet, its current culture, the column and the row containing the cell for which a formula is calculated. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.Functions.EvaluationContext.Column"> <summary> <para>Gets the index of a column containing the cell whose formula is being evaluated. </para> </summary> <value>An integer that is the zero-based column index. </value> </member> <member name="P:DevExpress.Spreadsheet.Functions.EvaluationContext.Culture"> <summary> <para>Gets the current culture setting. </para> </summary> <value>A <see cref="T:System.Globalization.CultureInfo"/> object that indicates the culture setting currently being used. </value> </member> <member name="P:DevExpress.Spreadsheet.Functions.EvaluationContext.Row"> <summary> <para>Gets the index of a row containing the cell whose formula is being evaluated. </para> </summary> <value>An integer that is the zero-based row index. </value> </member> <member name="P:DevExpress.Spreadsheet.Functions.EvaluationContext.Sheet"> <summary> <para>Gets the worksheet being recalculated. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.Worksheet"/> object that is the worksheet containing the formula with the function under evaluation. </value> </member> <member name="T:DevExpress.Spreadsheet.Functions.ParameterType"> <summary> <para>Lists parameter types. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Functions.ParameterType.Any"> <summary> <para>Any kind of parameter is allowed. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Functions.ParameterType.Array"> <summary> <para>Parameter is an array (the function is used in array formula). </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Functions.ParameterType.Reference"> <summary> <para>The parameter is a reference to a cell, range or defined name. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Functions.ParameterType.Value"> <summary> <para>The parameter is a single value of any type. </para> </summary> </member> <member name="T:DevExpress.Spreadsheet.Functions.ParameterInfo"> <summary> <para>Defines a parameter to pass to the custom function. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.Functions.ParameterInfo.#ctor(DevExpress.Spreadsheet.Functions.ParameterType)"> <summary> <para>Initializes a new instance of the ParameterInfo class with the specified type. </para> </summary> <param name="type"> A <see cref="T:DevExpress.XtraReports.Parameters.ParameterType"/> enumeration member that specifies the parameter type. </param> </member> <member name="M:DevExpress.Spreadsheet.Functions.ParameterInfo.#ctor(DevExpress.Spreadsheet.Functions.ParameterType,DevExpress.Spreadsheet.Functions.ParameterAttributes)"> <summary> <para>Initializes a new instance of the ParameterInfo class with the specified type and attributes. </para> </summary> <param name="type"> A <see cref="T:DevExpress.XtraReports.Parameters.ParameterType"/> enumeration member that specifies the parameter type. </param> <param name="Attributes"> A <see cref="T:DevExpress.Spreadsheet.Functions.ParameterAttributes"/> enumeration member that specifies the parameter attribute. </param> </member> <member name="P:DevExpress.Spreadsheet.Functions.ParameterInfo.Attributes"> <summary> <para>Gets or sets the parameter attribute that specifies whether parameter is required and its cardinality. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.Functions.ParameterAttributes"/> enumeration member. </value> </member> <member name="P:DevExpress.Spreadsheet.Functions.ParameterInfo.ConvertEmptyValueToZero"> <summary> <para>Gets or sets whether a parameter with an empty value is converted to zero when the parameter is evaluated. </para> </summary> <value><b>true</b>, to convert an empty parameter value to zero; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.Spreadsheet.Functions.ParameterInfo.Type"> <summary> <para>Gets or sets the expected parameter type. </para> </summary> <value>A <see cref="T:DevExpress.XtraReports.Parameters.ParameterType"/> enumeration member specifying the type of a parameter. </value> </member> <member name="T:DevExpress.Spreadsheet.Functions.ParameterValue"> <summary> <para>Contains data passed to the custom function. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.Functions.ParameterValue.#ctor"> <summary> <para>Initializes a new instance of the ParameterValue class with default settings. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.Functions.ParameterValue.ArrayValue"> <summary> <para>Gets the parameter as an array of cell values. </para> </summary> <value>A two-dimensional array of <see cref="T:DevExpress.Spreadsheet.CellValue"/> objects. </value> </member> <member name="P:DevExpress.Spreadsheet.Functions.ParameterValue.BooleanValue"> <summary> <para>Gets or sets the parameter value to a boolean value. </para> </summary> <value>A boolean value. </value> </member> <member name="P:DevExpress.Spreadsheet.Functions.ParameterValue.Empty"> <summary> <para>Gets an empty parameter value. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.Functions.ParameterValue"/> that is the value of an empty parameter. </value> </member> <member name="M:DevExpress.Spreadsheet.Functions.ParameterValue.Equals(System.Object)"> <summary> <para>Determines whether the specified object is equal to the current ParameterValue instance. </para> </summary> <param name="obj"> The object to compare to the current object. </param> <returns><b>true</b>, if the specified object is equal to the current ParameterValue instance; otherwise <b>false</b>. </returns> </member> <member name="F:DevExpress.Spreadsheet.Functions.ParameterValue.ErrorDivisionByZero"> <summary> <para>Creates a parameter which is the Division by Zero error. </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Spreadsheet.Functions.ParameterValue.ErrorInvalidValueInFunction"> <summary> <para>Creates a parameter which is the Invalid Value in Function error. </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Spreadsheet.Functions.ParameterValue.ErrorName"> <summary> <para>Creates a parameter which is the Name error. </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Spreadsheet.Functions.ParameterValue.ErrorNullIntersection"> <summary> <para>Creates a parameter which is the Null Intersection error. </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Spreadsheet.Functions.ParameterValue.ErrorNumber"> <summary> <para>Creates a parameter which is the Number error. </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Spreadsheet.Functions.ParameterValue.ErrorReference"> <summary> <para>Creates a parameter which is the Reference error. </para> </summary> <returns> </returns> </member> <member name="P:DevExpress.Spreadsheet.Functions.ParameterValue.ErrorValue"> <summary> <para>Gets information on an error which is the parameter. </para> </summary> <value>An <see cref="T:DevExpress.Spreadsheet.ErrorValueInfo"/> object containing information on an error. </value> </member> <member name="F:DevExpress.Spreadsheet.Functions.ParameterValue.ErrorValueNotAvailable"> <summary> <para>Creates a parameter which is the Value not Available error. </para> </summary> <returns> </returns> </member> <member name="M:DevExpress.Spreadsheet.Functions.ParameterValue.FromDateTime(System.DateTime,System.Boolean)"> <summary> <para>Creates the parameter from the DateTime value. </para> </summary> <param name="value"> A <see cref="T:System.DateTime"/> value used to create a parameter. </param> <param name="use1904DateSystem"> <b>true</b>, to specify the 1904 date system (which starts from January 2, 1904 and is compatible with Excel for Macintosh); otherwise, <b>false</b>. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.Functions.ParameterValue"/> instance. </returns> </member> <member name="M:DevExpress.Spreadsheet.Functions.ParameterValue.FromRange(DevExpress.Spreadsheet.Range)"> <summary> <para>Creates a parameter that specifies a certain worksheet range. </para> </summary> <param name="value"> A <see cref="T:DevExpress.Spreadsheet.Range"/> object that is the worksheet range being passed as a parameter. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.Functions.ParameterValue"/> that is the parameter signifying the worksheet range. </returns> </member> <member name="M:DevExpress.Spreadsheet.Functions.ParameterValue.FromRange(System.Collections.Generic.List`1)"> <summary> <para> [To be supplied] </para> </summary> <param name="rangeAreas"> [To be supplied] </param> <returns> [To be supplied] </returns> </member> <member name="M:DevExpress.Spreadsheet.Functions.ParameterValue.GetHashCode"> <summary> <para>Returns a number that identifies the object instance. </para> </summary> <returns>An integer that identifies the parameter instance. </returns> </member> <member name="P:DevExpress.Spreadsheet.Functions.ParameterValue.IsArray"> <summary> <para>Gets whether the parameter is an array. </para> </summary> <value><b>true</b>, if the parameter is an array; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.Spreadsheet.Functions.ParameterValue.IsBoolean"> <summary> <para>Gets whether the parameter is of the boolean type. </para> </summary> <value><b>true</b>, if the parameter is a boolean value; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.Spreadsheet.Functions.ParameterValue.IsEmpty"> <summary> <para>Gets whether the parameter is an empty parameter. </para> </summary> <value><b>true</b>, if the parameter is an empty parameter; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.Spreadsheet.Functions.ParameterValue.IsError"> <summary> <para>Gets whether the parameter is an error. </para> </summary> <value><b>true</b>, if the parameter is an error; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.Spreadsheet.Functions.ParameterValue.IsNumeric"> <summary> <para>Gets whether the parameter is of the numeric type. </para> </summary> <value><b>true</b>, if the parameter is numeric; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.Spreadsheet.Functions.ParameterValue.IsRange"> <summary> <para>Determines whether the parameter is a worksheet range. </para> </summary> <value><b>true</b>, if the parameter is the worksheet range; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.Spreadsheet.Functions.ParameterValue.IsText"> <summary> <para>Gets whether the parameter is text. </para> </summary> <value><b>true</b>, if the parameter is text; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.Spreadsheet.Functions.ParameterValue.NumericValue"> <summary> <para>Gets or sets the numeric value of the parameter. </para> </summary> <value>A <see cref="T:System.Double"/> value that is used as the numeric value of the parameter. </value> </member> <member name="P:DevExpress.Spreadsheet.Functions.ParameterValue.RangeAreas"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Functions.ParameterValue.RangeValue"> <summary> <para>Gets or sets a range as a parameter value. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.Range"/> object that is passed as a parameter. </value> </member> <member name="P:DevExpress.Spreadsheet.Functions.ParameterValue.TextValue"> <summary> <para>Gets or sets a text as a parameter value. </para> </summary> <value>A string that is passed as a parameter. </value> </member> <member name="M:DevExpress.Spreadsheet.Functions.ParameterValue.ToString"> <summary> <para>Returns a textual representation of the ParameterValue object. </para> </summary> <returns>A <see cref="T:System.String"/> that represents the current ParameterValue object. </returns> </member> <member name="M:DevExpress.Spreadsheet.Functions.ParameterValue.ToString(System.IFormatProvider)"> <summary> <para>Returns a textual representation of the ParameterValue object. </para> </summary> <param name="formatProvider"> An <see cref="T:System.IFormatProvider"/> interface specifying the culture settings. </param> <returns>A <see cref="T:System.String"/> that represents the current ParameterValue object. </returns> </member> <member name="T:DevExpress.Spreadsheet.ErrorType"> <summary> <para>Lists errors that can occur in cells. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.ErrorType.DivisionByZero"> <summary> <para>The formula includes division by zero or by a cell that does not contain any data. This error is indicated as <b>#DIV/0!</b>. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.ErrorType.Name"> <summary> <para>The formula includes text that is not recognized (for example, a defined name that does not exist, a function name that is spelled incorrectly, a cell range reference without colon, etc.). This error is indicated as <b>#NAME?</b>. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.ErrorType.None"> <summary> <para>There is no error in the cell. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.ErrorType.NotAvailable"> <summary> <para>The value is not available to the formula or function. This error is indicated as <b>#N/A</b>. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.ErrorType.Null"> <summary> <para>The specified intersection includes two ranges that do not intersect. This error is indicated as <b>#NULL!</b>. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.ErrorType.Number"> <summary> <para>The formula or function includes invalid numeric values. This error is indicated as <b>#NUM!</b>. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.ErrorType.Reference"> <summary> <para>The formula include an invalid cell reference. This error is indicated as <b>#REF!</b>. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.ErrorType.Value"> <summary> <para>The formula includes a value of the wrong data type. This error is indicated as <b>#VALUE!</b>. </para> </summary> </member> <member name="T:DevExpress.Spreadsheet.UnderlineType"> <summary> <para>Lists underline styles. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.UnderlineType.Double"> <summary> <para>Specifies a double underline. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.UnderlineType.DoubleAccounting"> <summary> <para>Specifies a double accounting underline (an underline that fills the entire cell width). </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.UnderlineType.None"> <summary> <para>Indicates that the text is not underlined. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.UnderlineType.Single"> <summary> <para>Specifies a single underline. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.UnderlineType.SingleAccounting"> <summary> <para>Specifies a single accounting underline (an underline that fills the entire cell width). </para> </summary> </member> <member name="T:DevExpress.Spreadsheet.ConditionalFormattingSpecialCondition"> <summary> <para>Lists values that specify the type of the conditional format operator in a conditional formatting rule. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.ConditionalFormattingSpecialCondition.ContainBlanks"> <summary> <para>Formats blank cells. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.ConditionalFormattingSpecialCondition.ContainDuplicateValue"> <summary> <para>Formats cells that contain duplicate values. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.ConditionalFormattingSpecialCondition.ContainError"> <summary> <para>Formats cells that contain formula errors. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.ConditionalFormattingSpecialCondition.ContainNonBlanks"> <summary> <para>Formats nonempty cells. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.ConditionalFormattingSpecialCondition.ContainUniqueValue"> <summary> <para>Formats cells that contain unique values. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.ConditionalFormattingSpecialCondition.NotContainError"> <summary> <para>Formats cells that do not contain formula errors. </para> </summary> </member> <member name="T:DevExpress.XtraSpreadsheet.Services.IMessageBoxService"> <summary> <para>A service that enables you to display a custom message box when a runtime error occurs. </para> </summary> </member> <member name="M:DevExpress.XtraSpreadsheet.Services.IMessageBoxService.ShowOkCancelMessage(System.String)"> <summary> <para>Shows a dialog box to ask the user to confirm an action. </para> </summary> <param name="message"> A string to display in a dialog box. </param> <returns><b>true</b>, if the user successfully confirms the action; otherwise, <b>false</b>. </returns> </member> <member name="M:DevExpress.XtraSpreadsheet.Services.IMessageBoxService.ShowWarningMessage(System.String)"> <summary> <para>Shows a warning dialog box that alerts the user of an incorrect input. </para> </summary> <param name="message"> A string to display in a dialog box. </param> <returns>A <see cref="T:System.Windows.Forms.DialogResult"/> enumeration member that indicates the return value of a dialog box. </returns> </member> <member name="M:DevExpress.XtraSpreadsheet.Services.IMessageBoxService.ShowYesNoMessage(System.String)"> <summary> <para> [To be supplied] </para> </summary> <param name="message"> [To be supplied] </param> <returns> [To be supplied] </returns> </member> <member name="T:DevExpress.Spreadsheet.ISpreadsheetComponent"> <summary> <para>Exposes the basic functionality to manage workbooks. </para> </summary> </member> <member name="E:DevExpress.Spreadsheet.ISpreadsheetComponent.ActiveSheetChanged"> <summary> <para>Occurs after an active worksheet in a workbook has been changed. </para> </summary> </member> <member name="E:DevExpress.Spreadsheet.ISpreadsheetComponent.ActiveSheetChanging"> <summary> <para>Occurs when an active worksheet in a workbook is about to be changed. </para> </summary> </member> <member name="E:DevExpress.Spreadsheet.ISpreadsheetComponent.BeforeExport"> <summary> <para>Occurs before the document is saved (exported to a certain format). </para> </summary> </member> <member name="E:DevExpress.Spreadsheet.ISpreadsheetComponent.BeforeImport"> <summary> <para>Occurs before a document is loaded (imported from an external source). </para> </summary> </member> <member name="E:DevExpress.Spreadsheet.ISpreadsheetComponent.BeforePrintSheet"> <summary> <para>Occurs before printing a workbook. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.ISpreadsheetComponent.Clipboard"> <summary> <para>Provides access to the object used for working with the system clipboard. </para> </summary> <value>An object implementing the <see cref="T:DevExpress.Spreadsheet.IClipboardManager"/> interface. </value> </member> <member name="E:DevExpress.Spreadsheet.ISpreadsheetComponent.ColumnsInserted"> <summary> <para>Occurs after new columns have been added to a worksheet. </para> </summary> </member> <member name="E:DevExpress.Spreadsheet.ISpreadsheetComponent.ColumnsRemoved"> <summary> <para>Occurs after columns have been deleted from a worksheet. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.ISpreadsheetComponent.CreateNewDocument"> <summary> <para>Creates a new empty workbook and loads it. </para> </summary> </member> <member name="E:DevExpress.Spreadsheet.ISpreadsheetComponent.DocumentLoaded"> <summary> <para>Occurs after a document is loaded. </para> </summary> </member> <member name="E:DevExpress.Spreadsheet.ISpreadsheetComponent.EmptyDocumentCreated"> <summary> <para>Occurs when a new document is created. </para> </summary> </member> <member name="E:DevExpress.Spreadsheet.ISpreadsheetComponent.InitializeDocument"> <summary> <para>Occurs before a document is loaded. Handle this event to set initial document settings. </para> </summary> </member> <member name="E:DevExpress.Spreadsheet.ISpreadsheetComponent.InvalidFormatException"> <summary> <para>Fires when the supplied data could not be recognized as data in the assumed format for import. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.ISpreadsheetComponent.LoadDocument(System.IO.Stream,DevExpress.Spreadsheet.DocumentFormat)"> <summary> <para>Loads a document from a stream, specifying the document format. </para> </summary> <param name="stream"> The stream from which to load a document. </param> <param name="format"> One of the <see cref="T:DevExpress.Spreadsheet.DocumentFormat"/> members. </param> <returns><b>true</b>, if a document is loaded successfully; otherwise, <b>false</b>. </returns> </member> <member name="M:DevExpress.Spreadsheet.ISpreadsheetComponent.LoadDocument(System.String,DevExpress.Spreadsheet.DocumentFormat)"> <summary> <para>Loads a document from a file, specifying the document format. </para> </summary> <param name="fileName"> A string specifying the file to load (including the full path). </param> <param name="format"> One of the <see cref="T:DevExpress.Spreadsheet.DocumentFormat"/> members. </param> <returns><b>true</b>, if a document is loaded successfully; otherwise, <b>false</b>. </returns> </member> <member name="M:DevExpress.Spreadsheet.ISpreadsheetComponent.LoadDocument(System.String)"> <summary> <para>Loads a document from a file. The document format is identified by the file extension. </para> </summary> <param name="fileName"> A string specifying the file to load (including the full path). </param> <returns><b>true</b>, if a document is loaded successfully; otherwise, <b>false</b>. </returns> </member> <member name="M:DevExpress.Spreadsheet.ISpreadsheetComponent.LoadDocument(System.Byte[],DevExpress.Spreadsheet.DocumentFormat)"> <summary> <para>Loads a document from a byte array. </para> </summary> <param name="buffer"> A <see cref="T:System.Byte[]"/> object that is an array of bytes containing document data in the specified format. </param> <param name="format"> A <see cref="T:DevExpress.Spreadsheet.DocumentFormat"/> enumeration member specifying the format of the document to be loaded. </param> <returns><b>true</b>, if the document is successfully loaded; otherwise, <b>false</b>. </returns> </member> <member name="P:DevExpress.Spreadsheet.ISpreadsheetComponent.Modified"> <summary> <para>Gets or sets whether the document content was modified since it was last saved. </para> </summary> <value><b>true</b> if the document's contents was modified; otherwise, <b>false</b>. </value> </member> <member name="E:DevExpress.Spreadsheet.ISpreadsheetComponent.ModifiedChanged"> <summary> <para>Occurs when the value of the <see cref="P:DevExpress.Spreadsheet.ISpreadsheetComponent.Modified"/> property is changed. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.ISpreadsheetComponent.Options"> <summary> <para>Provides access to various options which can be specified for the workbook. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.DocumentOptions"/> object containing various workbook options. </value> </member> <member name="E:DevExpress.Spreadsheet.ISpreadsheetComponent.PanesFrozen"> <summary> <para>Occurs after a worksheet area has been frozen. </para> </summary> </member> <member name="E:DevExpress.Spreadsheet.ISpreadsheetComponent.PanesUnfrozen"> <summary> <para>Occurs after a frozen worksheet area has been unlocked. </para> </summary> </member> <member name="E:DevExpress.Spreadsheet.ISpreadsheetComponent.RowsInserted"> <summary> <para>Occurs after new rows have been added to a worksheet. </para> </summary> </member> <member name="E:DevExpress.Spreadsheet.ISpreadsheetComponent.RowsRemoved"> <summary> <para>Occurs after rows have been deleted from a worksheet. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.ISpreadsheetComponent.SaveDocument(System.IO.Stream,DevExpress.Spreadsheet.DocumentFormat)"> <summary> <para>Saves the document to a stream, specifying the document format. </para> </summary> <param name="stream"> The <see cref="T:System.IO.Stream"/> object to output the document to. </param> <param name="format"> One of the <see cref="T:DevExpress.Spreadsheet.DocumentFormat"/> enumeration values. </param> </member> <member name="M:DevExpress.Spreadsheet.ISpreadsheetComponent.SaveDocument(System.String,DevExpress.Spreadsheet.DocumentFormat)"> <summary> <para>Saves the document to a file, specifying the document format. </para> </summary> <param name="fileName"> A string value specifying the path to a file in which to save the document. </param> <param name="format"> One of the <see cref="T:DevExpress.Spreadsheet.DocumentFormat"/> enumeration values. </param> </member> <member name="M:DevExpress.Spreadsheet.ISpreadsheetComponent.SaveDocument(System.String)"> <summary> <para>Saves the document to the specified file. The file format is identified by the file extension. </para> </summary> <param name="fileName"> A string value specifying the path to a file in which to save the document. </param> </member> <member name="M:DevExpress.Spreadsheet.ISpreadsheetComponent.SaveDocument(DevExpress.Spreadsheet.DocumentFormat)"> <summary> <para>Saves a document to an array of bytes in the specified format. </para> </summary> <param name="format"> A <see cref="T:DevExpress.Spreadsheet.DocumentFormat"/> enumeration member specifying the format of the document to be saved. </param> <returns>A <see cref="T:System.Byte[]"/> object that is an array of bytes containing document data in the specified format. </returns> </member> <member name="E:DevExpress.Spreadsheet.ISpreadsheetComponent.SelectionChanged"> <summary> <para>Fires in response to changing cell selection in a worksheet. </para> </summary> </member> <member name="E:DevExpress.Spreadsheet.ISpreadsheetComponent.SheetInserted"> <summary> <para>Occurs after a new worksheet has been added to a workbook. </para> </summary> </member> <member name="E:DevExpress.Spreadsheet.ISpreadsheetComponent.SheetRemoved"> <summary> <para>Occurs after a worksheet has been removed from a workbook. </para> </summary> </member> <member name="E:DevExpress.Spreadsheet.ISpreadsheetComponent.SheetRenamed"> <summary> <para>Occurs after a worksheet has been renamed. </para> </summary> </member> <member name="E:DevExpress.Spreadsheet.ISpreadsheetComponent.SheetRenaming"> <summary> <para>Occurs when a worksheet is about to be renamed. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.ISpreadsheetComponent.Unit"> <summary> <para>Gets or sets a unit of measure used in the workbook. </para> </summary> <value>The <see cref="T:DevExpress.Office.DocumentUnit"/> enumeration member. </value> </member> <member name="E:DevExpress.Spreadsheet.ISpreadsheetComponent.UnitChanged"> <summary> <para>Fires after a unit of measurement used in the workbook is changed. </para> </summary> </member> <member name="E:DevExpress.Spreadsheet.ISpreadsheetComponent.UnitChanging"> <summary> <para>Fires before a unit of measurement used within the workbook is changed. </para> </summary> </member> <member name="T:DevExpress.Spreadsheet.IRangeProvider"> <summary> <para>Provides properties and methods to get cell ranges. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.IRangeProvider.FromLTRB(System.Int32,System.Int32,System.Int32,System.Int32)"> <summary> <para>Returns a cell range by the indexes of the bounding rows and columns. </para> </summary> <param name="leftColumnIndex"> An integer that is the zero-based index of the left column. </param> <param name="topRowIndex"> An integer that is the zero-based index of the top row. </param> <param name="rightColumnIndex"> An integer that is the zero-based index of the right column. </param> <param name="bottomRowIndex"> An integer that is the zero-based index of the bottom row. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.Range"/> object. </returns> </member> <member name="P:DevExpress.Spreadsheet.IRangeProvider.Item(System.String)"> <summary> <para>Gets a cell range by its reference string. </para> </summary> <param name="reference"> A string that specifies the cell range reference in the A1 reference style. </param> <value>A <see cref="T:DevExpress.Spreadsheet.Range"/> object. </value> </member> <member name="M:DevExpress.Spreadsheet.IRangeProvider.Parse(System.String)"> <summary> <para>Returns a cell range by its reference string in the A1 reference style. </para> </summary> <param name="reference"> A string that specifies the cell range reference in the A1 reference style. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.Range"/> object. </returns> </member> <member name="M:DevExpress.Spreadsheet.IRangeProvider.Parse(System.String,DevExpress.Spreadsheet.ReferenceStyle)"> <summary> <para>Returns a cell range by its reference string in the specified reference style. </para> </summary> <param name="reference"> A string that is the cell range reference in the reference style specified by the <i>style</i> parameter. </param> <param name="style"> A <see cref="T:DevExpress.Spreadsheet.ReferenceStyle"/> enumeration member that specifies the cell reference style. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.Range"/> object. </returns> </member> <member name="T:DevExpress.XtraSpreadsheet.DocumentCapability"> <summary> <para>Lists values used to specify the availability of a certain functionality in the SpreadsheetControl. </para> </summary> </member> <member name="F:DevExpress.XtraSpreadsheet.DocumentCapability.Default"> <summary> <para>The value is determined by the current setting. The default value is automatically set if it is not explicitly specified. </para> </summary> </member> <member name="F:DevExpress.XtraSpreadsheet.DocumentCapability.Disabled"> <summary> <para>The feature is not allowed and the corresponding commands are shown disabled. </para> </summary> </member> <member name="F:DevExpress.XtraSpreadsheet.DocumentCapability.Enabled"> <summary> <para>The feature is available and the corresponding commands are shown enabled. </para> </summary> </member> <member name="F:DevExpress.XtraSpreadsheet.DocumentCapability.Hidden"> <summary> <para>The feature is not available and the corresponding commands are hidden. </para> </summary> </member> <member name="T:DevExpress.Spreadsheet.Formulas.ExpressionContext"> <summary> <para>Contains formula environment information - the cell or range, the worksheet, the current culture, the reference style, indicates whether the formula is an array formula. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.Formulas.ExpressionContext.#ctor(System.Int32,System.Int32,DevExpress.Spreadsheet.Worksheet,System.Globalization.CultureInfo,System.Boolean,DevExpress.Spreadsheet.ReferenceStyle)"> <summary> <para>Initializes a new instance of the ExpressionContext class with the specified settings. </para> </summary> <param name="column"> An integer that is the column index of a cell containing the formula. </param> <param name="row"> An integer that is the row index of a cell containing the formula. </param> <param name="sheet"> A <see cref="T:DevExpress.Spreadsheet.Worksheet"/> object that is the worksheet containing the formula. </param> <param name="culture"> A <see cref="T:System.Globalization.CultureInfo"/> object specifying culture-specific settings. </param> <param name="isArrayFormula"> <b>true</b>, if the formula is an array formula; otherwise, <b>false</b>. </param> <param name="referenceStyle"> A <see cref="T:DevExpress.Spreadsheet.ReferenceStyle"/> enumeration that specifies the cell reference style. </param> </member> <member name="M:DevExpress.Spreadsheet.Formulas.ExpressionContext.#ctor"> <summary> <para>Initializes a new instance of the ExpressionContext class with default settings. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.Formulas.ExpressionContext.#ctor(System.Int32,System.Int32,DevExpress.Spreadsheet.Worksheet)"> <summary> <para>Initializes a new instance of the ExpressionContext class with the specified settings. </para> </summary> <param name="column"> An integer that is the column index of a cell containing the formula. </param> <param name="row"> An integer that is the row index of a cell containing the formula. </param> <param name="sheet"> A <see cref="T:DevExpress.Spreadsheet.Worksheet"/> object that is the worksheet containing the formula. </param> </member> <member name="P:DevExpress.Spreadsheet.Formulas.ExpressionContext.Column"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Formulas.ExpressionContext.Culture"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Formulas.ExpressionContext.IsArrayFormula"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Formulas.ExpressionContext.ReferenceStyle"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Formulas.ExpressionContext.Row"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Formulas.ExpressionContext.Sheet"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="T:DevExpress.Spreadsheet.RowsRemovedEventHandler"> <summary> <para>A method that will handle the RowsRemoved event of the SpreadsheetControl. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.RowsRemovedEventHandler.Invoke(System.Object,DevExpress.Spreadsheet.RowsChangedEventArgs)"> <summary> <para>A method that will handle the <b>RowsRemoved</b> event of the SpreadsheetControl. </para> </summary> <param name="sender"> The event source. This parameter identifies the SpreadsheetControl which raised the event. </param> <param name="e"> A <see cref="T:DevExpress.Spreadsheet.RowsChangedEventArgs"/> object which contains event data. </param> </member> <member name="T:DevExpress.XtraSpreadsheet.WorkbookSaveOptions"> <summary> <para>Provides access to options which define the file name and file format that are used when saving and loading the workbook. </para> </summary> </member> <member name="M:DevExpress.XtraSpreadsheet.WorkbookSaveOptions.#ctor"> <summary> <para>Initializes a new instance of the WorkbookSaveOptions class with default settings. </para> </summary> </member> <member name="P:DevExpress.XtraSpreadsheet.WorkbookSaveOptions.CurrentFileName"> <summary> <para>Gets or sets the file name into which the document is saved or from which it is loaded. </para> </summary> <value>A <see cref="T:System.String"/> which represents the current file name (including the path and the file extension). </value> </member> <member name="P:DevExpress.XtraSpreadsheet.WorkbookSaveOptions.CurrentFormat"> <summary> <para>Gets or sets the file format into which the document is saved or from which it is loaded. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.DocumentFormat"/> member representing the current file format. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.WorkbookSaveOptions.DefaultFileName"> <summary> <para>Gets or sets the default file name used for saving a new document. </para> </summary> <value>A <see cref="T:System.String"/> which represents the default file name (including the path). </value> </member> <member name="P:DevExpress.XtraSpreadsheet.WorkbookSaveOptions.DefaultFormat"> <summary> <para>Gets or sets the default file format used for saving a new document. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.DocumentFormat"/> member representing the default file format. It equals <see cref="F:DevExpress.Spreadsheet.DocumentFormat.OpenXml"/> unless specified explicitly. </value> </member> <member name="T:DevExpress.Spreadsheet.Charts.AxisGroup"> <summary> <para> [To be supplied] </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.AxisGroup.Primary"> <summary> <para> [To be supplied] </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.AxisGroup.Secondary"> <summary> <para> [To be supplied] </para> </summary> </member> <member name="T:DevExpress.Spreadsheet.SpreadsheetInvalidFormatExceptionEventArgs"> <summary> <para>Provides data for the <see cref="E:DevExpress.Spreadsheet.ISpreadsheetComponent.InvalidFormatException"/> event. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.SpreadsheetInvalidFormatExceptionEventArgs.#ctor(System.Exception)"> <summary> <para>Initializes a new instance of the SpreadsheetInvalidFormatExceptionEventArgs class with the specified exception. </para> </summary> <param name="e"> An <see cref="T:System.Exception"/> object representing the exception which caused an event. </param> </member> <member name="P:DevExpress.Spreadsheet.SpreadsheetInvalidFormatExceptionEventArgs.Exception"> <summary> <para>Gets the exception which triggers the <b>InvalidFormatException</b> event. </para> </summary> <value>An <see cref="T:System.Exception"/> object representing an exception which caused the event. </value> </member> <member name="T:DevExpress.Spreadsheet.ColumnsInsertedEventHandler"> <summary> <para>A method that will handle the <see cref="E:DevExpress.XtraSpreadsheet.SpreadsheetControl.ColumnsInserted"/> event. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.ColumnsInsertedEventHandler.Invoke(System.Object,DevExpress.Spreadsheet.ColumnsChangedEventArgs)"> <summary> <para>A method that will handle the <b>ColumnsInserted</b> event of the SpreadsheetControl. </para> </summary> <param name="sender"> The event source. This parameter identifies the SpreadsheetControl which raised the event. </param> <param name="e"> A <see cref="T:DevExpress.Spreadsheet.ColumnsChangedEventArgs"/> object which contains event data. </param> </member> <member name="T:DevExpress.Spreadsheet.RowsInsertedEventHandler"> <summary> <para>A method that will handle the <b>RowsInserted</b> event of the SpreadsheetControl. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.RowsInsertedEventHandler.Invoke(System.Object,DevExpress.Spreadsheet.RowsChangedEventArgs)"> <summary> <para>A method that will handle the <b>RowsInserted</b> event of the SpreadsheetControl. </para> </summary> <param name="sender"> The event source. This parameter identifies the SpreadsheetControl which raised the event. </param> <param name="e"> A <see cref="T:DevExpress.Spreadsheet.RowsChangedEventArgs"/> object which contains event data. </param> </member> <member name="T:DevExpress.Spreadsheet.InsertCellsMode"> <summary> <para>Specifies how to insert new cells into a worksheet. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.InsertCellsMode.EntireColumn"> <summary> <para>Entire columns are inserted to the left of the specified cells. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.InsertCellsMode.EntireRow"> <summary> <para>Entire rows are inserted above the specified cells. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.InsertCellsMode.ShiftCellsDown"> <summary> <para>When inserting new cells in a worksheet, other cells in the same column are shifted down. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.InsertCellsMode.ShiftCellsRight"> <summary> <para>When inserting new cells in a worksheet, other cells in the same row are shifted to the right. </para> </summary> </member> <member name="T:DevExpress.Spreadsheet.Drawings.ShapeTextFont"> <summary> <para> [To be supplied] </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.Drawings.ShapeTextFont.Auto"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Drawings.ShapeTextFont.Bold"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Drawings.ShapeTextFont.CapsType"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Drawings.ShapeTextFont.Color"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Drawings.ShapeTextFont.Italic"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Drawings.ShapeTextFont.Name"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Drawings.ShapeTextFont.Script"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="M:DevExpress.Spreadsheet.Drawings.ShapeTextFont.SetAuto"> <summary> <para> [To be supplied] </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.Drawings.ShapeTextFont.Size"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Drawings.ShapeTextFont.StrikeType"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Drawings.ShapeTextFont.UnderlineType"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="T:DevExpress.Spreadsheet.ColumnsChangedEventArgs"> <summary> <para>Provides data for the SpreadsheetControl.ColumnsInserted and the SpreadsheetControl.ColumnsRemoved events. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.ColumnsChangedEventArgs.#ctor(System.String,System.Int32,System.Int32)"> <summary> <para>Initializes a new instance of the ColumnsChangedEventArgs class with the specified settings. </para> </summary> <param name="sheetName"> A string that is the name of the sheet being modified. </param> <param name="startIndex"> An integer specifying the index of the column with which the operation starts. </param> <param name="count"> An integer specifying the number of columns affected. </param> </member> <member name="P:DevExpress.Spreadsheet.ColumnsChangedEventArgs.Count"> <summary> <para>Gets the number of columns inserted or removed. </para> </summary> <value>An integer that is the number of affected columns. </value> </member> <member name="P:DevExpress.Spreadsheet.ColumnsChangedEventArgs.StartIndex"> <summary> <para>Gets the index of the first column after which the columns are inserted or removed. </para> </summary> <value>An integer that is the index of a column from which insertion or removal starts. </value> </member> <member name="T:DevExpress.Spreadsheet.Formulas.DivisionExpression"> <summary> <para>The division operator. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.Formulas.DivisionExpression.#ctor(DevExpress.Spreadsheet.Formulas.IExpression,DevExpress.Spreadsheet.Formulas.IExpression)"> <summary> <para>Initializes a new instance of the DivisionExpression class with the specified settings. </para> </summary> <param name="leftExpression"> An <see cref="T:DevExpress.Spreadsheet.Formulas.IExpression"/> object specifying the left operand. </param> <param name="rightExpression"> An <see cref="T:DevExpress.Spreadsheet.Formulas.IExpression"/> object specifying the right operand. </param> </member> <member name="M:DevExpress.Spreadsheet.Formulas.DivisionExpression.Clone"> <summary> <para>Creates a copy of the current DivisionExpression object. </para> </summary> <returns>A DivisionExpression object which is a copy of the current object. </returns> </member> <member name="M:DevExpress.Spreadsheet.Formulas.DivisionExpression.CopyFrom(DevExpress.Spreadsheet.Formulas.DivisionExpression)"> <summary> <para>Copies the appropriate properties of the specified object into the current instance of the <b>DivisionExpression</b> class. </para> </summary> <param name="value"> A DivisionExpression class instance, representing the source object for copying. </param> </member> <member name="P:DevExpress.Spreadsheet.Formulas.DivisionExpression.OperatorText"> <summary> <para>Gets the symbols that designate the operation. </para> </summary> <value>Returns the "/" string. </value> </member> <member name="M:DevExpress.Spreadsheet.Formulas.DivisionExpression.Visit(DevExpress.Spreadsheet.Formulas.IExpressionVisitor)"> <summary> <para>Calls the visitor delegate on the expression. </para> </summary> <param name="visitor"> A <b>DevExpress.Spreadsheet.Formulas.IExpressionVisitor</b> object that is the expression visitor. </param> </member> <member name="T:DevExpress.XtraSpreadsheet.SpreadsheetRowBehaviorOptions"> <summary> <para>Provides options to restrict an end-user's ability to manage rows in a worksheet of the workbook loaded into <see cref="T:DevExpress.XtraSpreadsheet.SpreadsheetControl"/>. </para> </summary> </member> <member name="M:DevExpress.XtraSpreadsheet.SpreadsheetRowBehaviorOptions.#ctor"> <summary> <para>Initializes a new instance of the SpreadsheetRowBehaviorOptions class with default settings. </para> </summary> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetRowBehaviorOptions.AutoFit"> <summary> <para>Gets or sets the document's capability to adjust row height to accommodate cell content. </para> </summary> <value>A <see cref="T:DevExpress.XtraSpreadsheet.DocumentCapability"/> enumeration value specifying the document's capability to perform an operation. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetRowBehaviorOptions.Delete"> <summary> <para>Gets or sets the document's capability to delete rows. </para> </summary> <value>A <see cref="T:DevExpress.XtraSpreadsheet.DocumentCapability"/> enumeration value specifying the document's capability to perform an operation. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetRowBehaviorOptions.Hide"> <summary> <para>Gets or sets the document's capability to hide rows. </para> </summary> <value>A <see cref="T:DevExpress.XtraSpreadsheet.DocumentCapability"/> enumeration value specifying the document's capability to perform an operation. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetRowBehaviorOptions.Insert"> <summary> <para>Gets or sets the document's capability to insert new rows. </para> </summary> <value>A <see cref="T:DevExpress.XtraSpreadsheet.DocumentCapability"/> enumeration value specifying the document's capability to perform an operation. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetRowBehaviorOptions.IsAutoFitAllowed"> <summary> <para>Gets whether an end-user is allowed to use the AutoFit feature for rows. </para> </summary> <value><b>true</b>, if a feature is allowed; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetRowBehaviorOptions.IsDeleteAllowed"> <summary> <para>Gets whether an end-user is allowed to delete rows. </para> </summary> <value><b>true</b>, if an operation is allowed; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetRowBehaviorOptions.IsHideAllowed"> <summary> <para>Gets whether an end-user is allowed to hide rows. </para> </summary> <value><b>true</b>, if an operation is allowed; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetRowBehaviorOptions.IsInsertAllowed"> <summary> <para>Gets whether an end-user is allowed to insert new rows. </para> </summary> <value><b>true</b>, if an operation is allowed; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetRowBehaviorOptions.IsResizeAllowed"> <summary> <para>Gets whether an end-user is allowed to change row heights. </para> </summary> <value><b>true</b>, if an operation is allowed; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetRowBehaviorOptions.IsUnhideAllowed"> <summary> <para>Gets whether an end-user is allowed to unhide rows. </para> </summary> <value><b>true</b>, if an operation is allowed; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetRowBehaviorOptions.Resize"> <summary> <para>Gets or sets the document's capability to change row heights. </para> </summary> <value>A <see cref="T:DevExpress.XtraSpreadsheet.DocumentCapability"/> enumeration value specifying the document's capability to perform an operation. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetRowBehaviorOptions.Unhide"> <summary> <para>Gets or sets the document's capability to unhide rows. </para> </summary> <value>A <see cref="T:DevExpress.XtraSpreadsheet.DocumentCapability"/> enumeration value specifying the document's capability to perform an operation. </value> </member> <member name="T:DevExpress.Spreadsheet.Charts.AxisTickMarks"> <summary> <para>Lists values used to specify the position of the tick marks on the axis. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.AxisTickMarks.Cross"> <summary> <para>Specifies that the tick marks should cross the axis. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.AxisTickMarks.Inside"> <summary> <para>Specifies that the tick marks should be displayed inside the plot area. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.AxisTickMarks.None"> <summary> <para>Specifies that the tick marks should not be displayed on the axis. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.AxisTickMarks.Outside"> <summary> <para>Specifies that the tick marks should be displayed outside the plot area. </para> </summary> </member> <member name="T:DevExpress.Spreadsheet.SpreadsheetFontStyle"> <summary> <para>Lists the cell font styles. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.SpreadsheetFontStyle.Bold"> <summary> <para>Specifies that the text is <b>bold</b>. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.SpreadsheetFontStyle.BoldItalic"> <summary> <para>Specifies that the text is <b><i>bold and italic</i></b>. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.SpreadsheetFontStyle.Italic"> <summary> <para>Specifies that the text is <i>italic</i>. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.SpreadsheetFontStyle.Regular"> <summary> <para>Specifies that the text is regular. </para> </summary> </member> <member name="T:DevExpress.Spreadsheet.SheetRemovingEventArgs"> <summary> <para>Provides data for the SpreadsheetControl.SheetRemoving event. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.SheetRemovingEventArgs.#ctor(System.String)"> <summary> <para>Initializes a new instance of the SheetRemovingEventArgs class with the specified name of the worksheet. </para> </summary> <param name="sheetName"> A string that is the name of the worksheet to be removed. </param> </member> <member name="P:DevExpress.Spreadsheet.SheetRemovingEventArgs.Cancel"> <summary> <para>Gets or sets whether to cancel removing a worksheet. </para> </summary> <value><b>true</b>, to not remove a worksheet; otherwise, <b>false</b>. Default is <b>false</b>. </value> </member> <member name="T:DevExpress.Spreadsheet.TimePeriodConditionalFormatting"> <summary> <para>Represents a "date occurring..." conditional formatting rule. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.TimePeriodConditionalFormatting.Condition"> <summary> <para>Gets or sets the time period used as a formatting criteria in the date occurring... conditional formatting rule. </para> </summary> <value>One of the <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingTimePeriod"/> enumeration values. </value> </member> <member name="P:DevExpress.Spreadsheet.TimePeriodConditionalFormatting.Formatting"> <summary> <para>Provides access to a set of formatting properties applied when the condition of the "date occurring..." conditional formatting rule is true. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.Formatting"/> object that expedites specifying all format attributes (font, background color, alignment options, etc.) </value> </member> <member name="T:DevExpress.Spreadsheet.ConditionalFormattingRankCondition"> <summary> <para>Lists values that specify the type of the conditional format operator in a "top/bottom N" conditional formatting rule. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.ConditionalFormattingRankCondition.BottomByPercent"> <summary> <para>Formats cell values that rank in the bottom N percent of the specified range. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.ConditionalFormattingRankCondition.BottomByRank"> <summary> <para>Formats cell values that fall in the bottom N bracket. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.ConditionalFormattingRankCondition.TopByPercent"> <summary> <para>Formats cell values that rank in the top N percent of the specified range. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.ConditionalFormattingRankCondition.TopByRank"> <summary> <para>Formats cell values that fall in the top N bracket. </para> </summary> </member> <member name="T:DevExpress.Spreadsheet.BeforeExportEventHandler"> <summary> <para>A method that will handle the <see cref="E:DevExpress.Spreadsheet.ISpreadsheetComponent.BeforeExport"/> event. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.BeforeExportEventHandler.Invoke(System.Object,DevExpress.Spreadsheet.SpreadsheetBeforeExportEventArgs)"> <summary> <para>A method that will handle the <b>BeforeExport</b> event of the SpreadsheetControl. </para> </summary> <param name="sender"> The event source. This parameter identifies the SpreadsheetControl which raised the event. </param> <param name="e"> A <see cref="T:DevExpress.Spreadsheet.SpreadsheetBeforeExportEventArgs"/> object which contains event data. </param> </member> <member name="T:DevExpress.Spreadsheet.ScriptType"> <summary> <para>Contains the values used to make the text in a cell superscript or subscript. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.ScriptType.None"> <summary> <para>Specifies that the text is not formatted as subscript or as superscript. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.ScriptType.Subscript"> <summary> <para>Formats text as subscript. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.ScriptType.Superscript"> <summary> <para>Formats text as superscript. </para> </summary> </member> <member name="T:DevExpress.Spreadsheet.Functions.IFunction"> <summary> <para>Defines properties and methods required for the worksheet function. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.Functions.IFunction.Evaluate(System.Collections.Generic.IList`1,DevExpress.Spreadsheet.Functions.EvaluationContext)"> <summary> <para>Performs required calculations and returns the result. </para> </summary> <param name="parameters"> A list of <see cref="T:DevExpress.Spreadsheet.Functions.ParameterValue"/> objects containing function parameters. </param> <param name="context"> An <see cref="T:DevExpress.Spreadsheet.Functions.EvaluationContext"/> object that provides information on the cell that contains the function, the current culture and the worksheet. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.Functions.ParameterValue"/> object that contains the calculation result. </returns> </member> <member name="M:DevExpress.Spreadsheet.Functions.IFunction.GetName(System.Globalization.CultureInfo)"> <summary> <para>Obtains the culture-specific name of a function. </para> </summary> <param name="culture"> A <see cref="T:System.Globalization.CultureInfo"/> object that is the culture for which a function name id obtained. </param> <returns>A string that is the name of the function for the specified culture. </returns> </member> <member name="P:DevExpress.Spreadsheet.Functions.IFunction.Name"> <summary> <para>Returns the invariant name of a function. </para> </summary> <value>A string that is the name of a function. </value> </member> <member name="P:DevExpress.Spreadsheet.Functions.IFunction.Parameters"> <summary> <para>Returns an array containing information on parameters that can be passed to the function. </para> </summary> <value>An array of <see cref="T:DevExpress.XtraReports.Parameters.ParameterInfo"/> type objects. </value> </member> <member name="P:DevExpress.Spreadsheet.Functions.IFunction.ReturnType"> <summary> <para>Gets the characteristic of an object that the function will return. </para> </summary> <value>A <see cref="T:DevExpress.XtraReports.Parameters.ParameterType"/> enumeration member that characterizes the return type of a function. </value> </member> <member name="P:DevExpress.Spreadsheet.Functions.IFunction.Volatile"> <summary> <para>Indicates whether the formula containing this function will always be recalculated at each recalculation, whether or not there are changes in the formula or its variables. </para> </summary> <value><b>true</b>, to always recalculate a formula with this function; otherwise, <b>false</b>. </value> </member> <member name="T:DevExpress.Spreadsheet.Charts.DataTableOptions"> <summary> <para> [To be supplied] </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.Charts.DataTableOptions.Font"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.DataTableOptions.ShowHorizontalBorder"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.DataTableOptions.ShowLegendKeys"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.DataTableOptions.ShowOutline"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.DataTableOptions.ShowVerticalBorder"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.DataTableOptions.Visible"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="T:DevExpress.XtraSpreadsheet.Export.OpenXmlDocumentExporterOptions"> <summary> <para>Contains options used for saving (exporting) a document in OpenXML format (aka MS Excel 2007 default format, .xlsx). </para> </summary> </member> <member name="M:DevExpress.XtraSpreadsheet.Export.OpenXmlDocumentExporterOptions.#ctor"> <summary> <para>Initializes a new instance of the OpenXmlDocumentExporterOptions class with default settings. </para> </summary> </member> <member name="T:DevExpress.Spreadsheet.CellValueType"> <summary> <para>Lists the data types of cell values. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.CellValueType.Boolean"> <summary> <para>The cell contains data of the boolean type. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.CellValueType.DateTime"> <summary> <para>The cell contains a number that is displayed as date and time. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.CellValueType.Error"> <summary> <para>The cell contains data of the error type. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.CellValueType.None"> <summary> <para>The cell contains an empty value. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.CellValueType.Numeric"> <summary> <para>The cell contains data of the numeric type. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.CellValueType.Text"> <summary> <para>The cell contains data of the text type. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.CellValueType.Unknown"> <summary> <para>The type of data contained in the cell is unknown. </para> </summary> </member> <member name="T:DevExpress.Spreadsheet.WorksheetViewType"> <summary> <para>Lists view types that can be used to display worksheets. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.WorksheetViewType.Normal"> <summary> <para>Worksheet content is displayed in the <b>Normal</b> view. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.WorksheetViewType.PageBreakPreview"> <summary> <para>Worksheet content is displayed in the <b>Page Break Preview</b> view. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.WorksheetViewType.PageLayout"> <summary> <para>Worksheet content is displayed in the <b>Page Layout</b> view. </para> </summary> </member> <member name="T:DevExpress.Spreadsheet.Charts.ChartViewCollection"> <summary> <para> [To be supplied] </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.Charts.ChartViewCollection.Contains(DevExpress.Spreadsheet.Charts.ChartView)"> <summary> <para> [To be supplied] </para> </summary> <param name="view"> [To be supplied] </param> <returns> [To be supplied] </returns> </member> <member name="M:DevExpress.Spreadsheet.Charts.ChartViewCollection.IndexOf(DevExpress.Spreadsheet.Charts.ChartView)"> <summary> <para> [To be supplied] </para> </summary> <param name="view"> [To be supplied] </param> <returns> [To be supplied] </returns> </member> <member name="T:DevExpress.Spreadsheet.RowsChangedEventArgs"> <summary> <para>Provides data for the SpreadsheetControl.RowsInserted and the SpreadsheetControl.RowsRemoved events. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.RowsChangedEventArgs.#ctor(System.String,System.Int32,System.Int32)"> <summary> <para>Initializes a new instance of the RowsChangedEventArgs class with the specified settings. </para> </summary> <param name="sheetName"> A string that is the name of the sheet being modified. </param> <param name="startIndex"> An integer specifying the index of the row with which the operation starts. </param> <param name="count"> An integer specifying the number of roiws affected. </param> </member> <member name="T:DevExpress.Spreadsheet.Formulas.UnaryPlusExpression"> <summary> <para>An unary positive operation. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.Formulas.UnaryPlusExpression.#ctor(DevExpress.Spreadsheet.Formulas.IExpression)"> <summary> <para>Initializes a new instance of the UnaryPlusExpression class with the specified settings. </para> </summary> <param name="innerExpression"> An <see cref="T:DevExpress.Spreadsheet.Formulas.IExpression"/> object specifying the operand. </param> </member> <member name="M:DevExpress.Spreadsheet.Formulas.UnaryPlusExpression.Clone"> <summary> <para>Creates a copy of the current UnaryPlusExpression object. </para> </summary> <returns>A UnaryPlusExpression object which is a copy of the current object. </returns> </member> <member name="M:DevExpress.Spreadsheet.Formulas.UnaryPlusExpression.CopyFrom(DevExpress.Spreadsheet.Formulas.UnaryPlusExpression)"> <summary> <para>Copies the appropriate properties of the specified object into the current instance of the <b>UnaryPlusExpression</b> class. </para> </summary> <param name="value"> A UnaryPlusExpression class instance, representing the source object for copying. </param> </member> <member name="P:DevExpress.Spreadsheet.Formulas.UnaryPlusExpression.OperatorText"> <summary> <para>Gets the symbols that designate the operation. </para> </summary> <value>Returns the "+" string. </value> </member> <member name="M:DevExpress.Spreadsheet.Formulas.UnaryPlusExpression.Visit(DevExpress.Spreadsheet.Formulas.IExpressionVisitor)"> <summary> <para>Calls the visitor delegate on the expression. </para> </summary> <param name="visitor"> A <b>DevExpress.Spreadsheet.Formulas.IExpressionVisitor</b> object that is the expression visitor. </param> </member> <member name="T:DevExpress.Spreadsheet.ColumnsRemovedEventHandler"> <summary> <para>A method that will handle the <see cref="E:DevExpress.XtraSpreadsheet.SpreadsheetControl.ColumnsRemoved"/> event. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.ColumnsRemovedEventHandler.Invoke(System.Object,DevExpress.Spreadsheet.ColumnsChangedEventArgs)"> <summary> <para>A method that will handle the <b>ColumnsRemoved</b> event of the SpreadsheetControl. </para> </summary> <param name="sender"> The event source. This parameter identifies the SpreadsheetControl which raised the event. </param> <param name="e"> A <see cref="T:DevExpress.Spreadsheet.ColumnsChangedEventArgs"/> object which contains event data. </param> </member> <member name="T:DevExpress.Spreadsheet.CellValue"> <summary> <para>A data value contained in a cell. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.CellValue.BooleanValue"> <summary> <para>Returns a Boolean value contained in a cell. </para> </summary> <value>A <see cref="T:System.Boolean"/> value. </value> </member> <member name="M:DevExpress.Spreadsheet.CellValue.CreateForVirtualCell(System.Object,System.Int32,DevExpress.Spreadsheet.IDataValueConverter)"> <summary> <para> [To be supplied] </para> </summary> <param name="objectValue"> [To be supplied] </param> <param name="columnIndex"> [To be supplied] </param> <param name="converter"> [To be supplied] </param> <returns> [To be supplied] </returns> </member> <member name="P:DevExpress.Spreadsheet.CellValue.DateTimeValue"> <summary> <para>Returns the date and time value that corresponds to the number contained in a cell. </para> </summary> <value>A <see cref="T:System.DateTime"/> object. </value> </member> <member name="P:DevExpress.Spreadsheet.CellValue.DefaultConverter"> <summary> <para>Provides access to the default converter which is used to convert objects of basic data types to cell values, and vise versa. </para> </summary> <value>An object implementing the ICellValueConverter interface. </value> </member> <member name="P:DevExpress.Spreadsheet.CellValue.Empty"> <summary> <para>Returns an empty cell value. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.CellValue"/> object specifying an empty value of a cell. </value> </member> <member name="M:DevExpress.Spreadsheet.CellValue.Equals(System.Object)"> <summary> <para>Determines whether two objects are equal. </para> </summary> <param name="obj"> The CellValue object to compare with the current object. </param> <returns><b>true</b>, if the specified object is equal to the current CellValue instance; otherwise, <b>false</b>. </returns> </member> <member name="F:DevExpress.Spreadsheet.CellValue.ErrorDivisionByZero"> <summary> <para>Returns the CellValue object specifying the <b>#DIV/0!</b> error value of a cell. </para> </summary> <returns> [To be supplied] </returns> </member> <member name="F:DevExpress.Spreadsheet.CellValue.ErrorInvalidValueInFunction"> <summary> <para>Returns the CellValue object specifying the <b>#VALUE!</b> error value of a cell. </para> </summary> <returns> [To be supplied] </returns> </member> <member name="F:DevExpress.Spreadsheet.CellValue.ErrorName"> <summary> <para>Returns the CellValue object specifying the <b>#NAME?</b> error value of a cell. </para> </summary> <returns> [To be supplied] </returns> </member> <member name="F:DevExpress.Spreadsheet.CellValue.ErrorNullIntersection"> <summary> <para>Returns the CellValue object specifying the <b>#NULL!</b> error value of a cell. </para> </summary> <returns> [To be supplied] </returns> </member> <member name="F:DevExpress.Spreadsheet.CellValue.ErrorNumber"> <summary> <para>Returns the CellValue object specifying the <b>#NUM!</b> error value of a cell. </para> </summary> <returns> [To be supplied] </returns> </member> <member name="F:DevExpress.Spreadsheet.CellValue.ErrorReference"> <summary> <para>Returns the CellValue object specifying the <b>#REF!</b> error value of a cell. </para> </summary> <returns> [To be supplied] </returns> </member> <member name="P:DevExpress.Spreadsheet.CellValue.ErrorValue"> <summary> <para>Returns an object that provides information on an error contained in a cell. </para> </summary> <value>An <see cref="T:DevExpress.Spreadsheet.ErrorValueInfo"/> object that contains information on a cell error. </value> </member> <member name="F:DevExpress.Spreadsheet.CellValue.ErrorValueNotAvailable"> <summary> <para>Returns the CellValue object specifying the <b>#N/A</b> error value of a cell. </para> </summary> <returns> [To be supplied] </returns> </member> <member name="M:DevExpress.Spreadsheet.CellValue.FromDateTime(System.DateTime,System.Boolean)"> <summary> <para>Converts the <see cref="T:System.DateTime"/> object to a cell value using the specified date system. </para> </summary> <param name="value"> A <see cref="T:System.DateTime"/> object that specifies a date and time value to be converted to a cell value. </param> <param name="use1904DateSystem"> <b>true</b>, if the 1904 date system is used; otherwise, <b>false</b>. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.CellValue"/> object. </returns> </member> <member name="M:DevExpress.Spreadsheet.CellValue.FromObject(System.Object,DevExpress.Spreadsheet.ICellValueConverter)"> <summary> <para>Converts the specified object to a cell value using the custom converter. </para> </summary> <param name="value"> An object to be converted to a <see cref="T:DevExpress.Spreadsheet.CellValue"/>. </param> <param name="converter"> A custom converter object that implements the ICellValueConverter interface. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.CellValue"/> object. If the conversion cannot be performed, an InvalidCastException is thrown. </returns> </member> <member name="M:DevExpress.Spreadsheet.CellValue.FromObject(System.Object)"> <summary> <para>Converts the specified object to a cell value using the default converter. </para> </summary> <param name="value"> An object to be converted to a <see cref="T:DevExpress.Spreadsheet.CellValue"/>. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.CellValue"/> object. If the conversion cannot be performed, an InvalidCastException is thrown. </returns> </member> <member name="M:DevExpress.Spreadsheet.CellValue.GetHashCode"> <summary> <para>Gets the hash code (a number) that corresponds to the value of the current CellValue object. </para> </summary> <returns>The hash code for the current object. </returns> </member> <member name="P:DevExpress.Spreadsheet.CellValue.IsBoolean"> <summary> <para>Gets whether the cell contains a Boolean value. </para> </summary> <value><b>true</b>, if the cell value is of the Boolean type; otherwise, <b>false</b> </value> </member> <member name="P:DevExpress.Spreadsheet.CellValue.IsDateTime"> <summary> <para>Gets whether the cell's numeric value is displayed as date and time. </para> </summary> <value><b>true</b>, if the number contained in a cell is displayed as data and time; otherwise, <b>false</b> </value> </member> <member name="P:DevExpress.Spreadsheet.CellValue.IsEmpty"> <summary> <para>Gets whether the cell is empty. </para> </summary> <value><b>true</b>, if the cell is empty; otherwise, <b>false</b> </value> </member> <member name="P:DevExpress.Spreadsheet.CellValue.IsError"> <summary> <para>Gets whether the cell contains an error. </para> </summary> <value><b>true</b>, if the cell value is of the error type; otherwise, <b>false</b> </value> </member> <member name="P:DevExpress.Spreadsheet.CellValue.IsNumeric"> <summary> <para>Gets whether the cell contains a number. </para> </summary> <value><b>true</b>, if the cell value is of the numeric type; otherwise, <b>false</b> </value> </member> <member name="P:DevExpress.Spreadsheet.CellValue.IsText"> <summary> <para>Gets whether the cell contains text. </para> </summary> <value><b>true</b>, if the cell value is of the text type; otherwise, <b>false</b> </value> </member> <member name="P:DevExpress.Spreadsheet.CellValue.NumericValue"> <summary> <para>Returns a number contained in a cell. </para> </summary> <value>A <see cref="T:System.Double"/> value specifying a cell value of the numeric type. </value> </member> <member name="P:DevExpress.Spreadsheet.CellValue.TextValue"> <summary> <para>Returns a string contained in a cell. </para> </summary> <value>A <see cref="T:System.String"/> value specifying the text value of a cell. </value> </member> <member name="M:DevExpress.Spreadsheet.CellValue.ToObject(DevExpress.Spreadsheet.ICellValueConverter)"> <summary> <para>Converts the cell value to an object using the specified converter. </para> </summary> <param name="converter"> A custom converter object that implements the ICellValueConverter interface. </param> <returns>A <see cref="T:System.Object"/> converted from the cell value. </returns> </member> <member name="M:DevExpress.Spreadsheet.CellValue.ToObject"> <summary> <para>Converts the cell value to an object using the default converter. </para> </summary> <returns>A <see cref="T:System.Object"/> converted from the cell value. </returns> </member> <member name="M:DevExpress.Spreadsheet.CellValue.ToString(System.IFormatProvider)"> <summary> <para>Returns a string representation of the cell value. </para> </summary> <param name="formatProvider"> An object implementing the <see cref="T:System.IFormatProvider"/> interface. </param> <returns>A <see cref="T:System.String"/> that represents the current CellValue object. </returns> </member> <member name="M:DevExpress.Spreadsheet.CellValue.ToString"> <summary> <para>Returns a string representation of the cell value. </para> </summary> <returns>A <see cref="T:System.String"/> that represents the current CellValue object. </returns> </member> <member name="M:DevExpress.Spreadsheet.CellValue.TryCreateFromObject(System.Object)"> <summary> <para>Tries to convert the specified object to a cell value using the default converter. </para> </summary> <param name="value"> An object to be converted to a <see cref="T:DevExpress.Spreadsheet.CellValue"/>. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.CellValue"/> object. If the conversion cannot be performed, the <b>TryCreateFromObject</b> method returns <i>null</i> (<i>Nothing</i> in VB). </returns> </member> <member name="M:DevExpress.Spreadsheet.CellValue.TryCreateFromObject(System.Object,DevExpress.Spreadsheet.ICellValueConverter)"> <summary> <para>Tries to convert the specified object to a cell value using the custom converter. </para> </summary> <param name="value"> An object to be converted to a <see cref="T:DevExpress.Spreadsheet.CellValue"/>. </param> <param name="converter"> A custom converter object that implements the ICellValueConverter interface. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.CellValue"/> object. If the conversion cannot be performed, the <b>TryCreateFromObject</b> method returns <i>null</i> (<i>Nothing</i> in VB). </returns> </member> <member name="P:DevExpress.Spreadsheet.CellValue.Type"> <summary> <para>Gets the type of data contained in a cell. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.CellValueType"/> enumerator member that specifies the cell value type. </value> </member> <member name="T:DevExpress.Spreadsheet.DiagonalBorderType"> <summary> <para>Lists the types of cell diagonal borders. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.DiagonalBorderType.Down"> <summary> <para>Specifies a diagonal cell border from top left to bottom right. <para></para> </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.DiagonalBorderType.None"> <summary> <para>No diagonal borders are applied in a cell. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.DiagonalBorderType.Up"> <summary> <para>Specifies a diagonal cell border from bottom left to top right. <para></para> </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.DiagonalBorderType.UpAndDown"> <summary> <para>Specifies that both diagonal-down and diagonal-up borders are applied in a cell. <para></para> </para> </summary> </member> <member name="T:DevExpress.Spreadsheet.BorderLineStyle"> <summary> <para>Lists line styles used for cell borders. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.BorderLineStyle.DashDot"> <summary> <para>Specifies the thin dash-dotted border line. <para></para> </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.BorderLineStyle.DashDotDot"> <summary> <para>Specifies the thin dash-dot-dotted border line. <para></para> </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.BorderLineStyle.Dashed"> <summary> <para>Specifies the thin dashed border line. <para></para> </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.BorderLineStyle.Dotted"> <summary> <para>Specifies the thin dotted border line. <para></para> </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.BorderLineStyle.Double"> <summary> <para>Specifies the double border line. <para></para> </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.BorderLineStyle.Hair"> <summary> <para>Specifies the hair border line. <para></para> </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.BorderLineStyle.Medium"> <summary> <para>Specifies the medium solid border line. <para></para> </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.BorderLineStyle.MediumDashDot"> <summary> <para>Specifies the medium dash-dotted border line. <para></para> </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.BorderLineStyle.MediumDashDotDot"> <summary> <para>Specifies the medium dash-dot-dotted border line. <para></para> </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.BorderLineStyle.MediumDashed"> <summary> <para>Specifies the medium dashed border line. <para></para> </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.BorderLineStyle.None"> <summary> <para>Specifies that a border is not painted. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.BorderLineStyle.SlantDashDot"> <summary> <para>Specifies the medium slanted dash-dotted border line. <para></para> </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.BorderLineStyle.Thick"> <summary> <para>Specifies the thick solid border line. <para></para> </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.BorderLineStyle.Thin"> <summary> <para>Specifies the thin solid border line. <para></para> </para> </summary> </member> <member name="T:DevExpress.Spreadsheet.Border"> <summary> <para>Provides access to the line characteristics of a cell border. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.Border.Color"> <summary> <para>Gets or sets the line color of the cell border. </para> </summary> <value>A <see cref="T:System.Drawing.Color"/> structure that specifies the border line color. </value> </member> <member name="P:DevExpress.Spreadsheet.Border.LineStyle"> <summary> <para>Gets or sets the line style of the cell border. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.BorderLineStyle"/> enumeration member. </value> </member> <member name="T:DevExpress.Spreadsheet.Borders"> <summary> <para>Provides access to cell borders. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.Borders.BottomBorder"> <summary> <para>Provides access to an object that specifies the bottom border of a cell or cell range. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.Border"/> object that specifies characteristics of the cell border. </value> </member> <member name="P:DevExpress.Spreadsheet.Borders.DiagonalBorderColor"> <summary> <para>Gets or sets the line color of the cell diagonal border. </para> </summary> <value>A <see cref="T:System.Drawing.Color"/> value specifying the border line color. </value> </member> <member name="P:DevExpress.Spreadsheet.Borders.DiagonalBorderLineStyle"> <summary> <para>Gets or sets the line style of the cell diagonal border. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.BorderLineStyle"/> enumeration member specifying the line style. </value> </member> <member name="P:DevExpress.Spreadsheet.Borders.DiagonalBorderType"> <summary> <para>Gets or sets the type of the cell diagonal border. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.DiagonalBorderType"/> enumerator member specifying a cell diagonal border type. </value> </member> <member name="P:DevExpress.Spreadsheet.Borders.InsideHorizontalBorders"> <summary> <para>Provides access to an object that specifies all horizontal borders inside a cell range. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.Border"/> object that specifies cell border characteristics. </value> </member> <member name="P:DevExpress.Spreadsheet.Borders.InsideVerticalBorders"> <summary> <para>Provides access to an object that specifies all vertical borders inside a cell range. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.Border"/> object that specifies cell border characteristics. </value> </member> <member name="P:DevExpress.Spreadsheet.Borders.LeftBorder"> <summary> <para>Provides access to an object that specifies the left border of a cell or cell range. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.Border"/> object that specifies characteristics of a cell border. </value> </member> <member name="M:DevExpress.Spreadsheet.Borders.RemoveBorders"> <summary> <para>Removes all borders from a cell or cell range. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.Borders.RightBorder"> <summary> <para>Provides access to an object that specifies the right border of a cell or cell range. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.Border"/> object that specifies characteristics of a cell border. </value> </member> <member name="M:DevExpress.Spreadsheet.Borders.SetAllBorders(System.Drawing.Color,DevExpress.Spreadsheet.BorderLineStyle)"> <summary> <para>Sets all borders of a cell or range of cells. </para> </summary> <param name="color"> A <see cref="T:System.Drawing.Color"/> value specifying the line color of borders. </param> <param name="style"> A <see cref="T:DevExpress.Spreadsheet.BorderLineStyle"/> enumeration member specifying the line style of borders. </param> </member> <member name="M:DevExpress.Spreadsheet.Borders.SetDiagonalBorders(System.Drawing.Color,DevExpress.Spreadsheet.BorderLineStyle,DevExpress.Spreadsheet.DiagonalBorderType)"> <summary> <para>Sets cell diagonal borders. </para> </summary> <param name="color"> A <see cref="T:System.Drawing.Color"/> value specifying the border line color. </param> <param name="style"> A <see cref="T:DevExpress.Spreadsheet.BorderLineStyle"/> enumeration member specifying the border line style. </param> <param name="diaginalBorderType"> A <see cref="T:DevExpress.Spreadsheet.DiagonalBorderType"/> enumerator member specifying the diagonal border type. </param> </member> <member name="M:DevExpress.Spreadsheet.Borders.SetOutsideBorders(System.Drawing.Color,DevExpress.Spreadsheet.BorderLineStyle)"> <summary> <para>Sets outside borders for a cell or range of cells. </para> </summary> <param name="color"> A <see cref="T:System.Drawing.Color"/> value specifying the line color of borders. </param> <param name="style"> A <see cref="T:DevExpress.Spreadsheet.BorderLineStyle"/> enumeration member specifying the line style of borders. </param> </member> <member name="P:DevExpress.Spreadsheet.Borders.TopBorder"> <summary> <para>Provides access to an object that specifies the top border of a cell or cell range. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.Border"/> object that specifies characteristics of a cell border. </value> </member> <member name="T:DevExpress.Spreadsheet.Functions.ICustomFunction"> <summary> <para>Defines properties and methods required to implement your own worksheet function. </para> </summary> </member> <member name="T:DevExpress.XtraSpreadsheet.HyperlinkClickEventArgs"> <summary> <para>Provides data for the <see cref="E:DevExpress.XtraSpreadsheet.SpreadsheetControl.HyperlinkClick"/> event. </para> </summary> </member> <member name="P:DevExpress.XtraSpreadsheet.HyperlinkClickEventArgs.Alt"> <summary> <para>Indicates whether the ALT key was pressed. </para> </summary> <value><b>true</b>, if an ALT key was pressed; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.HyperlinkClickEventArgs.Control"> <summary> <para>Indicates whether the CTRL key was pressed. </para> </summary> <value><b>true</b>, if a CTRL key was pressed; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.HyperlinkClickEventArgs.Handled"> <summary> <para>Gets or sets whether the default action associated with the hyperlink click is required. </para> </summary> <value><b>true</b>, if no default action is necessary; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.HyperlinkClickEventArgs.IsExternal"> <summary> <para>Indicates whether the hyperlink points to a location outside the current workbook. </para> </summary> <value><b>true</b>, if the hyperlink references a location outside the current workbook; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.HyperlinkClickEventArgs.ModifierKeys"> <summary> <para>Gets the modifier flags for a hyperlink click. The flags indicate which combination of CTRL, SHIFT, and ALT keys was pressed. </para> </summary> <value>A <see cref="T:System.Windows.Forms.Keys"/> value representing one or more modifier flags. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.HyperlinkClickEventArgs.Shift"> <summary> <para>Indicates whether the SHIFT key was pressed. </para> </summary> <value><b>true</b>, if a SHIFT key was pressed; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.HyperlinkClickEventArgs.TargetRange"> <summary> <para>Gets the destination range referenced by a hyperlink. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.Range"/> object to which the hyperlink points. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.HyperlinkClickEventArgs.TargetUri"> <summary> <para>Gets the URI to which a hyperlink navigates. </para> </summary> <value>A string that specifies the target location of the hyperlink. </value> </member> <member name="T:DevExpress.Spreadsheet.SpreadsheetFont"> <summary> <para>Contains the cell font attributes. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.SpreadsheetFont.Bold"> <summary> <para>Gets or sets the value indicating whether the cell content is formatted as bold. </para> </summary> <value><b>true</b>, if the cell text is bold; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.Spreadsheet.SpreadsheetFont.Color"> <summary> <para>Gets or sets the color of the font applied to the cell content. </para> </summary> <value>A <see cref="T:System.Drawing.Color"/> structure that specifies the font color. </value> </member> <member name="P:DevExpress.Spreadsheet.SpreadsheetFont.FontStyle"> <summary> <para>Gets or sets the font style (bold, italic, etc.) applied to the cell content. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.SpreadsheetFontStyle"/> enumerator member. </value> </member> <member name="P:DevExpress.Spreadsheet.SpreadsheetFont.Italic"> <summary> <para>Gets or sets the value indicating whether the cell content is formatted as italic. </para> </summary> <value><b>true</b>, if the cell text is italic; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.Spreadsheet.SpreadsheetFont.Name"> <summary> <para>Gets or sets the name of the font applied to the cell content. </para> </summary> <value>A <see cref="T:System.String"/> value specifying the font name. </value> </member> <member name="P:DevExpress.Spreadsheet.SpreadsheetFont.Script"> <summary> <para>Formats the cell content as subscript or superscript. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.ScriptType"/> enumerator number indicating whether the text is subscript or superscript. </value> </member> <member name="P:DevExpress.Spreadsheet.SpreadsheetFont.Size"> <summary> <para>Gets or sets the size of the font applied to the cell content. </para> </summary> <value>A <see cref="T:System.Double"/> value specifying the font size in points. </value> </member> <member name="P:DevExpress.Spreadsheet.SpreadsheetFont.Strikethrough"> <summary> <para>Gets or sets the value indicating whether the cell content is formatted as strikethrough. </para> </summary> <value><b>true</b>, if the strikethrough formatting is applied to the text; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.Spreadsheet.SpreadsheetFont.UnderlineType"> <summary> <para>Gets or sets the type of underline applied to the cell content. </para> </summary> <value>An <see cref="T:DevExpress.Spreadsheet.UnderlineType"/> enumeration value. </value> </member> <member name="T:DevExpress.Spreadsheet.PatternType"> <summary> <para>Lists the types of patterns available for cell shading. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.PatternType.DarkDown"> <summary> <para>Specifies a pattern that is a series of thick downward diagonal stripes. <para></para> </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.PatternType.DarkGray"> <summary> <para>Specifies the 75% gray pattern. <para></para> </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.PatternType.DarkGrid"> <summary> <para>Specifies the thick grid pattern. <para></para> </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.PatternType.DarkHorizontal"> <summary> <para>Specifies a pattern that is a series of thick horizontal stripes. <para></para> </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.PatternType.DarkTrellis"> <summary> <para>Specifies the thick diagonal trellis pattern. <para></para> </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.PatternType.DarkUp"> <summary> <para>Specifies a pattern that is a series of thick upward diagonal stripes. <para></para> </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.PatternType.DarkVertical"> <summary> <para>Specifies a pattern that is a series of thick vertical stripes. <para></para> </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.PatternType.Gray0625"> <summary> <para>Specifies the 6.25% gray pattern. <para></para> </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.PatternType.Gray125"> <summary> <para>Specifies the 12.5% gray pattern. <para></para> </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.PatternType.LightDown"> <summary> <para>Specifies a pattern that is a series of thin downward diagonal stripes. <para></para> </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.PatternType.LightGray"> <summary> <para>Specifies the 25% gray pattern. <para></para> </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.PatternType.LightGrid"> <summary> <para>Specifies the thin grid pattern. <para></para> </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.PatternType.LightHorizontal"> <summary> <para>Specifies a pattern that is a series of thin horizontal stripes. <para></para> </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.PatternType.LightTrellis"> <summary> <para>Specifies the thin diagonal trellis pattern. <para></para> </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.PatternType.LightUp"> <summary> <para>Specifies a pattern that is a series of thin upward diagonal stripes. <para></para> </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.PatternType.LightVertical"> <summary> <para>Specifies a pattern that is a series of thin vertical stripes. <para></para> </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.PatternType.MediumGray"> <summary> <para>Specifies the 50% gray pattern. <para></para> </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.PatternType.None"> <summary> <para>No background (solid color or fill pattern) is applied to a cell. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.PatternType.Solid"> <summary> <para>Specifies that a cell is filled with a solid <see cref="P:DevExpress.Spreadsheet.Fill.BackgroundColor"/> color. </para> </summary> </member> <member name="T:DevExpress.Spreadsheet.Fill"> <summary> <para>Contains the cell background attributes. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.Fill.BackgroundColor"> <summary> <para>Gets or sets the cell background color. </para> </summary> <value>A <see cref="T:System.Drawing.Color"/> value that specifies the cell background color. </value> </member> <member name="P:DevExpress.Spreadsheet.Fill.FillType"> <summary> <para>Gets or sets the fill type. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.FillType"/> enumeration member. Default is <b>Pattern</b>. </value> </member> <member name="P:DevExpress.Spreadsheet.Fill.Gradient"> <summary> <para>Provides access to an object containing gradient characteristics. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.GradientFill"/> object that contains all gradient characteristics. </value> </member> <member name="P:DevExpress.Spreadsheet.Fill.PatternColor"> <summary> <para>Gets or sets the cell shading color. </para> </summary> <value>A <see cref="T:System.Drawing.Color"/> value that is the cell shading color. </value> </member> <member name="P:DevExpress.Spreadsheet.Fill.PatternType"> <summary> <para>Gets or sets the cell background pattern. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.PatternType"/> enumeration member that specifies the pattern for the cell shading. Default is <b>None</b>. </value> </member> <member name="T:DevExpress.XtraSpreadsheet.Export.DocumentExporterOptions"> <summary> <para>Represents the base class for options used for saving (exporting) documents in different formats. </para> </summary> </member> <member name="M:DevExpress.XtraSpreadsheet.Export.DocumentExporterOptions.CopyFrom(DevExpress.Office.Export.IExporterOptions)"> <summary> <para>Copies the appropriate properties of the specified object into the current instance of the <b>DocumentExporterOptions</b> class. </para> </summary> <param name="value"> A <see cref="T:DevExpress.Office.Export.IExporterOptions"/> class instance, representing the source object for copying. </param> </member> <member name="P:DevExpress.XtraSpreadsheet.Export.DocumentExporterOptions.TargetUri"> <summary> <para>Gets or sets the URI of the document being exported. </para> </summary> <value>A string representing the document URI. </value> </member> <member name="T:DevExpress.Spreadsheet.Margins"> <summary> <para>Provides access to page margins used when a worksheet is printed. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.Margins.Bottom"> <summary> <para>Gets or sets the bottom margin of a worksheet printed page. </para> </summary> <value>A <see cref="T:System.Single"/> value that specifies the bottom margin in measure units used in the workbook. </value> </member> <member name="P:DevExpress.Spreadsheet.Margins.Footer"> <summary> <para>Gets or sets the space between a footer and bottom edge of a worksheet printed page. </para> </summary> <value>A <see cref="T:System.Single"/> value that specifies the footer margin in measure units used in the workbook. </value> </member> <member name="P:DevExpress.Spreadsheet.Margins.Header"> <summary> <para>Gets or sets the space between a header and top edge of a worksheet printed page. </para> </summary> <value>A <see cref="T:System.Single"/> value that specifies the header margin in measure units used in the workbook. </value> </member> <member name="P:DevExpress.Spreadsheet.Margins.Left"> <summary> <para>Gets or sets the left margin of a worksheet printed page. </para> </summary> <value>A <see cref="T:System.Single"/> value that specifies the left margin in measure units used in the workbook. </value> </member> <member name="P:DevExpress.Spreadsheet.Margins.Right"> <summary> <para>Gets or sets the right margin of a worksheet printed page. </para> </summary> <value>A <see cref="T:System.Single"/> value that specifies the right margin in measure units used in the workbook. </value> </member> <member name="P:DevExpress.Spreadsheet.Margins.Top"> <summary> <para>Gets or sets the top margin of a worksheet printed page. </para> </summary> <value>A <see cref="T:System.Single"/> value that specifies the top margin in measure units used in the workbook. </value> </member> <member name="T:DevExpress.Spreadsheet.StyleFlags"> <summary> <para>A style flag that controls formatting options to be applied. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.StyleFlags.Alignment"> <summary> <para>Gets or sets a value that indicates whether or not the alignment options should be applied. </para> </summary> <value><b>true</b>, to apply alignment attributes; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.Spreadsheet.StyleFlags.All"> <summary> <para>Gets or sets a value that indicates whether or not all format characteristics (such as alignment, borders, font, etc.) should be applied. </para> </summary> <value><b>true</b>, to specify all format characteristics; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.Spreadsheet.StyleFlags.Borders"> <summary> <para>Gets or sets a value that indicates whether or not cell borders should be specified. </para> </summary> <value><b>true</b>, to specify borders; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.Spreadsheet.StyleFlags.Fill"> <summary> <para>Gets or sets a value that indicates whether or not the background color should be applied. </para> </summary> <value><b>true</b>, to apply the background color; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.Spreadsheet.StyleFlags.Font"> <summary> <para>Gets or sets a value that indicates whether or not font attributes should be specified. </para> </summary> <value><b>true</b>, to specify font characteristics; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.Spreadsheet.StyleFlags.Number"> <summary> <para>Gets or sets a value that indicates whether or not the number format should be specified. </para> </summary> <value><b>true</b>, to specify the number format; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.Spreadsheet.StyleFlags.Protection"> <summary> <para>Gets or sets a value that indicates whether or not the protection option should be applied. </para> </summary> <value><b>true</b>, to apply the protection option; otherwise, <b>false</b>. </value> </member> <member name="T:DevExpress.Spreadsheet.StyleCollection"> <summary> <para>A collection of cell styles in the workbook. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.StyleCollection.Add(System.String)"> <summary> <para>Creates a new style with the specified name and appends it to the collection of styles. </para> </summary> <param name="name"> A <see cref="T:System.String"/> value that specifies the style name. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.Style"/> object that specifies the new style. </returns> </member> <member name="M:DevExpress.Spreadsheet.StyleCollection.Contains(System.String)"> <summary> <para>Indicates whether the collection contains the style under the specified name. </para> </summary> <param name="name"> A <see cref="T:System.String"/> value that specifies the name of the style to locate in the collection. </param> <returns><b>true</b>, if the collection contains the style under the specified name; otherwise, <b>false</b>. </returns> </member> <member name="M:DevExpress.Spreadsheet.StyleCollection.Contains(DevExpress.Spreadsheet.BuiltInStyleId)"> <summary> <para>Indicates whether the collection contains the specified built-in style. </para> </summary> <param name="id"> One of the DevExpress.Spreadsheet.BuiltInStyleId enumerator values that is the identifier of the built-in style to locate in the collection. </param> <returns> <b>true</b>, if the style is contained in the collection; otherwise, <b>false</b>. </returns> </member> <member name="P:DevExpress.Spreadsheet.StyleCollection.DefaultStyle"> <summary> <para>Returns the <i>Normal</i> style that is applied to cells by default. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.Style"/> object specifying the <i>Normal</i> style. </value> </member> <member name="M:DevExpress.Spreadsheet.StyleCollection.Hide(DevExpress.Spreadsheet.Style)"> <summary> <para>Marks the specified style as deleted, so it can no longer be applied to cells. </para> </summary> <param name="style"> A <see cref="T:DevExpress.Spreadsheet.Style"/> object that is a cell style to be hidden in the collection. </param> </member> <member name="P:DevExpress.Spreadsheet.StyleCollection.Item(DevExpress.Spreadsheet.BuiltInStyleId)"> <summary> <para>Provides access to individual built-in styles in the collection by their identifiers. </para> </summary> <param name="id"> A <see cref="T:DevExpress.Spreadsheet.BuiltInStyleId"/> enumerator member. </param> <value>A <see cref="T:DevExpress.Spreadsheet.Style"/> object representing the built-in style with the specified identifier. </value> </member> <member name="P:DevExpress.Spreadsheet.StyleCollection.Item(System.String)"> <summary> <para>Provides access to individual cell styles in the collection by their names. </para> </summary> <param name="name"> A <see cref="T:System.String"/> value specifying the name of the style to be found. </param> <value>A <see cref="T:DevExpress.Spreadsheet.Style"/> object representing the style with the specified name. </value> </member> <member name="M:DevExpress.Spreadsheet.StyleCollection.Remove(System.String)"> <summary> <para>Marks the style with the specified name as deleted, so it can no longer be applied to cells. </para> </summary> <param name="name"> A <see cref="T:System.String"/> value that specifies the name of the style (<see cref="P:DevExpress.Spreadsheet.Style.Name"/>) to be hidden in the collection. </param> <returns> </returns> </member> <member name="M:DevExpress.Spreadsheet.StyleCollection.Unhide(DevExpress.Spreadsheet.Style)"> <summary> <para>Restores the hidden style at its previous position in the collection. </para> </summary> <param name="style"> A <see cref="T:DevExpress.Spreadsheet.Style"/> object that is a cell style to be restored in the collection. </param> </member> <member name="T:DevExpress.Spreadsheet.WorksheetVisibilityType"> <summary> <para>Contains the values that specify worksheet visibility. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.WorksheetVisibilityType.Hidden"> <summary> <para>A worksheet is hidden. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.WorksheetVisibilityType.VeryHidden"> <summary> <para>A worksheet is hidden and cannot be unhidden via the user interface. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.WorksheetVisibilityType.Visible"> <summary> <para>A worksheet is visible. </para> </summary> </member> <member name="T:DevExpress.Spreadsheet.DefinedNameCollection"> <summary> <para>A collection of defined names stored in a worksheet or workbook. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.DefinedNameCollection.Add(System.String,System.String)"> <summary> <para>Adds a new defined name to the end of the collection and returns the newly created object. </para> </summary> <param name="name"> A string that specifies the name of a cell, cell range, formula or constant. Initializes the <see cref="P:DevExpress.Spreadsheet.DefinedName.Name"/> property of the created defined name. </param> <param name="refersTo"> A string that specifies a cell reference, formula or constant to be associated with the defined name. Initializes the <see cref="P:DevExpress.Spreadsheet.DefinedName.RefersTo"/> property of the created defined name. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.DefinedName"/> object that specifies the created defined name. </returns> </member> <member name="M:DevExpress.Spreadsheet.DefinedNameCollection.Clear"> <summary> <para>Removes all defined names from the collection. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.DefinedNameCollection.Contains(System.String)"> <summary> <para>Indicates whether the collection contains the defined name with the specified <see cref="P:DevExpress.Spreadsheet.DefinedName.Name"/> property value. </para> </summary> <param name="name"> A string that is the <see cref="P:DevExpress.Spreadsheet.DefinedName.Name"/> property value of the defined name to locate in the collection. </param> <returns><b>true</b>, if the collection contains the defined name; otherwise, <b>false</b>. </returns> </member> <member name="M:DevExpress.Spreadsheet.DefinedNameCollection.Contains(DevExpress.Spreadsheet.DefinedName)"> <summary> <para>Indicates whether the collection contains the specified defined name. </para> </summary> <param name="item"> A <see cref="T:DevExpress.Spreadsheet.DefinedName"/> object to locate in the collection. </param> <returns><b>true</b>, if the collection contains the defined name; otherwise, <b>false</b>. </returns> </member> <member name="M:DevExpress.Spreadsheet.DefinedNameCollection.GetDefinedName(System.String)"> <summary> <para>Returns the <see cref="T:DevExpress.Spreadsheet.DefinedName"/> object with the specified <see cref="P:DevExpress.Spreadsheet.DefinedName.Name"/> property value. </para> </summary> <param name="name"> A <see cref="T:System.String"/> value that is the name of the defined name to be found. This name is specified by the <see cref="P:DevExpress.Spreadsheet.DefinedName.Name"/> property. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.DefinedName"/> object that has the specified name. If no object with the specified name is found, an exception occurs. </returns> </member> <member name="M:DevExpress.Spreadsheet.DefinedNameCollection.IndexOf(DevExpress.Spreadsheet.DefinedName)"> <summary> <para>Returns the position of the defined name in the collection. </para> </summary> <param name="item"> A <see cref="T:DevExpress.Spreadsheet.DefinedName"/> object to locate in the collection. </param> <returns>A zero-based integer which specifies the defined name's position within the collection. <b>-1</b> if the defined name doesn't belong to the collection. </returns> </member> <member name="M:DevExpress.Spreadsheet.DefinedNameCollection.Remove(DevExpress.Spreadsheet.DefinedName)"> <summary> <para>Removes the specified defined name from the collection. </para> </summary> <param name="item"> A <see cref="T:DevExpress.Spreadsheet.DefinedName"/> object to be removed form the collection. </param> </member> <member name="M:DevExpress.Spreadsheet.DefinedNameCollection.Remove(System.String)"> <summary> <para>Removes the defined name with the specified name from the collection. </para> </summary> <param name="name"> A <see cref="T:System.String"/> value that specifies the name (<see cref="P:DevExpress.Spreadsheet.DefinedName.Name"/>) of the defined name to be removed from the collection. </param> </member> <member name="M:DevExpress.Spreadsheet.DefinedNameCollection.RemoveAt(System.Int32)"> <summary> <para>Removes the defined name at the specified index location from the current collection. </para> </summary> <param name="index"> A zero-based integer specifying the index of the defined name to be removed. It should be non-negative and less than the number of elements in the collection. </param> </member> <member name="T:DevExpress.Spreadsheet.Range"> <summary> <para>Defines a range of cells and serves as the base for the <see cref="T:DevExpress.Spreadsheet.Cell"/>, <see cref="T:DevExpress.Spreadsheet.CellCollection"/>, <see cref="T:DevExpress.Spreadsheet.Column"/> and <see cref="T:DevExpress.Spreadsheet.Row"/> interfaces. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.Range.ArrayFormula"> <summary> <para>Gets or sets the array formula associated with the cell or cell range. </para> </summary> <value>A string that is the array formula. </value> </member> <member name="P:DevExpress.Spreadsheet.Range.ArrayFormulaInvariant"> <summary> <para>Gets or sets the array formula in the invariant culture. </para> </summary> <value>A string that is the array formula in the invariant culture (English). </value> </member> <member name="M:DevExpress.Spreadsheet.Range.BeginUpdateFormatting"> <summary> <para>Starts modifying the cell range formatting. </para> </summary> <returns>A <see cref="T:DevExpress.Spreadsheet.Formatting"/> object representing the cell range formatting. </returns> </member> <member name="P:DevExpress.Spreadsheet.Range.BottomRowIndex"> <summary> <para>Gets the index of the row that includes the bottom edge of the cell range. </para> </summary> <value>An integer value specifying the zero-based index of the row. </value> </member> <member name="P:DevExpress.Spreadsheet.Range.ColumnCount"> <summary> <para>Gets the number of columns in the cell range. </para> </summary> <value>An integer that specifies the number of columns. </value> </member> <member name="P:DevExpress.Spreadsheet.Range.ColumnWidth"> <summary> <para>Gets or sets the width of columns that comprise the cell range in units of measurement used in the workbook. </para> </summary> <value>A <see cref="T:System.Double"/> value that is the column width in units of measurement that are in effect. </value> </member> <member name="P:DevExpress.Spreadsheet.Range.ColumnWidthInCharacters"> <summary> <para>Gets or sets the width of columns that contain the cell range in characters of the default font specified by the built-in <i>Normal</i> style. </para> </summary> <value>A <see cref="T:System.Double"/> value that is the number of characters that can be accommodated into the column width when the column is formatted with the built-in <i>Normal</i> style. </value> </member> <member name="M:DevExpress.Spreadsheet.Range.CopyFrom(DevExpress.Spreadsheet.Range,DevExpress.Spreadsheet.PasteSpecial)"> <summary> <para>Copies the source range of cells and pastes the specified part of the copied data into the current cell range. </para> </summary> <param name="source"> A <see cref="T:DevExpress.Spreadsheet.Range"/> object that specifies the cell range to be copied. </param> <param name="pasteOptions"> A <see cref="T:DevExpress.Spreadsheet.PasteSpecial"/> enumeration member that specifies which part of the copied data should be pasted into the current cell range. </param> </member> <member name="M:DevExpress.Spreadsheet.Range.CopyFrom(DevExpress.Spreadsheet.Range)"> <summary> <para>Copies the specified range of cells into the current range. </para> </summary> <param name="source"> A <see cref="T:DevExpress.Spreadsheet.Range"/> object that specifies the cell range to be copied. </param> </member> <member name="P:DevExpress.Spreadsheet.Range.CurrentRegion"> <summary> <para>Gets a range with non-empty cells surrounded by empty rows and columns. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.Range"/> object that is the area containing non-empty rows and columns. </value> </member> <member name="M:DevExpress.Spreadsheet.Range.EndUpdateFormatting(DevExpress.Spreadsheet.Formatting)"> <summary> <para>Finalizes the modification of the cell range formatting after calling the <see cref="M:DevExpress.Spreadsheet.Range.BeginUpdateFormatting"/> method. </para> </summary> <param name="newFormatting"> A <see cref="T:DevExpress.Spreadsheet.Formatting"/> object representing the cell range formatting. </param> </member> <member name="P:DevExpress.Spreadsheet.Range.FillColor"> <summary> <para>Gets or sets the cell background color. </para> </summary> <value>A <see cref="T:System.Drawing.Color"/> value that specifies the cell background color. </value> </member> <member name="P:DevExpress.Spreadsheet.Range.Formula"> <summary> <para>Gets or sets the formula contained in the cell or cell range. </para> </summary> <value>A string expression that represents a formula contained in the cell or cell range. It starts with an equal sign (=). </value> </member> <member name="P:DevExpress.Spreadsheet.Range.FormulaInvariant"> <summary> <para>Gets or sets the range formula in the invariant culture. </para> </summary> <value>A string that is the worksheet formula in the invariant culture (English). </value> </member> <member name="M:DevExpress.Spreadsheet.Range.GetMergedRanges"> <summary> <para>Returns merged ranges intersecting the current cell range. </para> </summary> <returns>A list of <see cref="T:DevExpress.Spreadsheet.Range"/> objects. </returns> </member> <member name="M:DevExpress.Spreadsheet.Range.GetRangeWithAbsoluteReference"> <summary> <para>Returns the copy of the source range with its reference replaced by the absolute reference. </para> </summary> <returns>A <see cref="T:DevExpress.Spreadsheet.Range"/> object with the absolute reference. </returns> </member> <member name="M:DevExpress.Spreadsheet.Range.GetRangeWithRelativeReference"> <summary> <para>Returns the copy of the source range with its reference replaced by the relative reference. </para> </summary> <returns>A <see cref="T:DevExpress.Spreadsheet.Range"/> object with the relative reference. </returns> </member> <member name="M:DevExpress.Spreadsheet.Range.GetReferenceA1"> <summary> <para>Gets the relative cell or cell range reference in the A1 reference style. </para> </summary> <returns>A <see cref="T:System.String"/> value that specifies the A1-style relative reference to a cell or range of cells. </returns> </member> <member name="M:DevExpress.Spreadsheet.Range.GetReferenceA1(DevExpress.Spreadsheet.ReferenceElement)"> <summary> <para>Gets the cell or cell range reference in the A1 reference style. </para> </summary> <param name="options"> A <see cref="T:DevExpress.Spreadsheet.ReferenceElement"/> enumeration values that specify whether to return the relative, absolute or mixed cell reference, and whether to precede it with the worksheet name. </param> <returns>A <see cref="T:System.String"/> value that specifies the A1-style reference to a cell or range of cells. </returns> </member> <member name="M:DevExpress.Spreadsheet.Range.GetReferenceR1C1(DevExpress.Spreadsheet.ReferenceElement,DevExpress.Spreadsheet.Cell)"> <summary> <para>Gets the cell or cell range reference in the R1C1 reference style. </para> </summary> <param name="options"> A <see cref="T:DevExpress.Spreadsheet.ReferenceElement"/> enumeration values that specify whether to return the relative, absolute or mixed cell reference, and whether to precede it with the worksheet name. </param> <param name="baseCell"> A <see cref="T:DevExpress.Spreadsheet.Cell"/> object that specifies the base cell relative to which the relative elements of the cell reference (row or column, or both) should be obtained, if the cell reference is relative or mixed. If the cell reference is absolute, pass <b>null</b> (<b>Nothing</b> in Visual Basic). </param> <returns>A <see cref="T:System.String"/> value that specifies the R1C1-style reference to a cell or range of cells. </returns> </member> <member name="M:DevExpress.Spreadsheet.Range.GetReferenceR1C1(DevExpress.Spreadsheet.ReferenceElement)"> <summary> <para>Gets the cell or cell range reference in the R1C1 reference style. </para> </summary> <param name="options"> A <see cref="T:DevExpress.Spreadsheet.ReferenceElement"/> enumeration values that specify whether to return the absolute or mixed cell reference, and whether to precede it with the worksheet name. </param> <returns>A <see cref="T:System.String"/> value that specifies the R1C1-style reference to a cell or range of cells. </returns> </member> <member name="M:DevExpress.Spreadsheet.Range.GetReferenceR1C1(DevExpress.Spreadsheet.Cell)"> <summary> <para>Gets the relative cell or cell range reference in the R1C1 reference style. </para> </summary> <param name="baseCell"> A <see cref="T:DevExpress.Spreadsheet.Cell"/> object that specifies the base cell relative to which the relative cell reference should be obtained. </param> <returns>A <see cref="T:System.String"/> value that specifies the R1C1-style relative reference to a cell or range of cells. </returns> </member> <member name="P:DevExpress.Spreadsheet.Range.HasArrayFormula"> <summary> <para>Determines whether the current cell or cell range intersects a range filled with an array formula. </para> </summary> <value><b>true</b>, if the current range intersects an array formula range; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.Spreadsheet.Range.HasFormula"> <summary> <para>Determines whether all cells in the range contain a formula. </para> </summary> <value><b>true</b>, if all cells in the range contain a formula; otherwise, <b>false</b>. </value> </member> <member name="M:DevExpress.Spreadsheet.Range.Intersect(DevExpress.Spreadsheet.Range)"> <summary> <para>Returns the cell range that is the intersection of the current and specified ranges. </para> </summary> <param name="other"> A <see cref="T:DevExpress.Spreadsheet.Range"/> object that specifies the cell range to be intersected. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.Range"/> object that is an intersection of two ranges. If ranges do not intersect, <b>null</b> (<b>Nothing</b> in Visual Basic) is returned. </returns> </member> <member name="M:DevExpress.Spreadsheet.Range.IsIntersecting(DevExpress.Spreadsheet.Range)"> <summary> <para>Indicates whether the current range intersects with the specified range. </para> </summary> <param name="other"> A <see cref="T:DevExpress.Spreadsheet.Range"/> object that specifies the range to be checked. </param> <returns><b>true</b> if ranges intersect; otherwise, <b>false</b>. </returns> </member> <member name="P:DevExpress.Spreadsheet.Range.IsMerged"> <summary> <para>Determines whether the range is created by merging cells. </para> </summary> <value><b>true</b>, if the range is a single merged cell; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.Spreadsheet.Range.Item(System.Int32)"> <summary> <para>Gets an individual cell by its index in the range of cells. </para> </summary> <param name="position"> A zero-based integer specifying the cell position in the range. If it's negative or exceeds the last available index, an exception is raised. </param> <value>A <see cref="T:DevExpress.Spreadsheet.Cell"/> object that specifies the cell located at the specified position in the range of cells. </value> </member> <member name="P:DevExpress.Spreadsheet.Range.Item(System.Int32,System.Int32)"> <summary> <para>Gets an individual cell by row and column offsets from the top left cell of the current range. </para> </summary> <param name="rowOffset"> A zero-based integer specifying the row offset relative to the top row of the range. </param> <param name="columnOffset"> A zero-based integer specifying the column offset relative to the left column of the range. </param> <value>A <see cref="T:DevExpress.Spreadsheet.Cell"/> object that specifies the cell located at the specified position relative to the range of cells. </value> </member> <member name="P:DevExpress.Spreadsheet.Range.LeftColumnIndex"> <summary> <para>Gets the index of the column that includes the left edge of the cell range. </para> </summary> <value>An integer value specifying the zero-based index of the column. </value> </member> <member name="M:DevExpress.Spreadsheet.Range.MoveTo(DevExpress.Spreadsheet.Range)"> <summary> <para>Moves a range to a specified location. </para> </summary> <param name="target"> A <see cref="T:DevExpress.Spreadsheet.Range"/> object that is the destination where the current range shall be moved. </param> </member> <member name="P:DevExpress.Spreadsheet.Range.Name"> <summary> <para>Gets or sets the name of the cell range. </para> </summary> <value>A <see cref="T:System.String"/> value that specifies the name associated with the cell range. </value> </member> <member name="M:DevExpress.Spreadsheet.Range.Offset(System.Int32,System.Int32)"> <summary> <para>Returns the cell range that is offset by the specified number of rows and columns from the current range. </para> </summary> <param name="rowCount"> An integer that specifies the number of rows by which the cell range should be offset (positive value - range is offset down, negative value - range is offset up, zero - range is not offset vertically). </param> <param name="columnCount"> An integer that specifies the number of columns by which the cell range should be offset (positive value - range is offset to the right, negative value - range is offset to the left, zero - range is not offset horizontally). </param> <returns>A <see cref="T:DevExpress.Spreadsheet.Range"/> object that specifies the copy of the current range (by size) which is offset. </returns> </member> <member name="P:DevExpress.Spreadsheet.Range.RightColumnIndex"> <summary> <para>Gets the index of the column that includes the right edge of the cell range. </para> </summary> <value>An integer value specifying the zero-based index of the column. </value> </member> <member name="P:DevExpress.Spreadsheet.Range.RowCount"> <summary> <para>Gets the number of rows in the cell range. </para> </summary> <value>An integer that specifies the number of rows. </value> </member> <member name="P:DevExpress.Spreadsheet.Range.RowHeight"> <summary> <para>Gets or sets the height of rows that contain the cell range. </para> </summary> <value>A <see cref="T:System.Double"/> value that is the row height in units of measurement that are in effect. </value> </member> <member name="M:DevExpress.Spreadsheet.Range.Search(System.String)"> <summary> <para>Performs a search in the cell range using default parameters. </para> </summary> <param name="text"> A <see cref="T:System.String"/> representing the search text. </param> <returns>An object implementing the <see cref="T:System.Collections.IEnumerable"/> interface which is the collection of cells that match the search term. </returns> </member> <member name="M:DevExpress.Spreadsheet.Range.Search(System.String,DevExpress.Spreadsheet.SearchOptions)"> <summary> <para>Performs a search in the cell range using specified options. </para> </summary> <param name="text"> A <see cref="T:System.String"/> representing the search text. </param> <param name="options"> A <see cref="T:DevExpress.Spreadsheet.SearchOptions"/> instance containing required search options. </param> <returns>An object implementing the <see cref="T:System.Collections.IEnumerable"/> interface which is the collection of cells that match the search term. </returns> </member> <member name="M:DevExpress.Spreadsheet.Range.SetInsideBorders(System.Drawing.Color,DevExpress.Spreadsheet.BorderLineStyle)"> <summary> <para>Sets all inside borders of the cell range. </para> </summary> <param name="color"> A <see cref="T:System.Drawing.Color"/> value specifying the line color of borders. </param> <param name="style"> A <see cref="T:DevExpress.Spreadsheet.BorderLineStyle"/> enumeration member specifying the line style of borders. </param> </member> <member name="M:DevExpress.Spreadsheet.Range.SetValue(System.Object)"> <summary> <para>Converts the specified object to the cell value. </para> </summary> <param name="value"> An object specifying the data to be assigned to the cell value. </param> </member> <member name="P:DevExpress.Spreadsheet.Range.Style"> <summary> <para>Gets or sets the style applied to the current range of cells. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.Style"/> object that specifies the cell style. If the range includes cells formatted in different styles, the <b>Style</b> property of this range object returns <i>null</i> (<i>Nothing</i> in VB). </value> </member> <member name="P:DevExpress.Spreadsheet.Range.TopRowIndex"> <summary> <para>Gets the index of the row that includes the top edge of the cell range. </para> </summary> <value>An integer value specifying the zero-based index of the row. </value> </member> <member name="P:DevExpress.Spreadsheet.Range.Value"> <summary> <para>Gets or sets a cell value. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.CellValue"/> object. </value> </member> <member name="P:DevExpress.Spreadsheet.Range.Worksheet"> <summary> <para>Gets the worksheet that contains the cell range. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.Worksheet"/> object that specifies the worksheet that contains the range of cells. </value> </member> <member name="T:DevExpress.Spreadsheet.BeforeImportEventHandler"> <summary> <para>A method that will handle the <see cref="E:DevExpress.Spreadsheet.ISpreadsheetComponent.BeforeImport"/> event. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.BeforeImportEventHandler.Invoke(System.Object,DevExpress.Spreadsheet.SpreadsheetBeforeImportEventArgs)"> <summary> <para>A method that will handle the <b>BeforeImport</b> event of the SpreadsheetControl. </para> </summary> <param name="sender"> The event source. This parameter identifies the SpreadsheetControl which raised the event. </param> <param name="e"> A <see cref="T:DevExpress.Spreadsheet.SpreadsheetBeforeImportEventArgs"/> object which contains event data. </param> </member> <member name="T:DevExpress.Spreadsheet.Formulas.EqualityExpression"> <summary> <para>The equality operator. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.Formulas.EqualityExpression.#ctor(DevExpress.Spreadsheet.Formulas.IExpression,DevExpress.Spreadsheet.Formulas.IExpression)"> <summary> <para>Initializes a new instance of the EqualityExpression class with the specified settings. </para> </summary> <param name="leftExpression"> An <see cref="T:DevExpress.Spreadsheet.Formulas.IExpression"/> object specifying the left operand. </param> <param name="rightExpression"> An <see cref="T:DevExpress.Spreadsheet.Formulas.IExpression"/> object specifying the right operand. </param> </member> <member name="M:DevExpress.Spreadsheet.Formulas.EqualityExpression.Clone"> <summary> <para>Creates a copy of the current EqualityExpression object. </para> </summary> <returns>A EqualityExpression object which is a copy of the current object. </returns> </member> <member name="M:DevExpress.Spreadsheet.Formulas.EqualityExpression.CopyFrom(DevExpress.Spreadsheet.Formulas.EqualityExpression)"> <summary> <para>Copies the appropriate properties of the specified object into the current instance of the <b>EqualityExpression</b> class. </para> </summary> <param name="value"> A EqualityExpression class instance, representing the source object for copying. </param> </member> <member name="P:DevExpress.Spreadsheet.Formulas.EqualityExpression.OperatorText"> <summary> <para>Gets the symbols that designate the operation. </para> </summary> <value>Returns the "=" string. </value> </member> <member name="M:DevExpress.Spreadsheet.Formulas.EqualityExpression.Visit(DevExpress.Spreadsheet.Formulas.IExpressionVisitor)"> <summary> <para>Calls the visitor delegate on the expression. </para> </summary> <param name="visitor"> A <b>DevExpress.Spreadsheet.Formulas.IExpressionVisitor</b> object that is the expression visitor. </param> </member> <member name="T:DevExpress.Spreadsheet.SpreadsheetImageSource"> <summary> <para>An object that provides an image for the spreadsheet. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.SpreadsheetImageSource.FromFile(System.String)"> <summary> <para>Creates an image source object from the specified file. </para> </summary> <param name="fileName"> A string that contains the path to a file from which to create the image. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.SpreadsheetImageSource"/> object representing the image in the spreadsheet. </returns> </member> <member name="M:DevExpress.Spreadsheet.SpreadsheetImageSource.FromImage(System.Drawing.Image)"> <summary> <para>Creates an image source object from the specified image. </para> </summary> <param name="image"> An <see cref="T:System.Drawing.Image"/> object. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.SpreadsheetImageSource"/> object representing the image in the spreadsheet. </returns> </member> <member name="M:DevExpress.Spreadsheet.SpreadsheetImageSource.FromStream(System.IO.Stream)"> <summary> <para>Creates an image source object from the specified data stream. </para> </summary> <param name="stream"> A <see cref="T:System.IO.Stream"/> containing image data. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.SpreadsheetImageSource"/> object representing the image in the spreadsheet. </returns> </member> <member name="M:DevExpress.Spreadsheet.SpreadsheetImageSource.FromUri(System.String,System.ComponentModel.Design.IServiceContainer)"> <summary> <para>Creates an image source object from the specified URI string. </para> </summary> <param name="uri"> A string of characters identifying the resource in the Internet that can be interpreted as an image. </param> <param name="serviceContainer"> An object providing the <see cref="T:DevExpress.Office.Services.IUriStreamService"/> interface which allows obtaining a data stream for a specified URI. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.SpreadsheetImageSource"/> object representing the image in the spreadsheet. </returns> </member> <member name="T:DevExpress.Spreadsheet.DocumentFormat"> <summary> <para>A document format. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.DocumentFormat.#ctor(System.Int32)"> <summary> <para>Initializes a new instance of the DocumentFormat structure with the specified value. </para> </summary> <param name="value"> An integer value specifying the initial value for the document format. </param> </member> <member name="F:DevExpress.Spreadsheet.DocumentFormat.Csv"> <summary> <para>The CSV format (Comma-Separated Values) - the file format to store tabular data as plain text using commas as separators between cells. </para> </summary> <returns> [To be supplied] </returns> </member> <member name="M:DevExpress.Spreadsheet.DocumentFormat.Equals(System.Object)"> <summary> <para>Determines whether the specified object is equal to the current DocumentFormat instance. </para> </summary> <param name="obj"> The object to compare to the current object. </param> <returns><b>true</b> if the specified object is equal to the current DocumentFormat instance; otherwise <b>false</b>. </returns> </member> <member name="M:DevExpress.Spreadsheet.DocumentFormat.GetHashCode"> <summary> <para>Gets the hash code (a number) that corresponds to the value of the current DocumentFormat object. </para> </summary> <returns>An integer value that is the hash code for the current object. </returns> </member> <member name="F:DevExpress.Spreadsheet.DocumentFormat.OpenXml"> <summary> <para>The OpenXML file format (aka default MS Excel 2007 format or .xlsx). </para> </summary> <returns> [To be supplied] </returns> </member> <member name="F:DevExpress.Spreadsheet.DocumentFormat.Text"> <summary> <para>The TXT format (Tab Delimited) - the file format to store tabular data as plain text using tab characters as separators between cells. </para> </summary> <returns> [To be supplied] </returns> </member> <member name="M:DevExpress.Spreadsheet.DocumentFormat.ToString"> <summary> <para>Returns a human-readable string that represents the DocumentFormat object. </para> </summary> <returns>A <see cref="T:System.String"/> value that represents the DocumentFormat object. </returns> </member> <member name="F:DevExpress.Spreadsheet.DocumentFormat.Undefined"> <summary> <para>The document format is undefined. </para> </summary> <returns> [To be supplied] </returns> </member> <member name="F:DevExpress.Spreadsheet.DocumentFormat.Xls"> <summary> <para>MS Excel 97-2003 binary file format. </para> </summary> <returns> [To be supplied] </returns> </member> <member name="F:DevExpress.Spreadsheet.DocumentFormat.Xlsm"> <summary> <para>The OpenXML file format with macro support. </para> </summary> <returns> [To be supplied] </returns> </member> <member name="T:DevExpress.Spreadsheet.Row"> <summary> <para>A single row in a worksheet. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.Row.AutoFit"> <summary> <para>Adjusts the row height to accommodate cell content. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.Row.Delete"> <summary> <para>Deletes a row from a worksheet. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.Row.GroupLevel"> <summary> <para>Gets the grouping level of the affected row. </para> </summary> <value>An integer that specifies the grouping level of the row. This value is between 0 and 7. </value> </member> <member name="P:DevExpress.Spreadsheet.Row.Heading"> <summary> <para>Gets the heading of the individual row on a worksheet. </para> </summary> <value>A string value that is a number representing the row heading. </value> </member> <member name="P:DevExpress.Spreadsheet.Row.Height"> <summary> <para>Gets or sets the row height in units of measurement used in the workbook. </para> </summary> <value>A <see cref="T:System.Double"/> value that is the row height in units of measurement that are in effect. </value> </member> <member name="P:DevExpress.Spreadsheet.Row.Index"> <summary> <para>Gets the zero-based index of the row within the worksheet's <see cref="T:DevExpress.Spreadsheet.RowCollection"/>. </para> </summary> <value>An integer specifying the position of the row in the worksheet. </value> </member> <member name="M:DevExpress.Spreadsheet.Row.Insert"> <summary> <para>Inserts a new row into the worksheet. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.Row.Item(System.Int32)"> <summary> <para>Provides access to an individual cell located at the intersection of the current row and the specified column. </para> </summary> <param name="columnIndex"> An integer that is the zero-based index of the column. </param> <value>A <see cref="T:DevExpress.Spreadsheet.Cell"/> object that is the cell at the specified column. </value> </member> <member name="P:DevExpress.Spreadsheet.Row.Item(System.String)"> <summary> <para>Provides access to an individual cell located at the intersection of the current row and the specified column. </para> </summary> <param name="columnHeading"> A string that specifies the column heading in the A1 reference style (the letter or combination of letters, for example, "A", "B", "C",...,"XFD"). </param> <value>A <see cref="T:DevExpress.Spreadsheet.Cell"/> object that is the cell at the specified column. </value> </member> <member name="P:DevExpress.Spreadsheet.Row.Visible"> <summary> <para>Gets or sets whether the row is visible or hidden. </para> </summary> <value><b>true</b> if the row is visible; otherwise <b>false</b> </value> </member> <member name="T:DevExpress.Spreadsheet.RowCollection"> <summary> <para>A collection of all rows in a worksheet. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.RowCollection.AutoFit(System.Int32,System.Int32)"> <summary> <para>Adjusts the height of rows to accommodate cell content. </para> </summary> <param name="first"> An integer value specifying the zero-based index of the first row to be automatically resized. </param> <param name="last"> An integer value specifying the zero-based index of the last row to be automatically resized. </param> </member> <member name="M:DevExpress.Spreadsheet.RowCollection.Group(System.Int32,System.Int32,System.Boolean)"> <summary> <para>Groups the specified rows on a worksheet. </para> </summary> <param name="first"> A zero-based integer representing the index of the first row to be grouped. </param> <param name="last"> A zero-based integer representing the index of the last row to be grouped. </param> <param name="collapse"> <b>true</b>, if the created group is collapsed; otherwise, <b>false</b>. </param> </member> <member name="M:DevExpress.Spreadsheet.RowCollection.Insert(System.Int32)"> <summary> <para>Inserts a new row into the worksheet at the specified position. </para> </summary> <param name="index"> An integer specifying the zero-based index of the position where a new row shall be inserted. If it is negative or exceeds the last available index (1048575), an exception is raised. </param> </member> <member name="M:DevExpress.Spreadsheet.RowCollection.Insert(System.Int32,System.Int32)"> <summary> <para>Inserts multiple rows into the worksheet. </para> </summary> <param name="index"> An integer specifying the zero-based index of the position where new rows shall be inserted. If it is negative or exceeds the last available index (1048575), an exception is raised. </param> <param name="count"> An integer specifying the number of rows to be inserted. </param> </member> <member name="P:DevExpress.Spreadsheet.RowCollection.Item(System.String)"> <summary> <para>Provides access to individual rows in the collection by their headings. </para> </summary> <param name="rowHeading"> A string that specifies the heading of the row to be obtained (for example, "1", "2", "3", etc.). This value matches the value of the row's <see cref="P:DevExpress.Spreadsheet.Row.Heading"/> property. </param> <value>A <see cref="T:DevExpress.Spreadsheet.Row"/> object that is a row with the specified heading. </value> </member> <member name="P:DevExpress.Spreadsheet.RowCollection.Item(System.Int32)"> <summary> <para>Provides indexed access to individual rows in the collection. </para> </summary> <param name="rowIndex"> A zero-based integer specifying the desired row's position within the collection. If it's negative or exceeds the last available index (a worksheet limits the number of rows to 1048576), an exception is raised. </param> <value>A <see cref="T:DevExpress.Spreadsheet.Row"/> object which specifies the row at the specified position. </value> </member> <member name="P:DevExpress.Spreadsheet.RowCollection.LastUsedIndex"> <summary> <para>Gets the index of the last edited row on a worksheet. </para> </summary> <value>A zero-based integer representing the index of the last modified row on a worksheet. </value> </member> <member name="M:DevExpress.Spreadsheet.RowCollection.Remove(System.Int32)"> <summary> <para>Removes the row at the specified position from the worksheet. </para> </summary> <param name="index"> An integer specifying the zero-based index of the row to be removed. If it is negative or exceeds the last available index (1048575), an exception is raised. </param> </member> <member name="M:DevExpress.Spreadsheet.RowCollection.Remove(System.Int32,System.Int32)"> <summary> <para>Removes multiple rows from the worksheet. </para> </summary> <param name="index"> An integer specifying the zero-based index of the first row to be removed. If it is negative or exceeds the last available index (1048575), an exception is raised. </param> <param name="count"> An integer specifying the number of rows to be removed. </param> </member> <member name="M:DevExpress.Spreadsheet.RowCollection.UnGroup(System.Int32,System.Int32,System.Boolean)"> <summary> <para>Ungroups the grouped rows on a worksheet. </para> </summary> <param name="first"> A zero-based integer representing the index of the first row to be ungrouped. </param> <param name="last"> A zero-based integer representing the index of the last row to be ungrouped. </param> <param name="unhideCollapsed"> <b>true</b>, if the collapsed rows are displayed after ungrouping; otherwise, <b>false</b>. </param> </member> <member name="T:DevExpress.Spreadsheet.CellCollection"> <summary> <para>A collection of all cells in a worksheet. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.CellCollection.Item(System.String)"> <summary> <para>Gets an individual cell by its reference string. </para> </summary> <param name="position"> A string that specifies a reference to a cell in the A1 reference style. </param> <value>A <see cref="T:DevExpress.Spreadsheet.Cell"/> object. </value> </member> <member name="T:DevExpress.Spreadsheet.Cell"> <summary> <para>A single cell in a worksheet. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.Cell.ColumnIndex"> <summary> <para>Gets the index of the column that contains the current cell. </para> </summary> <value>A zero-based integer value that specifies the index of the column containing the current cell. </value> </member> <member name="P:DevExpress.Spreadsheet.Cell.DisplayText"> <summary> <para>Gets the string that specifies the formatted cell value as it is displayed. </para> </summary> <value>A <see cref="T:System.String"/> value that specifies the cell's display text. </value> </member> <member name="M:DevExpress.Spreadsheet.Cell.GetArrayFormulaRange"> <summary> <para>Gets the entire range filled with an array formula, if the cell belongs to that range. </para> </summary> <returns>A <see cref="T:DevExpress.Spreadsheet.Range"/> of cells filled with an array formula, or <b>null</b> if the current cell does not belong to that range. </returns> </member> <member name="P:DevExpress.Spreadsheet.Cell.HasQuotePrefix"> <summary> <para>Indicates whether or not the cell value is prefixed with a single quote. </para> </summary> <value><b>true</b>, if the cell value contains a leading quote; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.Spreadsheet.Cell.IsDisplayedAsDateTime"> <summary> <para>Indicates whether a numeric value contained in the cell is displayed as a date and time value. </para> </summary> <value><b>true</b>, if a date and time format is applied to the cell; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.Spreadsheet.Cell.IsTopLeftCellInArrayFormulaRange"> <summary> <para>Indicates whether the current cell is the top left cell in the array formula range. </para> </summary> <value><b>true</b>, if the current cell is the top left cell in the array formula range; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.Spreadsheet.Cell.RowIndex"> <summary> <para>Gets the index of the row that contains the current cell. </para> </summary> <value>A zero-based integer value that specifies the index of the row containing the current cell. </value> </member> <member name="P:DevExpress.Spreadsheet.Cell.Tag"> <summary> <para>Gets or sets custom data associated with the current cell. </para> </summary> <value>A System.Object that contains information closely associated with the cell. </value> </member> <member name="T:DevExpress.Spreadsheet.WorksheetCollection"> <summary> <para>A collection of worksheets contained in a workbook. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.WorksheetCollection.ActiveWorksheet"> <summary> <para>Gets or sets the currently active worksheet within a workbook. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.Worksheet"/> object that specifies the active worksheet. </value> </member> <member name="M:DevExpress.Spreadsheet.WorksheetCollection.Add"> <summary> <para>Creates a new worksheet and appends it to the end of the collection. </para> </summary> <returns>A <see cref="T:DevExpress.Spreadsheet.Worksheet"/> object that specifies the new worksheet. </returns> </member> <member name="M:DevExpress.Spreadsheet.WorksheetCollection.Add(System.String)"> <summary> <para>Creates a new worksheet under the specified name and appends it to the end of the collection. </para> </summary> <param name="name"> A <see cref="T:System.String"/> value that specifies the worksheet name. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.Worksheet"/> object that specifies the new worksheet. </returns> </member> <member name="M:DevExpress.Spreadsheet.WorksheetCollection.Contains(DevExpress.Spreadsheet.Worksheet)"> <summary> <para>Determines whether the collection contains the specified worksheet. </para> </summary> <param name="worksheet"> A <see cref="T:DevExpress.Spreadsheet.Worksheet"/> object to locate in the collection. </param> <returns><b>true</b>, if the collection contains the specified worksheet; otherwise, <b>false</b>. </returns> </member> <member name="M:DevExpress.Spreadsheet.WorksheetCollection.Contains(System.String)"> <summary> <para>Determines whether the collection contains a worksheet under the specified name. </para> </summary> <param name="name"> A string specifying the name of the worksheet to locate in the collection. </param> <returns><b>true</b>, if the collection contains the worksheet under the specified name; otherwise, <b>false</b>. </returns> </member> <member name="M:DevExpress.Spreadsheet.WorksheetCollection.IndexOf(DevExpress.Spreadsheet.Worksheet)"> <summary> <para>Returns the zero-based index of the specified worksheet in the collection. </para> </summary> <param name="worksheet"> A <see cref="T:DevExpress.Spreadsheet.Worksheet"/> object to locate in the collection. </param> <returns>An integer that is the index of a worksheet in a collection. </returns> </member> <member name="M:DevExpress.Spreadsheet.WorksheetCollection.Insert(System.Int32)"> <summary> <para>Creates a new worksheet and appends it to the collection at the specified position. </para> </summary> <param name="index"> A zero-based integer which specifies the position at which the new worksheet should be inserted. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.Worksheet"/> object that specifies the created worksheet. </returns> </member> <member name="M:DevExpress.Spreadsheet.WorksheetCollection.Insert(System.Int32,System.String)"> <summary> <para>Creates a new worksheet under the specified name and appends it to the collection at the specified position. </para> </summary> <param name="index"> A zero-based integer which specifies the position at which the new worksheet should be inserted. </param> <param name="name"> A <see cref="T:System.String"/> value that specifies the worksheet name. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.Worksheet"/> object that specifies the created worksheet. </returns> </member> <member name="P:DevExpress.Spreadsheet.WorksheetCollection.Item(System.String)"> <summary> <para>Gets a worksheet by its name. </para> </summary> <param name="name"> A <see cref="T:System.String"/> value that specifies the name of the worksheet to get. </param> <value>A <see cref="T:DevExpress.Spreadsheet.Worksheet"/> object that is the worksheet with the specified name. </value> </member> <member name="M:DevExpress.Spreadsheet.WorksheetCollection.Remove(DevExpress.Spreadsheet.Worksheet)"> <summary> <para>Removes the specified worksheet from the collection. </para> </summary> <param name="worksheet"> A <see cref="T:DevExpress.Spreadsheet.Worksheet"/> object specifying a worksheet to be removed from a workbook. </param> </member> <member name="M:DevExpress.Spreadsheet.WorksheetCollection.RemoveAt(System.Int32)"> <summary> <para>Removes the worksheet at the specified position from the collection. </para> </summary> <param name="index"> An integer that is the zero-based index of a worksheet to be deleted from a workbook. </param> </member> <member name="T:DevExpress.Spreadsheet.Worksheet"> <summary> <para>A worksheet in a workbook. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.Worksheet.ActiveView"> <summary> <para>Provides access to an object that contains options to display and print a worksheet. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.WorksheetView"/> object. </value> </member> <member name="M:DevExpress.Spreadsheet.Worksheet.AddPrintRange(DevExpress.Spreadsheet.Range)"> <summary> <para>Extends print range by merging with the specified range. </para> </summary> <param name="range"> A <see cref="T:DevExpress.Spreadsheet.Range"/> object that is the worksheet range to print. </param> </member> <member name="P:DevExpress.Spreadsheet.Worksheet.ArrayFormulas"> <summary> <para>Obtains a collection of array formulas in a current worksheet. </para> </summary> <value>An <see cref="T:DevExpress.Spreadsheet.ArrayFormulaCollection"/> instance that is a collection of <see cref="T:DevExpress.Spreadsheet.ArrayFormula"/> objects. </value> </member> <member name="P:DevExpress.Spreadsheet.Worksheet.Cells"> <summary> <para>Provides access to the collection of all cells contained in the worksheet. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.CellCollection"/> object specifying the worksheet's collection of cells. </value> </member> <member name="P:DevExpress.Spreadsheet.Worksheet.Charts"> <summary> <para>Provides access to a collection of charts in a worksheet. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.Charts.ChartCollection"/> object that contains all the charts in a worksheet. </value> </member> <member name="M:DevExpress.Spreadsheet.Worksheet.Clear(DevExpress.Spreadsheet.Range)"> <summary> <para>Removes cell content, formatting, hyperlinks and comments. </para> </summary> <param name="range"> A <see cref="T:DevExpress.Spreadsheet.Range"/> object specifying the cell range to clear. </param> </member> <member name="M:DevExpress.Spreadsheet.Worksheet.ClearComments(DevExpress.Spreadsheet.Range)"> <summary> <para>Removes cell comments. </para> </summary> <param name="range"> A <see cref="T:DevExpress.Spreadsheet.Range"/> object specifying the cell range to clear. </param> </member> <member name="M:DevExpress.Spreadsheet.Worksheet.ClearContents(DevExpress.Spreadsheet.Range)"> <summary> <para>Removes cell content. </para> </summary> <param name="range"> A <see cref="T:DevExpress.Spreadsheet.Range"/> object specifying the cell range to clear. </param> </member> <member name="M:DevExpress.Spreadsheet.Worksheet.ClearFormats(DevExpress.Spreadsheet.Range)"> <summary> <para>Removes cell formatting. </para> </summary> <param name="range"> A <see cref="T:DevExpress.Spreadsheet.Range"/> object specifying the cell range to clear. </param> </member> <member name="M:DevExpress.Spreadsheet.Worksheet.ClearHyperlinks(DevExpress.Spreadsheet.Range)"> <summary> <para>Removes cell hyperlinks. </para> </summary> <param name="range"> A <see cref="T:DevExpress.Spreadsheet.Range"/> object specifying the cell range to clear. </param> </member> <member name="M:DevExpress.Spreadsheet.Worksheet.ClearPrintRange"> <summary> <para>Clears the print area in the current worksheet. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.Worksheet.Columns"> <summary> <para>Provides access to the collection of all columns contained in the worksheet. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.ColumnCollection"/> object specifying the worksheet's collection of columns. </value> </member> <member name="P:DevExpress.Spreadsheet.Worksheet.Comments"> <summary> <para>Provides access to the collection of all cell comments contained in the worksheet. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.CommentCollection"/> object specifying the worksheet's collection of cell comments. </value> </member> <member name="P:DevExpress.Spreadsheet.Worksheet.Comparers"> <summary> <para>Provides access to default comparers used to sort cell values in ascending and descending order. </para> </summary> <value>A DevExpress.Spreadsheet.IComparers container for default comparers. </value> </member> <member name="P:DevExpress.Spreadsheet.Worksheet.ConditionalFormattings"> <summary> <para>Provides access to the collection of all conditional formatting rules on a worksheet. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingCollection"/> collection that stores all conditional formatting rules specified on a worksheet. </value> </member> <member name="M:DevExpress.Spreadsheet.Worksheet.CopyFrom(DevExpress.Spreadsheet.Worksheet)"> <summary> <para>Duplicates the properties of the specified Worksheet object into the current instance. </para> </summary> <param name="source"> A <see cref="T:DevExpress.Spreadsheet.Worksheet"/> object that specifies the source worksheet for copying. </param> </member> <member name="M:DevExpress.Spreadsheet.Worksheet.CreateConditionalFormattingExtremumValue(DevExpress.Spreadsheet.ConditionalFormattingValueType,System.String)"> <summary> <para>Specifies the maximum or minimum threshold value for the conditional formatting rule. </para> </summary> <param name="valueType"> One of the <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingValueType"/> enumeration values. </param> <param name="value"> A string that is the threshold value. </param> <returns>The <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingExtremumValue"/> object that defines the threshold value and its <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingValueType"/> type. </returns> </member> <member name="M:DevExpress.Spreadsheet.Worksheet.CreateConditionalFormattingExtremumValue"> <summary> <para>Specifies the maximum or minimum threshold value for the conditional formatting rule. </para> </summary> <returns>The <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingExtremumValue"/> object that defines the threshold value and its <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingValueType"/> type. </returns> </member> <member name="M:DevExpress.Spreadsheet.Worksheet.CreateConditionalFormattingIconSetInsideValue(DevExpress.Spreadsheet.ConditionalFormattingValueType,System.String,DevExpress.Spreadsheet.ConditionalFormattingValueOperator)"> <summary> <para>Specifies the threshold value for the icon set conditional formatting rule. </para> </summary> <param name="valueType"> One of the <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingValueType"/> enumeration values. </param> <param name="value"> A string that is the threshold value. </param> <param name="comparisonOperator"> One of the <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingValueOperator"/> enumeration values. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingIconSetInsideValue"/> object that defines the threshold value and its <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingValueType"/> type. </returns> </member> <member name="M:DevExpress.Spreadsheet.Worksheet.CreateConditionalFormattingInsideValue(DevExpress.Spreadsheet.ConditionalFormattingValueType,System.String)"> <summary> <para>Specifies the threshold value for the conditional formatting rule. </para> </summary> <param name="valueType"> One of the <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingValueType"/> enumeration values. </param> <param name="value"> A string that is the threshold value. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingInsideValue"/> object that defines the threshold value and its <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingValueType"/> type. </returns> </member> <member name="P:DevExpress.Spreadsheet.Worksheet.DefaultColumnWidth"> <summary> <para>Gets or sets the default column width in units of measurement used in the workbook. </para> </summary> <value>A <see cref="T:System.Double"/> value that is a column width in units of measurement that are in effect. </value> </member> <member name="P:DevExpress.Spreadsheet.Worksheet.DefaultColumnWidthInCharacters"> <summary> <para>Gets or sets the default column width in characters of the default font specified by the built-in <i>Normal</i> style. </para> </summary> <value>A <see cref="T:System.Double"/> value that is the number of characters that can be accommodated in a column width when a column is formatted with the built-in <i>Normal</i> style. </value> </member> <member name="P:DevExpress.Spreadsheet.Worksheet.DefaultColumnWidthInPixels"> <summary> <para>Gets or sets the default column width in pixels. </para> </summary> <value>An integer value that is a column width in pixels. </value> </member> <member name="P:DevExpress.Spreadsheet.Worksheet.DefaultRowHeight"> <summary> <para>Gets or sets the default height of worksheet rows. </para> </summary> <value>A <see cref="T:System.Double"/> value that is the row height in units of measurement that are in effect. </value> </member> <member name="P:DevExpress.Spreadsheet.Worksheet.DefinedNames"> <summary> <para>Gets the collection of defined names whose scope is the current worksheet. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.DefinedNameCollection"/> collection of a worksheet's defined names. </value> </member> <member name="M:DevExpress.Spreadsheet.Worksheet.DeleteCells(DevExpress.Spreadsheet.Range)"> <summary> <para>Deletes cells from a worksheet, shifting other cells in the same row to the left. </para> </summary> <param name="range"> A <see cref="T:DevExpress.Spreadsheet.Range"/> object specifying a cell range to be deleted. </param> </member> <member name="M:DevExpress.Spreadsheet.Worksheet.DeleteCells(DevExpress.Spreadsheet.Range,DevExpress.Spreadsheet.DeleteMode)"> <summary> <para>Deletes cells from the worksheet. </para> </summary> <param name="range"> A <see cref="T:DevExpress.Spreadsheet.Range"/> object specifying a cell range to be deleted from the worksheet. </param> <param name="mode"> A <see cref="T:DevExpress.Spreadsheet.DeleteMode"/> enumeration member specifying in which direction to shift other cells. </param> </member> <member name="M:DevExpress.Spreadsheet.Worksheet.FreezeColumns(System.Int32)"> <summary> <para>Freezes the specified number of columns on the left side of the worksheet. </para> </summary> <param name="columnOffset"> An integer value that specifies the zero-based offset of the last column to be frozen relative to the first column in a worksheet. </param> </member> <member name="M:DevExpress.Spreadsheet.Worksheet.FreezeColumns(System.Int32,DevExpress.Spreadsheet.Range)"> <summary> <para>Freezes the specified number of columns to the right of the specified cell, including the column that contains this cell. </para> </summary> <param name="columnOffset"> An integer value that specifies the zero-based offset of the last column to be frozen relative to the column that contains the specified cell (the <i>topLeft</i> parameter). </param> <param name="topLeft"> A <see cref="T:DevExpress.Spreadsheet.Range"/> object that specifies a cell (or top left cell of the cell range) contained in a column from where freezing columns shall start. </param> </member> <member name="M:DevExpress.Spreadsheet.Worksheet.FreezePanes(System.Int32,System.Int32,DevExpress.Spreadsheet.Range)"> <summary> <para>Freezes the specified number of rows and columns below and to the right of the specified cell, including the row and column containing this cell. </para> </summary> <param name="rowOffset"> An integer value that specifies the zero-based offset of the last row to be frozen relative to the row that contains the specified cell (the <i>topLeft</i> parameter). </param> <param name="columnOffset"> An integer value that specifies the zero-based offset of the last column to be frozen relative to the column that contains the specified cell (the <i>topLeft</i> parameter). </param> <param name="topLeft"> A <see cref="T:DevExpress.Spreadsheet.Range"/> object that specifies a cell (or top left cell of the cell range) from where freezing rows and columns shall start. </param> </member> <member name="M:DevExpress.Spreadsheet.Worksheet.FreezePanes(System.Int32,System.Int32)"> <summary> <para>Freezes the specified number of rows and columns at the top and on the left side of the worksheet. </para> </summary> <param name="rowOffset"> An integer value that specifies the zero-based offset of the last row to be frozen relative to the first row in a worksheet. </param> <param name="columnOffset"> An integer value that specifies the zero-based offset of the last column to be frozen relative to the first column in a worksheet. </param> </member> <member name="M:DevExpress.Spreadsheet.Worksheet.FreezeRows(System.Int32)"> <summary> <para>Freezes the specified number of rows at the top of the worksheet. </para> </summary> <param name="rowOffset"> An integer value that specifies the zero-based offset of the last row to be frozen relative to the first row in a worksheet. </param> </member> <member name="M:DevExpress.Spreadsheet.Worksheet.FreezeRows(System.Int32,DevExpress.Spreadsheet.Range)"> <summary> <para>Freezes the specified number of rows below the specified cell, including the row that contains this cell. </para> </summary> <param name="rowOffset"> An integer value that specifies the zero-based offset of the last row to be frozen relative to the row that contains the specified cell (the <i>topLeft</i> parameter). </param> <param name="topLeft"> A <see cref="T:DevExpress.Spreadsheet.Range"/> object that specifies a cell (or top left cell of the cell range) contained in a row from where freezing rows shall start. </param> </member> <member name="M:DevExpress.Spreadsheet.Worksheet.GetDataRange"> <summary> <para>Gets the worksheet range that encompasses non-empty cells (i.e., cells containing data). </para> </summary> <returns>A <see cref="T:DevExpress.Spreadsheet.Range"/> which encompasses all cells containing data in a worksheet. </returns> </member> <member name="M:DevExpress.Spreadsheet.Worksheet.GetExistingCells"> <summary> <para>Gets existing cells, i.e., cells which have been actually modified. </para> </summary> <returns>An Enumerator that supports iteration over the cell collection. </returns> </member> <member name="M:DevExpress.Spreadsheet.Worksheet.GetPrintableRange"> <summary> <para>Calculates a worksheet range that can be printed. </para> </summary> <returns>A <see cref="T:DevExpress.Spreadsheet.Range"/> object that is the printable worksheet range. </returns> </member> <member name="M:DevExpress.Spreadsheet.Worksheet.GetPrintableRange(System.Boolean)"> <summary> <para>Calculates a worksheet range that can be printed with respect to the specified print area. </para> </summary> <param name="usePrintAreaDefinedName"> <b>true</b>, to take into account the print area defined by the <b>_xlnm.Print_Area</b> name; otherwise, <b>false</b>. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.Range"/> object that is the printable worksheet range. </returns> </member> <member name="M:DevExpress.Spreadsheet.Worksheet.GetSelectedRanges"> <summary> <para>Returns cell ranges currently selected in the worksheet. </para> </summary> <returns>A list of the <see cref="T:DevExpress.Spreadsheet.Range"/> objects. </returns> </member> <member name="M:DevExpress.Spreadsheet.Worksheet.GetSelectedShapes"> <summary> <para>Returns shapes currently selected in the worksheet. </para> </summary> <returns>A list of the <see cref="T:DevExpress.Spreadsheet.Shape"/> objects. </returns> </member> <member name="M:DevExpress.Spreadsheet.Worksheet.GetUsedRange"> <summary> <para>Gets the used range on the specified worksheet. </para> </summary> <returns>A <see cref="T:DevExpress.Spreadsheet.Range"/> object that is the range of cells. </returns> </member> <member name="P:DevExpress.Spreadsheet.Worksheet.HeaderFooterOptions"> <summary> <para>Provides access to options which determine the worksheet header and footer characteristics. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.WorksheetHeaderFooterOptions"/> object containing options specific to headers and footers. </value> </member> <member name="P:DevExpress.Spreadsheet.Worksheet.Hyperlinks"> <summary> <para>Provides access to the collection of hyperlinks contained in the worksheet. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.HyperlinkCollection"/> object specifying the worksheet's collection of hyperlinks. </value> </member> <member name="P:DevExpress.Spreadsheet.Worksheet.Index"> <summary> <para>Gets the worksheet index within the workbook's <see cref="T:DevExpress.Spreadsheet.WorksheetCollection"/> collection. </para> </summary> <value>An integer value specifying a zero-based index of the worksheet. </value> </member> <member name="M:DevExpress.Spreadsheet.Worksheet.InsertCells(DevExpress.Spreadsheet.Range,DevExpress.Spreadsheet.InsertCellsMode)"> <summary> <para>Inserts new cells in the worksheet. </para> </summary> <param name="range"> A <see cref="T:DevExpress.Spreadsheet.Range"/> object specifying a cell range where new cells should be inserted. </param> <param name="mode"> An <see cref="T:DevExpress.Spreadsheet.InsertCellsMode"/> enumeration member specifying in which direction to shift other cells. </param> </member> <member name="M:DevExpress.Spreadsheet.Worksheet.InsertCells(DevExpress.Spreadsheet.Range)"> <summary> <para>Inserts new cells in a worksheet, shifting other cells in the same column down. </para> </summary> <param name="range"> A <see cref="T:DevExpress.Spreadsheet.Range"/> object specifying a cell range where new cells should be inserted. </param> </member> <member name="P:DevExpress.Spreadsheet.Worksheet.IsProtected"> <summary> <para>Gets whether the worksheet is protected. </para> </summary> <value><b>true</b>, if the worksheet is protected; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.Spreadsheet.Worksheet.Item(System.Int32,System.Int32)"> <summary> <para>Provides access to an individual cell by indexes of a row and column containing this cell. </para> </summary> <param name="rowIndex"> A zero-based integer specifying the row index. If it is negative or exceeds the last available index (1048575), an exception is raised. </param> <param name="columnIndex"> A zero-based integer specifying the column index. If it is negative or exceeds the last available index (16383), an exception is raised. </param> <value>A <see cref="T:DevExpress.Spreadsheet.Cell"/> object that specifies a cell at the intersection of the specified row and column. </value> </member> <member name="P:DevExpress.Spreadsheet.Worksheet.Item(System.String)"> <summary> <para>Provides access to a cell range by its reference string. </para> </summary> <param name="reference"> A <see cref="T:System.String"/> value that specifies the cell range reference in the A1 reference style. </param> <value>A <see cref="T:DevExpress.Spreadsheet.Range"/> object. </value> </member> <member name="M:DevExpress.Spreadsheet.Worksheet.MergeCells(DevExpress.Spreadsheet.Range)"> <summary> <para>Merges the specified cells. </para> </summary> <param name="range"> A <see cref="T:DevExpress.Spreadsheet.Range"/> object that specifies a range of cells to be merged. </param> </member> <member name="M:DevExpress.Spreadsheet.Worksheet.MergeCells(DevExpress.Spreadsheet.Range,DevExpress.Spreadsheet.MergeCellsMode)"> <summary> <para>Merges the specified cells in the specified mode. </para> </summary> <param name="range"> A <see cref="T:DevExpress.Spreadsheet.Range"/> object that specifies a range of cells to be merged. </param> <param name="mode"> A MergeCellsMode enumeration member that specifies how to merge cells. </param> </member> <member name="M:DevExpress.Spreadsheet.Worksheet.Move(System.Int32)"> <summary> <para>Moves the worksheet to another location within the workbook's collection of worksheets. </para> </summary> <param name="position"> An integer value specifying the zero-based destination index of the moved worksheet. </param> </member> <member name="P:DevExpress.Spreadsheet.Worksheet.Name"> <summary> <para>Gets or sets the name of the worksheet . </para> </summary> <value>A <see cref="T:System.String"/> value which specifies the worksheet name. </value> </member> <member name="P:DevExpress.Spreadsheet.Worksheet.Pictures"> <summary> <para>Provides access to a collection of pictures in a worksheet. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.PictureCollection"/> object that contains all the pictures in a worksheet. </value> </member> <member name="P:DevExpress.Spreadsheet.Worksheet.PrintOptions"> <summary> <para>Provides access to options that control how the worksheet is printed. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.WorksheetPrintOptions"/> object that contains worksheet print options. </value> </member> <member name="M:DevExpress.Spreadsheet.Worksheet.Protect(System.String,DevExpress.Spreadsheet.WorksheetProtectionPermissions)"> <summary> <para>Protects worksheet elements to prevent them from being changed by the user. </para> </summary> <param name="password"> A string that specifies a password for the worksheet. If the password is an empty string, the worksheet can be unprotected without using a password. </param> <param name="permissions"> A <see cref="T:DevExpress.Spreadsheet.WorksheetProtectionPermissions"/> enumeration that allows you to combine enumeration values to specify multiple worksheet elements to protect. </param> </member> <member name="P:DevExpress.Spreadsheet.Worksheet.ProtectedRanges"> <summary> <para>Provides access to a collection of protected ranges in a current worksheet. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.ProtectedRangeCollection"/> object containing all protected ranges of the worksheet. </value> </member> <member name="P:DevExpress.Spreadsheet.Worksheet.Range"> <summary> <para>Provides access to the range of cells in the worksheet. </para> </summary> <value>An object implementing the <see cref="T:DevExpress.Spreadsheet.IRangeProvider"/> interface. </value> </member> <member name="P:DevExpress.Spreadsheet.Worksheet.Rows"> <summary> <para>Provides access to the collection of all rows contained in the worksheet. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.RowCollection"/> object specifying the worksheet's collection of rows. </value> </member> <member name="M:DevExpress.Spreadsheet.Worksheet.ScrollTo(System.Int32,System.Int32)"> <summary> <para>Scrolls the worksheet to the specified column and row. </para> </summary> <param name="rowIndex"> An integer that is the zero-based index of the row to which the worksheet must be scrolled. </param> <param name="columnIndex"> An integer that is the zero-based index of the column to which the worksheet must be scrolled. </param> </member> <member name="M:DevExpress.Spreadsheet.Worksheet.ScrollTo(DevExpress.Spreadsheet.Range)"> <summary> <para>Scrolls the worksheet to the top-left cell of the specified range. </para> </summary> <param name="scrolledAreaTopLeftCell"> A <see cref="T:DevExpress.Spreadsheet.Range"/> object to the top-left cell of which the worksheet must be scrolled. </param> </member> <member name="M:DevExpress.Spreadsheet.Worksheet.ScrollToColumn(System.String)"> <summary> <para>Scrolls the worksheet to the specified column. </para> </summary> <param name="columnHeading"> A string that represents the heading of the column to which the worksheet must be scrolled. </param> </member> <member name="M:DevExpress.Spreadsheet.Worksheet.ScrollToColumn(System.Int32)"> <summary> <para>Scrolls the worksheet to the specified column. </para> </summary> <param name="columnIndex"> An integer that is the zero-based index of the column to which the worksheet must be scrolled. </param> </member> <member name="M:DevExpress.Spreadsheet.Worksheet.ScrollToRow(System.String)"> <summary> <para>Scrolls the worksheet to the specified row. </para> </summary> <param name="rowHeading"> A string that represents the heading of the row to which the worksheet must be scrolled. </param> </member> <member name="M:DevExpress.Spreadsheet.Worksheet.ScrollToRow(System.Int32)"> <summary> <para>Scrolls the worksheet to the specified row. </para> </summary> <param name="rowIndex"> An integer that is the zero-based index of the row to which the worksheet must be scrolled. </param> </member> <member name="M:DevExpress.Spreadsheet.Worksheet.Search(System.String,DevExpress.Spreadsheet.SearchOptions)"> <summary> <para>Performs a search in the worksheet using specified options. </para> </summary> <param name="text"> A <see cref="T:System.String"/> representing the search text. </param> <param name="options"> A <see cref="T:DevExpress.Spreadsheet.SearchOptions"/> instance containing required search options. </param> <returns>An object implementing the <see cref="T:System.Collections.IEnumerable"/> interface which is the collection of cells that match the search term. </returns> </member> <member name="M:DevExpress.Spreadsheet.Worksheet.Search(System.String)"> <summary> <para>Performs a search in the worksheet using default parameters. </para> </summary> <param name="text"> A <see cref="T:System.String"/> representing the search text. </param> <returns>An object implementing the <see cref="T:System.Collections.IEnumerable"/> interface which is the collection of cells that match the search term. </returns> </member> <member name="P:DevExpress.Spreadsheet.Worksheet.SelectedCell"> <summary> <para>Gets or sets an active cell in the worksheet. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.Range"/> object that specifies an active cell in the worksheet. If you assign a cell range located in a worksheet other than the current worksheet, an exception is raised. </value> </member> <member name="P:DevExpress.Spreadsheet.Worksheet.SelectedChart"> <summary> <para>Gets or sets the chart selected in a worksheet. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.Charts.Chart"/> object or <b>null</b> (<b>Nothing</b> in VB) if a chart is not selected. </value> </member> <member name="P:DevExpress.Spreadsheet.Worksheet.SelectedPicture"> <summary> <para>Gets or sets a picture selected in the worksheet. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.Picture"/> object. If you assign a picture located in a worksheet other than the current worksheet, an exception is raised. </value> </member> <member name="P:DevExpress.Spreadsheet.Worksheet.SelectedShape"> <summary> <para>Gets or sets a shape selected in the worksheet. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.Shape"/> object. If you assign a shape located in a worksheet other than the current worksheet, an exception is raised. </value> </member> <member name="P:DevExpress.Spreadsheet.Worksheet.Selection"> <summary> <para>Gets or sets a cell range selected in the worksheet. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.Range"/> object specifying the cell selection in the worksheet. If you assign a cell range located in a worksheet other than the current worksheet, an exception is raised. </value> </member> <member name="M:DevExpress.Spreadsheet.Worksheet.SetPrintRange(DevExpress.Spreadsheet.Range)"> <summary> <para>Defines the print range. </para> </summary> <param name="range"> A <see cref="T:DevExpress.Spreadsheet.Range"/> object that is the worksheet range to print. </param> </member> <member name="M:DevExpress.Spreadsheet.Worksheet.SetSelectedRanges(System.Collections.Generic.IList`1)"> <summary> <para>Sets cell ranges selected in the worksheet. </para> </summary> <param name="ranges"> A list of the <see cref="T:DevExpress.Spreadsheet.Range"/> objects. </param> <returns><b>true</b> if cell ranges are selected successfully; otherwise <b>false</b>. If you pass <b>null</b> (<b>Nothing</b> in Visual Basic), or an empty list, or a list that contains at least one cell range located in a worksheet other than the current worksheet, the method returns <b>false</b>. </returns> </member> <member name="M:DevExpress.Spreadsheet.Worksheet.SetSelectedRanges(System.Collections.Generic.IList`1,System.Boolean)"> <summary> <para> [To be supplied] </para> </summary> <param name="ranges"> [To be supplied] </param> <param name="expandToMergedCellsSize"> [To be supplied] </param> <returns> [To be supplied] </returns> </member> <member name="M:DevExpress.Spreadsheet.Worksheet.SetSelectedShapes(System.Collections.Generic.IList`1)"> <summary> <para>Sets shapes selected in the worksheet. </para> </summary> <param name="shapes"> A list of the <see cref="T:DevExpress.Spreadsheet.Shape"/> objects. </param> <returns><b>true</b> if shapes are selected successfully; otherwise <b>false</b>. If you pass a list that contains at least one shape located in a worksheet other than the current worksheet, the method returns <b>false</b>. </returns> </member> <member name="P:DevExpress.Spreadsheet.Worksheet.Shapes"> <summary> <para>Provides access to a collection of shapes in a worksheet. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.ShapeCollection"/> object containing shapes in a current worksheet. </value> </member> <member name="M:DevExpress.Spreadsheet.Worksheet.Sort(DevExpress.Spreadsheet.Range)"> <summary> <para>Sorts the specified range by the first column in ascending order. </para> </summary> <param name="range"> A <see cref="T:DevExpress.Spreadsheet.Range"/> object that is the range of cells in a worksheet. </param> </member> <member name="M:DevExpress.Spreadsheet.Worksheet.Sort(DevExpress.Spreadsheet.Range,System.Int32)"> <summary> <para>Sorts the specified range by the specified column in ascending order. </para> </summary> <param name="range"> A <see cref="T:DevExpress.Spreadsheet.Range"/> object that is the range of cells in a worksheet. </param> <param name="columnOffset"> An integer that is the offset of the column by which to sort from the first column in the range. The first column has the offset 0. </param> </member> <member name="M:DevExpress.Spreadsheet.Worksheet.Sort(DevExpress.Spreadsheet.Range,System.Boolean)"> <summary> <para>Sorts the specified range by the first column. </para> </summary> <param name="range"> A <see cref="T:DevExpress.Spreadsheet.Range"/> object that is the range of cells in a worksheet. </param> <param name="ascending"> <b>true</b> to sort in ascending order; otherwise, <b>false</b>. </param> </member> <member name="M:DevExpress.Spreadsheet.Worksheet.Sort(DevExpress.Spreadsheet.Range,System.Int32,System.Boolean)"> <summary> <para>Sorts the specified range by the specified column. </para> </summary> <param name="range"> A <see cref="T:DevExpress.Spreadsheet.Range"/> object that is the range of cells in a worksheet. </param> <param name="columnOffset"> An integer that is the offset of the column by which to sort from the first column in the range. The first column has the offset 0. </param> <param name="ascending"> <b>true</b>, to sort in ascending order; otherwise, <b>false</b>. </param> </member> <member name="M:DevExpress.Spreadsheet.Worksheet.Sort(DevExpress.Spreadsheet.Range,System.Int32,System.Collections.Generic.IComparer`1)"> <summary> <para>Sorts the specified range by the specified column using the specified comparer. </para> </summary> <param name="range"> A <see cref="T:DevExpress.Spreadsheet.Range"/> object that is the range of cells in a worksheet. </param> <param name="columnOffset"> An integer that is the offset of the column by which to sort from the first column in the range. The first column has the offset 0. </param> <param name="comparer"> An <see cref="T:System.Collections.Generic.IComparer`1[[DevExpress.Spreadsheet.CellValue]]"/> </param> </member> <member name="M:DevExpress.Spreadsheet.Worksheet.Sort(DevExpress.Spreadsheet.Range,System.Collections.Generic.IEnumerable`1)"> <summary> <para>Sorts the specified range by multiple columns. </para> </summary> <param name="range"> A <see cref="T:DevExpress.Spreadsheet.Range"/> object that is the range of cells in a worksheet. </param> <param name="sortFields"> A list of <see cref="T:DevExpress.Spreadsheet.SortField"/> objects which specify the columns by which to sort. </param> </member> <member name="P:DevExpress.Spreadsheet.Worksheet.Tables"> <summary> <para>Provides access to the collection of tables contained in the worksheet. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.TableCollection"/> object specifying the worksheet's collection of tables. </value> </member> <member name="M:DevExpress.Spreadsheet.Worksheet.UnfreezePanes"> <summary> <para>Unfreezes rows and columns on the worksheet. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.Worksheet.UnMergeCells(DevExpress.Spreadsheet.Range)"> <summary> <para>Unmerges the specified cells that have been merged. </para> </summary> <param name="range"> A <see cref="T:DevExpress.Spreadsheet.Range"/> object that specifies a range of cells to be unmerged. </param> </member> <member name="M:DevExpress.Spreadsheet.Worksheet.Unprotect(System.String)"> <summary> <para>Removes protection from a worksheet. </para> </summary> <param name="password"> A string that specifies the password with which the worksheetis protected. </param> <returns><b>true</b>, if protection is successfully removed; otherwise, <b>false</b>. </returns> </member> <member name="P:DevExpress.Spreadsheet.Worksheet.VisibilityType"> <summary> <para>Gets or sets whether the current worksheet is visible, hidden or "very hidden". </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.WorksheetVisibilityType"/> enumeration member that specifies the worksheet visibility type. </value> </member> <member name="P:DevExpress.Spreadsheet.Worksheet.Visible"> <summary> <para>Gets or sets whether the current worksheet is visible or hidden. </para> </summary> <value><b>true</b>, if the worksheet is visible; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.Spreadsheet.Worksheet.Workbook"> <summary> <para>Gets a workbook that contains the current worksheet. </para> </summary> <value>An object exposing the <see cref="T:DevExpress.Spreadsheet.IWorkbook"/> interface. </value> </member> <member name="T:DevExpress.Spreadsheet.Charts.ChartView"> <summary> <para> [To be supplied] </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.Charts.ChartView.BubbleScale"> <summary> <para>Gets or sets the scale factor for bubbles on a bubble chart. </para> </summary> <value>An integer value specifying how to scale the bubble size. The value must be a whole number between 0 and 300. </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.ChartView.DataLabels"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.ChartView.DropLines"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.ChartView.FirstSliceAngle"> <summary> <para>Gets or sets the angle of the first slice in a pie or doughnut chart. </para> </summary> <value>An integer value that specifies the angle, in degrees, by which the slice is rotated. </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.ChartView.GapDepth"> <summary> <para>Gets or sets the space along the Z-axis between adjacent data series in a 3-D line, area, column or bar chart. </para> </summary> <value>An integer value that is the gap depth, as a percentage of the marker width. This value must be between 0 and 500. </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.ChartView.GapWidth"> <summary> <para>Gets or sets the space between bar or column clusters in the Bar or Column charts, or the space between the primary and secondary charts in the Pie of Pie or Bar of Pie charts. </para> </summary> <value>An integer value that is the percentage of the gap width. This value must be between 0 and 500. </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.ChartView.HighLowLines"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.ChartView.HoleSize"> <summary> <para>Gets or sets the size of the hole in a doughnut chart. </para> </summary> <value>An integer value that specifies the diameter of the hole. The value must be a whole number between 10 and 90, that is measured as a percentage of the size of the plot area. </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.ChartView.Overlap"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.ChartView.SecondPiePoints"> <summary> <para>Gets or sets the data points that should be displayed in the secondary chart of a Pie of Pie or Bar of Pie chart type. </para> </summary> <value>An array of <see cref="T:System.Int32[]"/> values that are the indexes of data points shown in the secondary chart. </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.ChartView.SecondPieSize"> <summary> <para>Gets or sets the size of a secondary pie or stacked bar chart in a Pie of Pie or Bar of Pie chart type, as a percentage of the main chart size. </para> </summary> <value>An integer value that specifies the size of the secondary chart. The value must be a whole number between 5 and 200. </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.ChartView.Series"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.ChartView.SeriesLines"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.ChartView.ShowNegativeBubbles"> <summary> <para>Gets or sets a value indicating whether negative sized bubbles should be displayed on a bubble chart. </para> </summary> <value><b>true</b>, if negative bubbles are shown; otherwise, <b>false</b>. The default is <b>false</b>. </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.ChartView.SizeRepresents"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.ChartView.SplitPosition"> <summary> <para>Gets or sets a value that specifies which data points should appear in the secondary chart of a Pie of Pie or Bar of Pie chart type. </para> </summary> <value>A <see cref="T:System.Double"/> value that determines which data points should be displayed in the secondary chart. </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.ChartView.SplitType"> <summary> <para>Gets or sets a value that specifies the way to split the data points between the main chart and secondary chart in a Pie of Pie or Bar of Pie chart type. </para> </summary> <value>An <see cref="T:DevExpress.Spreadsheet.Charts.OfPieSplitType"/> enumeration value specifying the way to split a Pie of Pie or Bar of Pie chart. </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.ChartView.UpDownBars"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.ChartView.VaryColors"> <summary> <para>Gets or sets a value indicating whether each data marker in the series should have a different color. </para> </summary> <value><b>true</b>, if the same-series data markers are displayed in varied colors; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.ChartView.ViewType"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="T:DevExpress.Spreadsheet.Shape"> <summary> <para>A common class for objects drawn in a worksheet, such as pictures. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.Shape.BottomRightCell"> <summary> <para>Gets a cell where the bottom right corner of a shape is located. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.Cell"/> object that is the cell with the bottom right corner of the shape. </value> </member> <member name="M:DevExpress.Spreadsheet.Shape.Delete"> <summary> <para>Deletes a shape. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.Shape.Height"> <summary> <para>Gets the height of the shape. </para> </summary> <value>A <see cref="T:System.Single"/> value that is the height measured in units specified by the <see cref="P:DevExpress.Spreadsheet.ISpreadsheetComponent.Unit"/> property. </value> </member> <member name="P:DevExpress.Spreadsheet.Shape.Hyperlink"> <summary> <para>Gets the hyperlink associated with a shape (picture). </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.ShapeHyperlink"/> object that is the hyperlink associated with the shape in a workbook. </value> </member> <member name="P:DevExpress.Spreadsheet.Shape.Id"> <summary> <para>Gets the index of the shape in a collection. </para> </summary> <value>An integer that is the index of the current shape in a collection of <see cref="P:DevExpress.Spreadsheet.Worksheet.Shapes"/>. </value> </member> <member name="M:DevExpress.Spreadsheet.Shape.IncrementRotation(System.Int32)"> <summary> <para>Increments the rotation angle of the shape by the specified number of degrees. </para> </summary> <param name="degrees"> An integer that specifies how the shape is to be rotated, in degrees. A positive value rotates the shape clockwise, a negative value rotates it counterclockwise. </param> </member> <member name="M:DevExpress.Spreadsheet.Shape.InsertHyperlink(System.String,System.Boolean)"> <summary> <para>Associate a hyperlink with the shape. </para> </summary> <param name="uri"> A string that is the URI of the hyperlink. </param> <param name="isExternal"> <b>true</b>, if the hyperlink points to external location; otherwise, <b>false</b>. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.ShapeHyperlink"/> object that is a hyperlink associated with the shape in a worksheet. </returns> </member> <member name="P:DevExpress.Spreadsheet.Shape.Left"> <summary> <para>Gets or sets the distance from the left edge of the worksheet to the top left corner of the shape. </para> </summary> <value>A <see cref="T:System.Single"/> value that is the distance from the left of the worksheet in units specified by the <see cref="P:DevExpress.Spreadsheet.ISpreadsheetComponent.Unit"/> property. </value> </member> <member name="P:DevExpress.Spreadsheet.Shape.LockAspectRatio"> <summary> <para>Gets or sets whether the shape retains its original proportions after resizing. </para> </summary> <value><b>true</b>, to retain the original proportions; otherwise, <b>false</b>. </value> </member> <member name="M:DevExpress.Spreadsheet.Shape.Move(System.Single,System.Single)"> <summary> <para>Moves a shape by a specified offset. </para> </summary> <param name="rowOffset"> A <see cref="T:System.Single"/> that is the horizontal (column) offset measured in units specified by the <see cref="P:DevExpress.Spreadsheet.ISpreadsheetComponent.Unit"/> property. </param> <param name="columnOffset"> A <see cref="T:System.Single"/> that is the vertical (row) offset measured in units specified by the <see cref="P:DevExpress.Spreadsheet.ISpreadsheetComponent.Unit"/> property. </param> </member> <member name="P:DevExpress.Spreadsheet.Shape.Name"> <summary> <para>Gets or sets the name of the shape. </para> </summary> <value>A string that is the shape's name. </value> </member> <member name="P:DevExpress.Spreadsheet.Shape.OffsetX"> <summary> <para>Gets a distance from the top left corner of the shape to the left edge of the cell where the top left corner of the shape is located. </para> </summary> <value>A <see cref="T:System.Single"/> that is the horizontal offset measured in units specified by the <see cref="P:DevExpress.Spreadsheet.ISpreadsheetComponent.Unit"/> property. </value> </member> <member name="P:DevExpress.Spreadsheet.Shape.OffsetY"> <summary> <para>Gets a distance from the top left corner of the shape to the top edge of the cell where the top left corner of the shape is located. </para> </summary> <value>A <see cref="T:System.Single"/> that is the vertical offset measured in units specified by the <see cref="P:DevExpress.Spreadsheet.ISpreadsheetComponent.Unit"/> property. </value> </member> <member name="P:DevExpress.Spreadsheet.Shape.Placement"> <summary> <para>Gets or sets the behavior of the shape regarding the cells below. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.Placement"/> enumeration value that specifies how the cells behave when the cells underneath are resized or moved. </value> </member> <member name="M:DevExpress.Spreadsheet.Shape.RemoveHyperlink"> <summary> <para>Removes the hyperlink associated with the current shape. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.Shape.Rotation"> <summary> <para>Gets or sets the rotation of the shape, in degrees. </para> </summary> <value>An integer that is the degree of rotation. </value> </member> <member name="P:DevExpress.Spreadsheet.Shape.Top"> <summary> <para>Gets or sets the distance from the top edge of the worksheet to the top left corner of the shape. </para> </summary> <value>A <see cref="T:System.Single"/> value that is the distance from the top of the worksheet in units specified by the <see cref="P:DevExpress.Spreadsheet.ISpreadsheetComponent.Unit"/> property. </value> </member> <member name="P:DevExpress.Spreadsheet.Shape.TopLeftCell"> <summary> <para>Gets a cell where the top left corner of a shape is located. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.Cell"/> object that is the cell with the top left corner of the shape. </value> </member> <member name="P:DevExpress.Spreadsheet.Shape.Width"> <summary> <para>Gets the width of the shape. </para> </summary> <value>A <see cref="T:System.Single"/> value that is the width measured in units specified by the <see cref="P:DevExpress.Spreadsheet.ISpreadsheetComponent.Unit"/> property. </value> </member> <member name="P:DevExpress.Spreadsheet.Shape.ZOrderPosition"> <summary> <para>Gets the position of the current shape in the z-order. </para> </summary> <value>An integer that indicates the position in the z-order. </value> </member> <member name="T:DevExpress.Spreadsheet.Column"> <summary> <para>A single column in a worksheet. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.Column.AutoFit"> <summary> <para>Adjusts the column width to accommodate cell content. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.Column.Delete"> <summary> <para>Deletes a column form a worksheet. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.Column.GroupLevel"> <summary> <para>Gets the grouping level of the affected column. </para> </summary> <value>An integer that specifies the grouping level of the column. This value is between 0 and 7. </value> </member> <member name="P:DevExpress.Spreadsheet.Column.Heading"> <summary> <para>Gets the column heading. </para> </summary> <value>A string that specifies the column heading. </value> </member> <member name="P:DevExpress.Spreadsheet.Column.Index"> <summary> <para>Gets the zero-based index of the column within the worksheet's <see cref="T:DevExpress.Spreadsheet.ColumnCollection"/>. </para> </summary> <value>An integer specifying the position of the column in the worksheet. </value> </member> <member name="M:DevExpress.Spreadsheet.Column.Insert"> <summary> <para>Inserts a new column into the worksheet. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.Column.Item(System.Int32)"> <summary> <para>Provides access to an individual cell located at the intersection of the current column and the specified row. </para> </summary> <param name="rowIndex"> An integer that is the zero-based index of the row. </param> <value>A <see cref="T:DevExpress.Spreadsheet.Cell"/> object that is the cell at the specified row. </value> </member> <member name="P:DevExpress.Spreadsheet.Column.Item(System.String)"> <summary> <para>Provides access to an individual cell located at the intersection of the current column and the specified row. </para> </summary> <param name="rowHeading"> An string that is the row heading displayed at the left of a worksheet. </param> <value>A <see cref="T:DevExpress.Spreadsheet.Cell"/> object that is the cell at the specified row. </value> </member> <member name="P:DevExpress.Spreadsheet.Column.Visible"> <summary> <para>Gets or sets whether the column is visible or hidden. </para> </summary> <value><b>true</b> if the column is visible; otherwise <b>false</b> </value> </member> <member name="P:DevExpress.Spreadsheet.Column.Width"> <summary> <para>Gets or sets the column width in units of measurement used in the workbook. </para> </summary> <value>A <see cref="T:System.Double"/> value that is the column width in units of measurement that are in effect. </value> </member> <member name="P:DevExpress.Spreadsheet.Column.WidthInCharacters"> <summary> <para>Gets or sets the column width in characters of the default font specified by the built-in <i>Normal</i> style. </para> </summary> <value>A <see cref="T:System.Double"/> value that is the number of characters that can be accommodated into the column width when the column is formatted with the built-in <i>Normal</i> style. </value> </member> <member name="P:DevExpress.Spreadsheet.Column.WidthInPixels"> <summary> <para>Gets or sets the column width in pixels. </para> </summary> <value>An integer value that is the column width in pixels. </value> </member> <member name="T:DevExpress.XtraSpreadsheet.Export.HtmlDocumentExporterOptions"> <summary> <para>Contains options for exporting the document in HTML format. </para> </summary> </member> <member name="M:DevExpress.XtraSpreadsheet.Export.HtmlDocumentExporterOptions.#ctor"> <summary> <para>Initializes a new instance of the HtmlDocumentExporterOptions class with default settings. </para> </summary> </member> <member name="M:DevExpress.XtraSpreadsheet.Export.HtmlDocumentExporterOptions.CopyFrom(DevExpress.Office.Export.IExporterOptions)"> <summary> <para>Copies the appropriate properties of the specified object into the current instance of the <b>HtmlDocumentExporterOptions</b> class. </para> </summary> <param name="value"> A <see cref="T:DevExpress.Office.Export.IExporterOptions"/> class instance, representing the source object for copying. </param> </member> <member name="P:DevExpress.XtraSpreadsheet.Export.HtmlDocumentExporterOptions.CssPropertiesExportType"> <summary> <para>Gets or sets how the style sheets properties are exported. </para> </summary> <value>A <see cref="T:DevExpress.XtraRichEdit.Export.Html.CssPropertiesExportType"/> enumeration value specifying the export type. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.Export.HtmlDocumentExporterOptions.EmbedImages"> <summary> <para>Specifies whether images are embedded in an HTML document. </para> </summary> <value><b>true</b>, to embed images in a page; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.Export.HtmlDocumentExporterOptions.Encoding"> <summary> <para>Gets or sets the character encoding used in an exported document. </para> </summary> <value>A <see cref="T:System.Text.Encoding"/> class representing the character encoding. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.Export.HtmlDocumentExporterOptions.ExportRootTag"> <summary> <para>Gets or sets the root tag of the HTML document to start the export. </para> </summary> <value>An <see cref="T:DevExpress.XtraRichEdit.Export.Html.ExportRootTag"/> enumeration value specifying the HTML document tag. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.Export.HtmlDocumentExporterOptions.FontUnit"> <summary> <para>Gets or sets the measurement unit to specify font size when exporting to HTML. </para> </summary> <value>A <see cref="T:DevExpress.XtraRichEdit.Export.Html.HtmlFontUnit"/> enumeration member specifying the unit for the font size. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.Export.HtmlDocumentExporterOptions.OverrideImageResolution"> <summary> <para>Gets or sets the graphics resolution used to save images when a document is exported in HTML format. </para> </summary> <value>An integer that specifies image resolution. By default, it equals 96 dpi or the current System.Drawing.Graphics.DpiX value. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.Export.HtmlDocumentExporterOptions.Range"> <summary> <para>Gets or sets the worksheet range to be exported to HTML file. </para> </summary> <value>A <see cref="T:System.String"/> value that represents the exported range. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.Export.HtmlDocumentExporterOptions.SheetIndex"> <summary> <para>Gets or sets the index of the worksheet to be exported to HTML file. </para> </summary> <value>An integer value that is the index of the worksheet to be exported to HTML. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.Export.HtmlDocumentExporterOptions.TabMarker"> <summary> <para>Gets or sets a character or a string used to replace a tab symbol when exporting a document in HTML format. </para> </summary> <value>A string replacement for the tab symbol. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.Export.HtmlDocumentExporterOptions.UnderlineTocHyperlinks"> <summary> <para>Gets or sets whether Table of Contents entries are underlined in a document exported to HTML format. </para> </summary> <value><b>true</b>, to set the underline attribute for the TOC entry font; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.Export.HtmlDocumentExporterOptions.UriExportType"> <summary> <para>Specifies how the links to external content are saved in the exported document. </para> </summary> <value>A <see cref="T:DevExpress.XtraSpreadsheet.Export.Html.UriExportType"/> enumeration member specifying an absolute or relative path. </value> </member> <member name="T:DevExpress.Spreadsheet.Picture"> <summary> <para>A shape that is an image embedded in a worksheet. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.Picture.AlternativeText"> <summary> <para>Gets or sets alternative text (Alt Text) for a shape. </para> </summary> <value>A string that is the alternative text. </value> </member> <member name="P:DevExpress.Spreadsheet.Picture.BorderColor"> <summary> <para>Gets or sets the color of the picture border. </para> </summary> <value>A <see cref="T:System.Drawing.Color"/> object that is the border color. </value> </member> <member name="P:DevExpress.Spreadsheet.Picture.BorderWidth"> <summary> <para>Gets or sets the width of the picture border. </para> </summary> <value>A <see cref="T:System.Single"/> value that is the width in units specified by the <see cref="P:DevExpress.Spreadsheet.ISpreadsheetComponent.Unit"/> property. </value> </member> <member name="P:DevExpress.Spreadsheet.Picture.Image"> <summary> <para>Gets the image which the Picture object contains. </para> </summary> <value>An <see cref="T:DevExpress.Office.Utils.OfficeImage"/> object that is the image residing in a Picture object. </value> </member> <member name="P:DevExpress.Spreadsheet.Picture.ImageFormat"> <summary> <para>Gets the format of the image residing in the Picture object. </para> </summary> <value>An <see cref="T:DevExpress.Office.Utils.OfficeImageFormat"/> enumeration member specifying the image file format. </value> </member> <member name="P:DevExpress.Spreadsheet.Picture.OriginalHeight"> <summary> <para>Gets the height of an image residing in the Picture object. </para> </summary> <value>A <see cref="T:System.Single"/> value that is the height of an image in units specified by the <see cref="P:DevExpress.Spreadsheet.ISpreadsheetComponent.Unit"/> value. </value> </member> <member name="P:DevExpress.Spreadsheet.Picture.OriginalWidth"> <summary> <para>Gets the width of an image residing in the Picture object. </para> </summary> <value>A <see cref="T:System.Single"/> value that is the width of an image in units specified by the <see cref="P:DevExpress.Spreadsheet.ISpreadsheetComponent.Unit"/> value. </value> </member> <member name="M:DevExpress.Spreadsheet.Picture.RemoveOutline"> <summary> <para>Removes the outside border of a shape (picture). </para> </summary> </member> <member name="T:DevExpress.Spreadsheet.HyperlinkCollection"> <summary> <para>A collection of hyperlinks contained in worksheet cells. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.HyperlinkCollection.Add(DevExpress.Spreadsheet.Range,System.String,System.Boolean,System.String)"> <summary> <para>Adds a hyperlink into the specified cell or cell range and returns the newly created object. </para> </summary> <param name="range"> A <see cref="T:DevExpress.Spreadsheet.Range"/> object that specifies a cell or cell range where a hyperlink is inserted. This value is assigned to the <see cref="P:DevExpress.Spreadsheet.Hyperlink.Range"/> property. </param> <param name="uri"> A <see cref="T:System.String"/> value that specifies a web page, existing file, e-mail address or cell range in the current workbook to which a hyperlink refers. This value is assigned to the <see cref="P:DevExpress.Spreadsheet.HyperlinkBase.Uri"/> property. </param> <param name="isExternal"> A <see cref="T:System.Boolean"/> value that specifies whether a hyperlink refers to an external resource (<b>true</b>) or to a cell range within the current workbook (<b>false</b>). This value is assigned to the <see cref="P:DevExpress.Spreadsheet.HyperlinkBase.IsExternal"/> property. </param> <param name="displayText"> A <see cref="T:System.String"/> value that specifies text to be displayed for a hyperlink. This value is assigned to the <see cref="P:DevExpress.Spreadsheet.Hyperlink.DisplayText"/> property and specifies the top left cell value of the range into which a hyperlink is added. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.Hyperlink"/> object that specifies the created hyperlink. </returns> </member> <member name="M:DevExpress.Spreadsheet.HyperlinkCollection.Add(DevExpress.Spreadsheet.Range,System.String,System.Boolean)"> <summary> <para>Adds a hyperlink into the specified cell or cell range and returns the newly created object. </para> </summary> <param name="range"> A <see cref="T:DevExpress.Spreadsheet.Range"/> object that specifies a cell or cell range where a hyperlink is inserted. This value is assigned to the <see cref="P:DevExpress.Spreadsheet.Hyperlink.Range"/> property. </param> <param name="uri"> A <see cref="T:System.String"/> value that specifies a web page, existing file, e-mail address or cell range in the current workbook to which a hyperlink refers. This value is assigned to the <see cref="P:DevExpress.Spreadsheet.HyperlinkBase.Uri"/> and <see cref="P:DevExpress.Spreadsheet.Hyperlink.DisplayText"/> properties and specifies the top left cell value of the range into which a hyperlink is added. </param> <param name="isExternal"> A <see cref="T:System.Boolean"/> value that specifies whether a hyperlink refers to an external resource (<b>true</b>) or to a cell range within the current workbook (<b>false</b>). This value is assigned to the <see cref="P:DevExpress.Spreadsheet.HyperlinkBase.IsExternal"/> property. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.Hyperlink"/> object that specifies the created hyperlink. </returns> </member> <member name="M:DevExpress.Spreadsheet.HyperlinkCollection.Clear"> <summary> <para>Removes all hyperlinks from the collection. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.HyperlinkCollection.Contains(DevExpress.Spreadsheet.Hyperlink)"> <summary> <para>Indicates whether the collection contains the specified hyperlink. </para> </summary> <param name="hyperlink"> A <see cref="T:DevExpress.Spreadsheet.Hyperlink"/> object to locate in the collection. </param> <returns><b>true</b>, if the collection contains the hyperlink; otherwise, <b>false</b>. </returns> </member> <member name="M:DevExpress.Spreadsheet.HyperlinkCollection.GetHyperlinks(DevExpress.Spreadsheet.Range)"> <summary> <para>Gets hyperlink(s) contained in the specified cell range. </para> </summary> <param name="range"> A <see cref="T:DevExpress.Spreadsheet.Range"/> object specifying a cell range that contains hyperlinks to be returned. </param> <returns>A collection of hyperlinks within the specified range of cells. </returns> </member> <member name="M:DevExpress.Spreadsheet.HyperlinkCollection.IndexOf(DevExpress.Spreadsheet.Hyperlink)"> <summary> <para>Returns the index of the specified hyperlink in the collection. </para> </summary> <param name="hyperlink"> A <see cref="T:DevExpress.Spreadsheet.Hyperlink"/> object to locate in the collection. </param> <returns>A zero-based integer which specifies the hyperlink's position within the collection. <b>-1</b> if the hyperlink doesn't belong to the collection. </returns> </member> <member name="M:DevExpress.Spreadsheet.HyperlinkCollection.Remove(DevExpress.Spreadsheet.Hyperlink)"> <summary> <para>Removes the specified hyperlink from the collection. </para> </summary> <param name="hyperlink"> A <see cref="T:DevExpress.Spreadsheet.Hyperlink"/> object to be removed from the collection. </param> </member> <member name="M:DevExpress.Spreadsheet.HyperlinkCollection.RemoveAt(System.Int32)"> <summary> <para>Removes the hyperlink at the specified index from the collection. </para> </summary> <param name="index"> A zero-based integer specifying the index of the hyperlink to be removed. It should be non-negative and less than the number of elements in the collection. </param> </member> <member name="T:DevExpress.Spreadsheet.SheetRemovedEventArgs"> <summary> <para>Provides data for the SpreadsheetControl.SheetRemoved event. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.SheetRemovedEventArgs.#ctor(System.String)"> <summary> <para>Initializes a new instance of the SheetRemovedEventArgs class with the specified name of the worksheet. </para> </summary> <param name="sheetName"> A string that is the name of the removed worksheet. </param> </member> <member name="T:DevExpress.Spreadsheet.BeforePrintSheetEventHandler"> <summary> <para>A method that will handle the SpreadsheetControl.BeforePrintSheet event of the SpreadsheetControl. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.BeforePrintSheetEventHandler.Invoke(System.Object,DevExpress.Spreadsheet.BeforePrintSheetEventArgs)"> <summary> <para>A method that will handle the <b>BeforePrintSheet</b> event of the SpreadsheetControl. </para> </summary> <param name="sender"> The event source. This parameter identifies the SpreadsheetControl which raised the event. </param> <param name="e"> A <see cref="T:DevExpress.Spreadsheet.BeforePrintSheetEventArgs"/> object which contains event data. </param> </member> <member name="T:DevExpress.Spreadsheet.ColumnCollection"> <summary> <para>A collection of all columns in a worksheet. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.ColumnCollection.AutoFit(System.Int32,System.Int32)"> <summary> <para>Adjusts the width of columns to accommodate cell content. </para> </summary> <param name="first"> An integer value specifying the zero-based index of the first column to be automatically resized. </param> <param name="last"> An integer value specifying the zero-based index of the last column to be automatically resized. </param> </member> <member name="M:DevExpress.Spreadsheet.ColumnCollection.Group(System.Int32,System.Int32,System.Boolean)"> <summary> <para>Groups the specified columns on a worksheet. </para> </summary> <param name="first"> A zero-based integer representing the index of the first column to be grouped. </param> <param name="last"> A zero-based integer representing the index of the last column to be grouped. </param> <param name="collapse"> <b>true</b>, if the created group is collapsed; otherwise, <b>false</b>. </param> </member> <member name="M:DevExpress.Spreadsheet.ColumnCollection.Insert(System.Int32)"> <summary> <para>Inserts a new column into the worksheet at the specified position. </para> </summary> <param name="index"> An integer specifying the zero-based index of the position where a new column shall be inserted. If it is negative or exceeds the last available index (16383), an exception is raised. </param> </member> <member name="M:DevExpress.Spreadsheet.ColumnCollection.Insert(System.Int32,System.Int32)"> <summary> <para>Inserts multiple columns into the worksheet. </para> </summary> <param name="index"> An integer specifying the zero-based index of the position where new columns shall be inserted. If it is negative or exceeds the last available index (16383), an exception is raised. </param> <param name="count"> An integer specifying the number of columns to be inserted. </param> </member> <member name="P:DevExpress.Spreadsheet.ColumnCollection.Item(System.String)"> <summary> <para>Provides access to an individual column in the collection by its heading. </para> </summary> <param name="columnHeading"> A string that specifies the heading of the column to be obtained in the A1 reference style (the letter or combination of letters, for example, "A", "B", "C",...,"XFD"). </param> <value>A <see cref="T:DevExpress.Spreadsheet.Column"/> object that is a column with the specified heading. </value> </member> <member name="P:DevExpress.Spreadsheet.ColumnCollection.Item(System.Int32)"> <summary> <para>Provides indexed access to individual columns in the collection. </para> </summary> <param name="columnIndex"> A zero-based integer specifying the desired column's position within the collection. If it's negative or exceeds the last available index (a worksheet limits the number of columns to 16384), an exception is raised. </param> <value>A <see cref="T:DevExpress.Spreadsheet.Column"/> object which specifies the column at the specified position. </value> </member> <member name="P:DevExpress.Spreadsheet.ColumnCollection.LastUsedIndex"> <summary> <para>Gets the index of the last edited column on a worksheet. </para> </summary> <value>A zero-based integer representing the index of the last modified column. </value> </member> <member name="M:DevExpress.Spreadsheet.ColumnCollection.Remove(System.Int32)"> <summary> <para>Removes the column at the specified position from the worksheet. </para> </summary> <param name="index"> An integer specifying the zero-based index of the column to be removed. If it is negative or exceeds the last available index (16383), an exception is raised. </param> </member> <member name="M:DevExpress.Spreadsheet.ColumnCollection.Remove(System.Int32,System.Int32)"> <summary> <para>Removes multiple columns from a worksheet. </para> </summary> <param name="index"> An integer specifying the zero-based index of the first column to be removed. If it is negative or exceeds the last available index (16383), an exception is raised. </param> <param name="count"> An integer specifying the number of columns to be removed. </param> </member> <member name="M:DevExpress.Spreadsheet.ColumnCollection.UnGroup(System.Int32,System.Int32,System.Boolean)"> <summary> <para>Ungroups the grouped columns on a worksheet. </para> </summary> <param name="first"> A zero-based integer representing the index of the first column to be ungrouped. </param> <param name="last"> A zero-based integer representing the index of the last column to be ungrouped. </param> <param name="unhideCollapsed"> <b>true</b>, if the collapsed columns are displayed after ungrouping; otherwise, <b>false</b>. </param> </member> <member name="T:DevExpress.Spreadsheet.WorksheetPrintOptions"> <summary> <para>Contains options used for printing a worksheet. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.WorksheetPrintOptions.AutoPageBreaks"> <summary> <para>Gets or sets whether to position page breaks automatically. </para> </summary> <value><b>true</b>, to insert page breaks automatically; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.Spreadsheet.WorksheetPrintOptions.BlackAndWhite"> <summary> <para>Gets or sets whether to print the worksheet in black and white or in color. </para> </summary> <value><b>true</b>, to print the worksheet in black and white; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.Spreadsheet.WorksheetPrintOptions.CenterHorizontally"> <summary> <para>Gets or sets whether worksheet data is centered horizontally on a printed page. </para> </summary> <value><b>true</b>, to center worksheet data; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.Spreadsheet.WorksheetPrintOptions.CenterVertically"> <summary> <para>Gets or sets whether worksheet data is centered vertically on a printed page. </para> </summary> <value><b>true</b>, to center worksheet data; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.Spreadsheet.WorksheetPrintOptions.CommentsPrintMode"> <summary> <para>Gets or sets how comments contained in the worksheet are printed. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.CommentsPrintMode"/> enumeration member. </value> </member> <member name="P:DevExpress.Spreadsheet.WorksheetPrintOptions.ErrorsPrintMode"> <summary> <para>Gets or sets how errors contained in worksheet cells are printed. </para> </summary> <value>An <see cref="T:DevExpress.Spreadsheet.ErrorsPrintMode"/> enumeration member. </value> </member> <member name="P:DevExpress.Spreadsheet.WorksheetPrintOptions.FitToHeight"> <summary> <para>Gets or sets the number of pages by height in which the worksheet shall fit when printed. </para> </summary> <value>A positive integer value that specifies a number of pages in which the worksheet will fit. </value> </member> <member name="P:DevExpress.Spreadsheet.WorksheetPrintOptions.FitToPage"> <summary> <para>Indicates whether the worksheet content is scaled to fit to a specific number of pages. </para> </summary> <value><b>true</b>, if the <b>FitToPage</b> print option is enabled; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.Spreadsheet.WorksheetPrintOptions.FitToWidth"> <summary> <para>Gets or sets the number of pages in width to which the worksheet must fit when printed. </para> </summary> <value>A positive integer value that specifies the number of horizontal pages to which the worksheet must fit. </value> </member> <member name="P:DevExpress.Spreadsheet.WorksheetPrintOptions.NumberOfCopies"> <summary> <para>Gets or sets the number of worksheet copies to print. </para> </summary> <value>A positive integer that is a number of copies to print. </value> </member> <member name="P:DevExpress.Spreadsheet.WorksheetPrintOptions.PageNumbering"> <summary> <para>Provides access to an object specifying page numbering options for the current worksheet. </para> </summary> <value>A WorksheetPageNumbering object containing page numbering options. </value> </member> <member name="P:DevExpress.Spreadsheet.WorksheetPrintOptions.PageOrder"> <summary> <para>Gets or sets the order in which worksheet pages are numbered and printed. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.PageOrder"/> enumeration member. </value> </member> <member name="P:DevExpress.Spreadsheet.WorksheetPrintOptions.PrintGridlines"> <summary> <para>Gets or sets whether worksheet gridlines are printed. </para> </summary> <value><b>true</b>, to print worksheet gridlines; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.Spreadsheet.WorksheetPrintOptions.PrintHeadings"> <summary> <para>Gets or sets whether row and column headings are printed. </para> </summary> <value><b>true</b>, to print row and column headings; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.Spreadsheet.WorksheetPrintOptions.Scale"> <summary> <para>Gets or sets the percentage by which to scale the worksheet content. </para> </summary> <value>A positive integer value that determines print scaling. </value> </member> <member name="T:DevExpress.Spreadsheet.ConditionalFormattingDataBarAxisPosition"> <summary> <para>Lists values that specify the axis position between negative and positive bars when the data bar conditional format is applied. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.ConditionalFormattingDataBarAxisPosition.Automatic"> <summary> <para>Displays the axis at a variable position based on negative and positive values. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.ConditionalFormattingDataBarAxisPosition.Middle"> <summary> <para>Displays the axis at the midpoint of the cell. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.ConditionalFormattingDataBarAxisPosition.None"> <summary> <para>No axis is displayed. Negative and positive bars are displayed in the same direction. </para> </summary> </member> <member name="T:DevExpress.Spreadsheet.DocumentSettings"> <summary> <para>Contains workbook options related to formula calculation. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.DocumentSettings.Calculation"> <summary> <para>Provides access to options used for calculation of formulas contained in the worksheet cells. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.CalculationOptions"/> object that contains various calculation options. </value> </member> <member name="P:DevExpress.Spreadsheet.DocumentSettings.R1C1ReferenceStyle"> <summary> <para>Gets or sets whether the workbook uses the R1C1 reference style. </para> </summary> <value><b>true</b>, if the R1C1 reference style is turned on; otherwise, <b>false</b>. </value> </member> <member name="T:DevExpress.XtraSpreadsheet.Import.WorkbookImportOptions"> <summary> <para>Contains options used for loading (importing) workbooks. </para> </summary> </member> <member name="M:DevExpress.XtraSpreadsheet.Import.WorkbookImportOptions.#ctor"> <summary> <para>Initializes a new instance of the WorkbookImportOptions class with default settings. </para> </summary> </member> <member name="P:DevExpress.XtraSpreadsheet.Import.WorkbookImportOptions.Csv"> <summary> <para>Provides access to options specific for importing documents in CSV format. </para> </summary> <value>A CsvDocumentImporterOptions object containing import settings. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.Import.WorkbookImportOptions.FallbackFormat"> <summary> <para>Gets or sets the format that is used if no distinct format can be specified or recognized. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.DocumentFormat"/> enumeration member specifying the import format. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.Import.WorkbookImportOptions.OpenXml"> <summary> <para>Provides access to options specific to importing documents in OpenXml format (aka default MS Excel 2007 format or .xlsx). </para> </summary> <value>An <see cref="T:DevExpress.XtraSpreadsheet.Import.OpenXmlDocumentImporterOptions"/> object containing import settings. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.Import.WorkbookImportOptions.ThrowExceptionOnInvalidDocument"> <summary> <para>Specifies whether an exception should be thrown when importing an invalid document. </para> </summary> <value><b>true</b>, if an exception is thrown when importing an invalid document; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.Import.WorkbookImportOptions.Txt"> <summary> <para>Provides access to options specific to importing documents in TXT format. </para> </summary> <value>A TxtDocumentImporterOptions object containing import settings. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.Import.WorkbookImportOptions.WorksheetNameValidationType"> <summary> <para>Specifies how to validate worksheet names when importing workbooks. </para> </summary> <value>A <see cref="T:DevExpress.XtraSpreadsheet.Import.WorksheetNameValidationType"/> enumeration member specifying how worksheet names are validated. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.Import.WorkbookImportOptions.Xls"> <summary> <para>Provides access to options specific for importing documents in XLS format (MS Excel 97-2003 binary file format). </para> </summary> <value>An <see cref="T:DevExpress.XtraSpreadsheet.Import.XlsDocumentImporterOptions"/> object containing import settings. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.Import.WorkbookImportOptions.Xlsm"> <summary> <para>Provides access to options specific to importing documents in OpenXML format with macro support. </para> </summary> <value>An <see cref="T:DevExpress.XtraSpreadsheet.Import.XlsmDocumentImporterOptions"/> object containing import settings. </value> </member> <member name="T:DevExpress.Spreadsheet.WorksheetView"> <summary> <para>Provides access to a set of display and print settings for a worksheet. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.WorksheetView.Margins"> <summary> <para>Provides access to an object that specifies page margins used when a worksheet is being printed. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.Margins"/> object used to control the worksheet's margin settings. </value> </member> <member name="P:DevExpress.Spreadsheet.WorksheetView.Orientation"> <summary> <para>Gets or sets the page orientation applied when a worksheet is being printed. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.PageOrientation"/> enumeration member. </value> </member> <member name="P:DevExpress.Spreadsheet.WorksheetView.PaperKind"> <summary> <para>Gets or sets a value that specifies the paper size used when a worksheet is being printed. </para> </summary> <value>One of the <see cref="T:System.Drawing.Printing.PaperKind"/> enumeration values. </value> </member> <member name="P:DevExpress.Spreadsheet.WorksheetView.ShowFormulas"> <summary> <para>Gets or sets whether to display the formula in each cell instead of the formula result. </para> </summary> <value><b>true</b>, to display formulas; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.Spreadsheet.WorksheetView.ShowGridlines"> <summary> <para>Gets or sets whether worksheet gridlines are visible. </para> </summary> <value><b>true</b>, to display worksheet gridlines; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.Spreadsheet.WorksheetView.ShowHeadings"> <summary> <para>Gets or sets whether row and column headers are visible on the worksheet. </para> </summary> <value><b>true</b>, to display row and column headers; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.Spreadsheet.WorksheetView.TabColor"> <summary> <para>Gets or sets the color of the worksheet tab. </para> </summary> <value>A <see cref="T:System.Drawing.Color"/> value that specifies the worksheet tab color. </value> </member> <member name="P:DevExpress.Spreadsheet.WorksheetView.ViewType"> <summary> <para>Gets or sets a view to display worksheet content. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.WorksheetViewType"/> enumeration member. </value> </member> <member name="P:DevExpress.Spreadsheet.WorksheetView.Zoom"> <summary> <para>Gets or sets the current zoom factor used to display the worksheet. </para> </summary> <value>An integer value specifying the zoom factor. </value> </member> <member name="T:DevExpress.Spreadsheet.TableCollection"> <summary> <para>A collection of tables contained in a worksheet. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.TableCollection.Add(DevExpress.Spreadsheet.Range,System.Boolean)"> <summary> <para>Creates a table including the specified range of cells and returns the newly created object. </para> </summary> <param name="range"> A <see cref="T:DevExpress.Spreadsheet.Range"/> object that specifies a cell range to be included in the table. </param> <param name="hasHeaders"> A <see cref="T:System.Boolean"/> value that indicates whether the top row of the specified cell range will be the table header row. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.Table"/> object that specifies the created table. </returns> </member> <member name="M:DevExpress.Spreadsheet.TableCollection.Add(DevExpress.Spreadsheet.Range,System.String,System.Boolean)"> <summary> <para>Creates a table including the specified range of cells and returns the newly created object. </para> </summary> <param name="range"> A <see cref="T:DevExpress.Spreadsheet.Range"/> object that specifies a cell range to be included in the table. </param> <param name="name"> A <see cref="T:System.String"/> value that specifies the table name. This value is assigned to the <see cref="P:DevExpress.Spreadsheet.Table.Name"/> property. </param> <param name="hasHeaders"> A <see cref="T:System.Boolean"/> value that indicates whether the top row of the specified cell range will be the table header row. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.Table"/> object that specifies the created table with the specified name. </returns> </member> <member name="M:DevExpress.Spreadsheet.TableCollection.Clear"> <summary> <para>Removes all tables from the worksheet. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.TableCollection.Contains(DevExpress.Spreadsheet.Table)"> <summary> <para>Indicates whether the collection contains the specified table. </para> </summary> <param name="table"> A <see cref="T:DevExpress.Spreadsheet.Table"/> object to locate in the collection. </param> <returns><b>True</b>, if the collection contains the table; otherwise, <b>false</b>. </returns> </member> <member name="M:DevExpress.Spreadsheet.TableCollection.GetTables(DevExpress.Spreadsheet.Range)"> <summary> <para>Gets tables contained in the specified cell range. </para> </summary> <param name="range"> A <see cref="T:DevExpress.Spreadsheet.Range"/> object specifying a cell range that contains tables to be returned. </param> <returns>A collection of tables within the specified range of cells. </returns> </member> <member name="M:DevExpress.Spreadsheet.TableCollection.IndexOf(DevExpress.Spreadsheet.Table)"> <summary> <para>Returns the index of the specified table in the collection. </para> </summary> <param name="table"> A <see cref="T:DevExpress.Spreadsheet.Table"/> object to locate in the collection. </param> <returns>A zero-based integer which specifies the table's position within the collection. <b>-1</b> if the table doesn't belong to the collection. </returns> </member> <member name="M:DevExpress.Spreadsheet.TableCollection.Remove(DevExpress.Spreadsheet.Table)"> <summary> <para>Removes the specified table from the collection. </para> </summary> <param name="table"> A <see cref="T:DevExpress.Spreadsheet.Table"/> object to be removed from the collection. </param> </member> <member name="M:DevExpress.Spreadsheet.TableCollection.RemoveAt(System.Int32)"> <summary> <para>Removes the table at the specified index location from the current collection. </para> </summary> <param name="index"> A zero-based integer specifying the index of the table to be removed. It should be non-negative and less than the number of elements in the collection. </param> </member> <member name="T:DevExpress.XtraSpreadsheet.Localization.XtraSpreadsheetCellErrorNameLocalizer"> <summary> <para>A base class that provides necessary functionality for custom localizers of the spreadsheet error names. </para> </summary> </member> <member name="M:DevExpress.XtraSpreadsheet.Localization.XtraSpreadsheetCellErrorNameLocalizer.#ctor"> <summary> <para>Initializes a new instance of the XtraSpreadsheetCellErrorNameLocalizer class with default settings. </para> </summary> </member> <member name="M:DevExpress.XtraSpreadsheet.Localization.XtraSpreadsheetCellErrorNameLocalizer.CreateDefaultLocalizer"> <summary> <para>Creates and returns an object containing resources specific to the language and culture settings. </para> </summary> <returns>A <see cref="T:DevExpress.Utils.Localization.XtraLocalizer`1"/> object that contains resources based on the thread's culture. </returns> </member> <member name="M:DevExpress.XtraSpreadsheet.Localization.XtraSpreadsheetCellErrorNameLocalizer.CreateResXLocalizer"> <summary> <para>Creates and returns an object containing resources specific to the language and culture settings. </para> </summary> <returns>A <see cref="T:DevExpress.Utils.Localization.XtraLocalizer`1"/> object that contains resources based on the thread's culture. </returns> </member> <member name="M:DevExpress.XtraSpreadsheet.Localization.XtraSpreadsheetCellErrorNameLocalizer.GetString(DevExpress.XtraSpreadsheet.Localization.XtraSpreadsheetCellErrorNameStringId)"> <summary> <para>Returns a culture-specific string for the specified string identifier. </para> </summary> <param name="id"> A <b>DevExpress.XtraSpreadsheet.Localization.XtraSpreadsheetCellErrorStringId</b> enumeration value specifying the cell error whose text is to be localized. </param> <returns>A <see cref="T:System.String"/> that is the text to be displayed for the current culture settings. </returns> </member> <member name="T:DevExpress.Spreadsheet.ActiveSheetChangingEventArgs"> <summary> <para>Provides data for the SpreadsheetControl.ActiveSheetChanging event. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.ActiveSheetChangingEventArgs.#ctor(System.String,System.String)"> <summary> <para>Initializes a new instance of the ActiveSheetChangingEventArgs class with the specified settings. </para> </summary> <param name="oldActiveSheetName"> A string that is the name of the currently active sheet. </param> <param name="newActiveSheetName"> A string that is the name of the sheet that will be active. </param> </member> <member name="P:DevExpress.Spreadsheet.ActiveSheetChangingEventArgs.Cancel"> <summary> <para>Gets or sets whether the changing the active sheet should be canceled. </para> </summary> <value><b>true</b>, to cancel the operation; otherwise, <b>false</b>. </value> </member> <member name="T:DevExpress.Spreadsheet.TableColumn"> <summary> <para>A single column in a table. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.TableColumn.ArrayFormula"> <summary> <para>Gets or sets the array formula applied to all cells in the table column. </para> </summary> <value>A string that is the array formula contained in the cells of the table column. </value> </member> <member name="P:DevExpress.Spreadsheet.TableColumn.DataRange"> <summary> <para>Gets the cell range that contains the column data. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.Range"/> object. </value> </member> <member name="M:DevExpress.Spreadsheet.TableColumn.Delete"> <summary> <para>Deletes a column form a table. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.TableColumn.Formula"> <summary> <para>Gets or sets the formula applied to all cells in the table column. </para> </summary> <value>A string that is the formula contained in the cells of the table column. </value> </member> <member name="P:DevExpress.Spreadsheet.TableColumn.Index"> <summary> <para>Get the zero-based index of the column within the table's <see cref="T:DevExpress.Spreadsheet.TableColumnCollection"/>. </para> </summary> <value>An integer specifying the position of the column in the table. </value> </member> <member name="P:DevExpress.Spreadsheet.TableColumn.Name"> <summary> <para>Gets or sets the name of the table column. </para> </summary> <value>A <see cref="T:System.String"/> value that specifies the table column name. </value> </member> <member name="P:DevExpress.Spreadsheet.TableColumn.Range"> <summary> <para>Gets the cell range that contains the table column. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.Range"/> object. </value> </member> <member name="P:DevExpress.Spreadsheet.TableColumn.Total"> <summary> <para>Gets the cell that contains the column total. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.Range"/> object. </value> </member> <member name="P:DevExpress.Spreadsheet.TableColumn.TotalRowArrayFormula"> <summary> <para>Gets or sets the array formula to calculate the total of the table column. </para> </summary> <value>A string that is the array formula. </value> </member> <member name="P:DevExpress.Spreadsheet.TableColumn.TotalRowFormula"> <summary> <para>Gets or sets the formula to calculate the total of the table column. </para> </summary> <value>A string that is the formula contained in the total cell of the table column. </value> </member> <member name="P:DevExpress.Spreadsheet.TableColumn.TotalRowFunction"> <summary> <para>Gets or sets the function to calculate the total of the table column. </para> </summary> <value>The <see cref="T:DevExpress.Spreadsheet.TotalRowFunction"/> enumeration member. </value> </member> <member name="P:DevExpress.Spreadsheet.TableColumn.TotalRowLabel"> <summary> <para>Gets or sets the text displayed in the total cell of the table column. </para> </summary> <value>A <see cref="T:System.String"/> value that specifies the text contained in the total cell of the table column. </value> </member> <member name="T:DevExpress.XtraSpreadsheet.SpreadsheetBehaviorOptions"> <summary> <para>Provides options to restrict an end-user's ability to manage a document within the <see cref="T:DevExpress.XtraSpreadsheet.SpreadsheetControl"/>. </para> </summary> </member> <member name="M:DevExpress.XtraSpreadsheet.SpreadsheetBehaviorOptions.#ctor"> <summary> <para>Initializes a new instance of the SpreadsheetBehaviorOptions class with default settings. </para> </summary> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetBehaviorOptions.CellEditor"> <summary> <para>Provides access to an option to handle data editing via the cell editor. </para> </summary> <value>A <see cref="T:DevExpress.XtraSpreadsheet.SpreadsheetCellEditorBehaviorOptions"/> object. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetBehaviorOptions.Column"> <summary> <para>Gets or sets whether column operations are permitted. </para> </summary> <value>A <see cref="T:DevExpress.XtraSpreadsheet.SpreadsheetColumnBehaviorOptions"/> object that provides access to options specifying the document's capability to perform different operations over columns. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetBehaviorOptions.Copy"> <summary> <para>Gets or sets whether the <b>Copy</b> operation is permitted. </para> </summary> <value>A <see cref="T:DevExpress.XtraSpreadsheet.DocumentCapability"/> enumeration value specifying the document's capability to perform an operation. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetBehaviorOptions.CopyAllowed"> <summary> <para>Gets whether an end-user is allowed to perform the <b>Copy</b> operation. </para> </summary> <value><b>true</b>, if an operation is allowed; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetBehaviorOptions.CreateNew"> <summary> <para>Gets or sets whether the <b>Create New Document</b> operation is permitted. </para> </summary> <value>A <see cref="T:DevExpress.XtraSpreadsheet.DocumentCapability"/> enumeration value specifying the document's capability to perform an operation. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetBehaviorOptions.CreateNewAllowed"> <summary> <para>Gets whether an end-user is allowed to create new documents. </para> </summary> <value><b>true</b>, if an operation is allowed; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetBehaviorOptions.Cut"> <summary> <para>Gets or sets whether the <b>Cut</b> operation is permitted. </para> </summary> <value>A <see cref="T:DevExpress.XtraSpreadsheet.DocumentCapability"/> enumeration value specifying the document's capability to perform an operation. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetBehaviorOptions.CutAllowed"> <summary> <para>Gets whether an end-user is allowed to perform the <b>Cut</b> operation. </para> </summary> <value><b>true</b>, if an operation is allowed; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetBehaviorOptions.DefaultMaxZoomFactor"> <summary> <para>Gets the maximum zoom factor that is set for the control, by default. </para> </summary> <value>A <see cref="T:System.Single"/> value specifying the default maximum zoom. Currently, it equals positive infinity. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetBehaviorOptions.DefaultMinZoomFactor"> <summary> <para>Gets the minimum zoom factor that is set for the control, by default. </para> </summary> <value>A <see cref="T:System.Single"/> value specifying the default minimum zoom factor. Currently, it equals 0.09. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetBehaviorOptions.Drag"> <summary> <para>Gets or sets whether the <b>Drag</b> operation is permitted. </para> </summary> <value>A <see cref="T:DevExpress.XtraSpreadsheet.DocumentCapability"/> enumeration value specifying the document's capability to perform an operation. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetBehaviorOptions.DragAllowed"> <summary> <para>Gets whether an end-user is allowed to perform the <b>Drag</b> operation. </para> </summary> <value><b>true</b>, if an operation is allowed; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetBehaviorOptions.Drawing"> <summary> <para>Provides access to options that specify the document's capability to perform different operations over drawing objects. </para> </summary> <value>A <see cref="T:DevExpress.XtraSpreadsheet.SpreadsheetDrawingBehaviorOptions"/> object that is a storage of end-user restrictions applied to operations over drawing objects. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetBehaviorOptions.Drop"> <summary> <para>Gets or sets whether the <b>Drop</b> operation is permitted. </para> </summary> <value>A <see cref="T:DevExpress.XtraSpreadsheet.DocumentCapability"/> enumeration value specifying the document's capability to perform an operation. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetBehaviorOptions.DropAllowed"> <summary> <para>Gets whether an end-user is allowed to perform the <b>Drop</b> operation. </para> </summary> <value><b>true</b>, if an operation is allowed; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetBehaviorOptions.FillHandle"> <summary> <para>Provides access to an option which turns the <b>Fill Handle</b> feature on or off. </para> </summary> <value>A <see cref="T:DevExpress.XtraSpreadsheet.SpreadsheetFillHandleBehaviorOptions"/> object that specifies whether or not the <b>Fill Handle</b> option is enabled. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetBehaviorOptions.FreezePanes"> <summary> <para>Gets or sets whether the <b>Freeze Panes</b> operation is permitted. </para> </summary> <value>A <see cref="T:DevExpress.XtraSpreadsheet.DocumentCapability"/> enumeration value specifying the document's capability to perform an operation. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetBehaviorOptions.FreezePanesAllowed"> <summary> <para>Gets whether an end-user is allowed to freeze panes. </para> </summary> <value><b>true</b>, if an operation is allowed; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetBehaviorOptions.FunctionNameCulture"> <summary> <para>Enables you to specify the culture setting for function names in a worksheet that is different from the control's culture settings. </para> </summary> <value>A <see cref="T:DevExpress.XtraSpreadsheet.FunctionNameCulture"/> enumeration member specifying the culture settings used for the names of the worksheet functions. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetBehaviorOptions.MaxZoomFactor"> <summary> <para>Gets or sets the upper limit of document zooming. </para> </summary> <value>A <see cref="T:System.Single"/> value specifying the maximum zoom factor. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetBehaviorOptions.MinZoomFactor"> <summary> <para>Gets or sets the lower limit of document zooming. </para> </summary> <value>A <see cref="T:System.Single"/> value specifying the minimum zoom factor. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetBehaviorOptions.OfficeScrolling"> <summary> <para>Gets or sets whether or not the <b>Office Scrolling</b> feature is enabled. </para> </summary> <value>A <see cref="T:DevExpress.XtraSpreadsheet.DocumentCapability"/> enumeration value specifying the document's capability to perform an operation. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetBehaviorOptions.OfficeScrollingAllowed"> <summary> <para>Gets whether an end-user is allowed to use the office scrolling feature. </para> </summary> <value><b>true</b>, if a feature is allowed; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetBehaviorOptions.Open"> <summary> <para>Gets or sets whether an <b>Open Document</b> operation is permitted. </para> </summary> <value>A <see cref="T:DevExpress.XtraSpreadsheet.DocumentCapability"/> enumeration value specifying the document's capability to perform an operation. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetBehaviorOptions.OpenAllowed"> <summary> <para>Gets whether an end-user is allowed to open documents. </para> </summary> <value><b>true</b>, if an operation is allowed; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetBehaviorOptions.Paste"> <summary> <para>Gets or sets whether the <b>Paste</b> operation is permitted. </para> </summary> <value>A <see cref="T:DevExpress.XtraSpreadsheet.DocumentCapability"/> enumeration value specifying the document's capability to perform an operation. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetBehaviorOptions.PasteAllowed"> <summary> <para>Gets whether an end-user is allowed to perform the <b>Paste</b> operation. </para> </summary> <value><b>true</b>, if an operation is allowed; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetBehaviorOptions.Print"> <summary> <para>Gets or sets whether printing operations are permitted. </para> </summary> <value>A <see cref="T:DevExpress.XtraSpreadsheet.DocumentCapability"/> enumeration value specifying the document's capability to perform an operation. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetBehaviorOptions.PrintAllowed"> <summary> <para>Gets whether an end-user is allowed to print documents. </para> </summary> <value><b>true</b>, if printing operations are allowed; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetBehaviorOptions.Printing"> <summary> <para>Gets or sets whether printing operations are permitted. </para> </summary> <value>A <see cref="T:DevExpress.XtraSpreadsheet.DocumentCapability"/> enumeration value specifying the document's capability to perform an operation. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetBehaviorOptions.PrintingAllowed"> <summary> <para>Gets whether an end-user is allowed to print documents. </para> </summary> <value><b>true</b>, if printing operations are allowed; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetBehaviorOptions.Row"> <summary> <para>Gets or sets whether row operations are permitted. </para> </summary> <value>A <see cref="T:DevExpress.XtraSpreadsheet.SpreadsheetRowBehaviorOptions"/> object that provides access to options specifying the document's capability to perform different operations over rows. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetBehaviorOptions.Save"> <summary> <para>Gets or sets whether the <b>Save Document</b> operation is permitted. </para> </summary> <value>A <see cref="T:DevExpress.XtraSpreadsheet.DocumentCapability"/> enumeration value specifying the document's capability to perform an operation. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetBehaviorOptions.SaveAllowed"> <summary> <para>Gets whether an end-user is allowed to save documents. </para> </summary> <value><b>true</b>, if an operation is allowed; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetBehaviorOptions.SaveAs"> <summary> <para>Gets or sets whether the <b>Save Document As</b> operation is permitted. </para> </summary> <value>A <see cref="T:DevExpress.XtraSpreadsheet.DocumentCapability"/> enumeration value specifying the document's capability to perform an operation. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetBehaviorOptions.SaveAsAllowed"> <summary> <para>Gets whether an end-user is allowed to perform the <b>Save Document As</b> operation. </para> </summary> <value><b>true</b>, if an operation is allowed; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetBehaviorOptions.Selection"> <summary> <para>Returns an object that provides access to cell selection options. </para> </summary> <value>A <see cref="T:DevExpress.XtraSpreadsheet.SpreadsheetSelectionOptions"/> object. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetBehaviorOptions.ShowPopupMenu"> <summary> <para>Gets or sets whether the popup menu can be displayed in the SpreadsheetControl. </para> </summary> <value>A <see cref="T:DevExpress.XtraSpreadsheet.DocumentCapability"/> enumeration value specifying the document's capability to perform an operation. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetBehaviorOptions.ShowPopupMenuAllowed"> <summary> <para>Gets whether an end-user is allowed to invoke the popup menu. </para> </summary> <value><b>true</b>, if an operation is allowed; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetBehaviorOptions.Touch"> <summary> <para>Gets or sets whether the touch device input is analyzed. </para> </summary> <value>A <see cref="T:DevExpress.XtraRichEdit.DocumentCapability"/> enumeration value specifying the control's capability to use a touch device. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetBehaviorOptions.TouchAllowed"> <summary> <para>Gets whether an end-user is allowed to perform the <b>Touch</b> operation. </para> </summary> <value><b>true</b>, if an operation is allowed; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetBehaviorOptions.UseSkinColors"> <summary> <para>Specifies whether skin or system colors should be used for cell font and background. </para> </summary> <value><b>true</b>, if skin colors are used; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetBehaviorOptions.Worksheet"> <summary> <para>Gets or sets whether worksheet operations are permitted. </para> </summary> <value>A <see cref="T:DevExpress.XtraSpreadsheet.SpreadsheetWorksheetBehaviorOptions"/> object that provides access to options specifying the document's capability to perform different operations over worksheets. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetBehaviorOptions.Zooming"> <summary> <para>Gets or sets whether the <b>Zoom</b> operation is permitted. </para> </summary> <value>A <see cref="T:DevExpress.XtraSpreadsheet.DocumentCapability"/> enumeration value specifying the document's capability to perform an operation. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetBehaviorOptions.ZoomingAllowed"> <summary> <para>Gets whether an end-user is allowed to zoom in and out documents. </para> </summary> <value><b>true</b>, if an operation is allowed; otherwise, <b>false</b>. </value> </member> <member name="T:DevExpress.Spreadsheet.Table"> <summary> <para>A table in a worksheet. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.Table.Columns"> <summary> <para>Provides access to the collection of table columns. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.TableColumnCollection"/> object specifying the table's collection of columns. </value> </member> <member name="P:DevExpress.Spreadsheet.Table.Comment"> <summary> <para>Gets or sets a string that provides additional information about the table. </para> </summary> <value>A <see cref="T:System.String"/> value that specifies a comment associated with the table. </value> </member> <member name="M:DevExpress.Spreadsheet.Table.ConvertToRange"> <summary> <para>Converts the table to a regular range of cells without losing data and formatting. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.Table.DataRange"> <summary> <para>Gets the cell range that contains table data. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.Range"/> object. </value> </member> <member name="M:DevExpress.Spreadsheet.Table.Delete"> <summary> <para>Removes the table from the worksheet. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.Table.HeaderRowRange"> <summary> <para>Gets the cell range that contains the header row of the table. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.Range"/> object. </value> </member> <member name="P:DevExpress.Spreadsheet.Table.Name"> <summary> <para>Gets or sets the table name. </para> </summary> <value>A <see cref="T:System.String"/> value that specifies the name of the table. </value> </member> <member name="P:DevExpress.Spreadsheet.Table.Range"> <summary> <para>Gets or sets the range of cells that contains the table. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.Range"/> object specifying the cell range that contains the entire table. </value> </member> <member name="P:DevExpress.Spreadsheet.Table.ShowHeaders"> <summary> <para>Gets or sets whether the table header row is visible. </para> </summary> <value><b>true</b>, to display the header row at the top of the table; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.Spreadsheet.Table.ShowTableStyleColumnStripes"> <summary> <para>Indicates whether alternate shading should be applied to the table columns. </para> </summary> <value><b>true</b>, to apply striped column formatting to the table; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.Spreadsheet.Table.ShowTableStyleFirstColumn"> <summary> <para>Indicates whether special formatting should be applied to the first column of the table. </para> </summary> <value><b>true</b>, to apply special formatting to the first column of the table; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.Spreadsheet.Table.ShowTableStyleLastColumn"> <summary> <para>Indicates whether special formatting should be applied to the last column of the table. </para> </summary> <value><b>true</b>, to apply special formatting to the last column of the table; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.Spreadsheet.Table.ShowTableStyleRowStripes"> <summary> <para>Indicates whether alternate shading should be applied to the table rows. </para> </summary> <value><b>true</b>, to apply striped row formatting to the table; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.Spreadsheet.Table.ShowTotals"> <summary> <para>Gets or sets whether the table total row is visible. </para> </summary> <value><b>true</b>, to display the total row at the end of the table; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.Spreadsheet.Table.Style"> <summary> <para>Gets or sets the style applied to the table. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.TableStyle"/> object that specifies the table style. </value> </member> <member name="P:DevExpress.Spreadsheet.Table.TotalRowRange"> <summary> <para>Gets the cell range that contains the total row of the table. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.Range"/> object. </value> </member> <member name="T:DevExpress.Spreadsheet.Formulas.PowerExpression"> <summary> <para>An exponentiation operator. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.Formulas.PowerExpression.#ctor(DevExpress.Spreadsheet.Formulas.IExpression,DevExpress.Spreadsheet.Formulas.IExpression)"> <summary> <para>Initializes a new instance of the PowerExpression class with the specified settings. </para> </summary> <param name="leftExpression"> An <see cref="T:DevExpress.Spreadsheet.Formulas.IExpression"/> object specifying the left operand. </param> <param name="rightExpression"> An <see cref="T:DevExpress.Spreadsheet.Formulas.IExpression"/> object specifying the right operand. </param> </member> <member name="M:DevExpress.Spreadsheet.Formulas.PowerExpression.Clone"> <summary> <para>Creates a copy of the current PowerExpression object. </para> </summary> <returns>A PowerExpression object which is a copy of the current object. </returns> </member> <member name="M:DevExpress.Spreadsheet.Formulas.PowerExpression.CopyFrom(DevExpress.Spreadsheet.Formulas.PowerExpression)"> <summary> <para>Copies the appropriate properties of the specified object into the current instance of the <b>PowerExpression</b> class. </para> </summary> <param name="value"> A PowerExpression class instance, representing the source object for copying. </param> </member> <member name="P:DevExpress.Spreadsheet.Formulas.PowerExpression.OperatorText"> <summary> <para>Gets the symbols that designate the operation. </para> </summary> <value>Returns the "^" string. </value> </member> <member name="M:DevExpress.Spreadsheet.Formulas.PowerExpression.Visit(DevExpress.Spreadsheet.Formulas.IExpressionVisitor)"> <summary> <para>Calls the visitor delegate on the expression. </para> </summary> <param name="visitor"> A <b>DevExpress.Spreadsheet.Formulas.IExpressionVisitor</b> object that is the expression visitor. </param> </member> <member name="T:DevExpress.Spreadsheet.ConditionalFormattingDataBarDirection"> <summary> <para>Lists values that specify the direction of data bars when the data bar conditional format is applied. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.ConditionalFormattingDataBarDirection.Context"> <summary> <para>Specifies the direction based on the current locale. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.ConditionalFormattingDataBarDirection.LeftToRight"> <summary> <para>Specifies the left-to-right direction. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.ConditionalFormattingDataBarDirection.RightToLeft"> <summary> <para>Specifies the right-to-left direction. </para> </summary> </member> <member name="T:DevExpress.Spreadsheet.ActiveSheetChangedEventHandler"> <summary> <para>A method that will handle the <see cref="E:DevExpress.XtraSpreadsheet.SpreadsheetControl.ActiveSheetChanged"/> event. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.ActiveSheetChangedEventHandler.Invoke(System.Object,DevExpress.Spreadsheet.ActiveSheetChangedEventArgs)"> <summary> <para>A method that will handle the <b>ActiveSheetChanged</b> event of the SpreadsheetControl. </para> </summary> <param name="sender"> The event source. This parameter identifies the SpreadsheetControl which raised the event. </param> <param name="e"> A <see cref="T:DevExpress.Spreadsheet.ActiveSheetChangedEventArgs"/> object which contains event data. </param> </member> <member name="T:DevExpress.Spreadsheet.ShapeCollection"> <summary> <para>A collection of Shape objects. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.ShapeCollection.AddPicture(System.String,DevExpress.Spreadsheet.Cell)"> <summary> <para>Inserts a picture from a file so that the top left corner of the picture is located at the specified cell. </para> </summary> <param name="filename"> A string that specifies a path to the image file. </param> <param name="topLeftCell"> A <see cref="T:DevExpress.Spreadsheet.Cell"/> where the top left corner of the picture is located. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.Picture"/> object that is the inserted picture. </returns> </member> <member name="M:DevExpress.Spreadsheet.ShapeCollection.AddPicture(System.Drawing.Image,DevExpress.Spreadsheet.Range)"> <summary> <para>Inserts an image to fit in the specified range. </para> </summary> <param name="image"> A <see cref="T:System.Drawing.Image"/> object that is the image to insert. </param> <param name="targetRange"> A <see cref="T:DevExpress.Spreadsheet.Range"/> to which the inserted picture fits. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.Picture"/> object that is the inserted picture. </returns> </member> <member name="M:DevExpress.Spreadsheet.ShapeCollection.AddPicture(System.String,DevExpress.Spreadsheet.Range)"> <summary> <para>Inserts a picture from a file to fit in the specified range. </para> </summary> <param name="filename"> A string that specifies a path to the image file. </param> <param name="targetRange"> A <see cref="T:DevExpress.Spreadsheet.Range"/> to which the inserted picture fits. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.Picture"/> object that is the inserted picture. </returns> </member> <member name="M:DevExpress.Spreadsheet.ShapeCollection.AddPicture(DevExpress.Spreadsheet.SpreadsheetImageSource,DevExpress.Spreadsheet.Cell)"> <summary> <para>Inserts a picture from the SpreadsheetImageSource object so that the top left corner of the picture is located at the specified cell. </para> </summary> <param name="imageSource"> A <see cref="T:DevExpress.Spreadsheet.SpreadsheetImageSource"/> object containing an image to insert. </param> <param name="topLeftCell"> A <see cref="T:DevExpress.Spreadsheet.Cell"/> where the top left corner of the picture is located. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.Picture"/> object that is the inserted picture. </returns> </member> <member name="M:DevExpress.Spreadsheet.ShapeCollection.AddPicture(DevExpress.Spreadsheet.SpreadsheetImageSource,DevExpress.Spreadsheet.Range)"> <summary> <para>Inserts a picture from the SpreadsheetImageSource object to fit in the specified range. </para> </summary> <param name="imageSource"> A <see cref="T:DevExpress.Spreadsheet.SpreadsheetImageSource"/> object containing an image to insert. </param> <param name="targetRange"> A <see cref="T:DevExpress.Spreadsheet.Range"/> to which the inserted picture fits. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.Picture"/> object that is the inserted picture. </returns> </member> <member name="M:DevExpress.Spreadsheet.ShapeCollection.AddPicture(DevExpress.Spreadsheet.SpreadsheetImageSource,System.Single,System.Single,System.Single,System.Single)"> <summary> <para>Inserts a picture from the SpreadsheetImageSource object at the specified location and resize it to the specified dimensions. </para> </summary> <param name="imageSource"> A <see cref="T:DevExpress.Spreadsheet.SpreadsheetImageSource"/> object containing an image to insert. </param> <param name="x"> A <see cref="T:System.Single"/> value that is the distance from the left of the worksheet. </param> <param name="y"> A <see cref="T:System.Single"/> value that is the distance from the left of the worksheet. </param> <param name="width"> A <see cref="T:System.Single"/> value that is the desired width of the picture. </param> <param name="height"> A <see cref="T:System.Single"/> value that is the desired height of the picture. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.Picture"/> object that is the inserted picture. </returns> </member> <member name="M:DevExpress.Spreadsheet.ShapeCollection.AddPicture(System.String,System.Single,System.Single,System.Single,System.Single,System.Boolean)"> <summary> <para>Inserts a picture from a file at the specified location and resizes it to the specified dimensions allowing you to lock the aspect ratio. </para> </summary> <param name="filename"> A string that specifies a path to the image file. </param> <param name="x"> A <see cref="T:System.Single"/> value that is the distance from the left of the worksheet. </param> <param name="y"> A <see cref="T:System.Single"/> value that is the distance from the top of the worksheet. </param> <param name="width"> A <see cref="T:System.Single"/> value that is the desired width of the picture. </param> <param name="height"> A <see cref="T:System.Single"/> value that is the desired height of the picture. </param> <param name="lockAspectRatio"> <b>true</b>, to lock the aspect ratio; otherwise, <b>false</b>. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.Picture"/> object that is the inserted picture. </returns> </member> <member name="M:DevExpress.Spreadsheet.ShapeCollection.AddPicture(System.Drawing.Image,DevExpress.Spreadsheet.Range,System.Boolean)"> <summary> <para>Inserts an image to fit in the specified range allowing you to lock the aspect ratio. </para> </summary> <param name="image"> A <see cref="T:System.Drawing.Image"/> object that is the image to insert. </param> <param name="targetRange"> A <see cref="T:DevExpress.Spreadsheet.Range"/> to which the inserted picture fits. </param> <param name="lockAspectRatio"> <b>true</b>, to lock the aspect ratio; otherwise, <b>false</b>. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.Picture"/> object that is the inserted picture. </returns> </member> <member name="M:DevExpress.Spreadsheet.ShapeCollection.AddPicture(System.String,DevExpress.Spreadsheet.Range,System.Boolean)"> <summary> <para>Inserts a picture from a file to fit in the specified range allowing you to lock the aspect ratio. </para> </summary> <param name="filename"> A string that specifies a path to the image file. </param> <param name="targetRange"> A <see cref="T:DevExpress.Spreadsheet.Range"/> to which the inserted picture fits. </param> <param name="lockAspectRatio"> <b>true</b>, to lock the aspect ratio; otherwise, <b>false</b>. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.Picture"/> object that is the inserted picture. </returns> </member> <member name="M:DevExpress.Spreadsheet.ShapeCollection.AddPicture(System.String,System.Single,System.Single)"> <summary> <para>Inserts a picture from a file at the specified location. </para> </summary> <param name="filename"> A string that specifies a path to the image file. </param> <param name="x"> A <see cref="T:System.Single"/> value that is the distance from the left of the worksheet. </param> <param name="y"> A <see cref="T:System.Single"/> value that is the distance from the top of the worksheet. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.Picture"/> object that is the inserted picture. </returns> </member> <member name="M:DevExpress.Spreadsheet.ShapeCollection.AddPicture(System.String,System.Single,System.Single,System.Single,System.Single)"> <summary> <para>Inserts a picture from a file at the specified location and resizes it to the specified dimensions. </para> </summary> <param name="filename"> A string that specifies a path to the image file. </param> <param name="x"> A <see cref="T:System.Single"/> value that is the distance from the left of the worksheet. </param> <param name="y"> A <see cref="T:System.Single"/> value that is the distance from the top of the worksheet. </param> <param name="width"> A <see cref="T:System.Single"/> value that is the desired width of the picture. </param> <param name="height"> A <see cref="T:System.Single"/> value that is the desired height of the picture. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.Picture"/> object that is the inserted picture. </returns> </member> <member name="M:DevExpress.Spreadsheet.ShapeCollection.AddPicture(System.Drawing.Image,System.Single,System.Single)"> <summary> <para>Inserts a picture from the Image object at the specified location. </para> </summary> <param name="image"> A <see cref="T:System.Drawing.Image"/> object that is the image to insert. </param> <param name="x"> A <see cref="T:System.Single"/> value that is the distance from the left of the worksheet. </param> <param name="y"> A <see cref="T:System.Single"/> value that is the distance from the top of the worksheet. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.Picture"/> object that is the inserted picture. </returns> </member> <member name="M:DevExpress.Spreadsheet.ShapeCollection.AddPicture(System.Drawing.Image,System.Single,System.Single,System.Single,System.Single,System.Boolean)"> <summary> <para>Inserts a picture from the Image object at the specified location and resizes it to the specified dimensions allowing you to lock the aspect ratio. </para> </summary> <param name="image"> A <see cref="T:System.Drawing.Image"/> object that is the image to insert. </param> <param name="x"> A <see cref="T:System.Single"/> value that is the distance from the left of the worksheet. </param> <param name="y"> A <see cref="T:System.Single"/> value that is the distance from the top of the worksheet. </param> <param name="width"> A <see cref="T:System.Single"/> value that is the desired width of the picture. </param> <param name="height"> A <see cref="T:System.Single"/> value that is the desired height of the picture. </param> <param name="lockAspectRatio"> <b>true</b>, to lock the aspect ratio; otherwise, <b>false</b>. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.Picture"/> object that is the inserted picture. </returns> </member> <member name="M:DevExpress.Spreadsheet.ShapeCollection.AddPicture(DevExpress.Spreadsheet.SpreadsheetImageSource,DevExpress.Spreadsheet.Range,System.Boolean)"> <summary> <para>Inserts a picture from the SpreadsheetImageSource object to fit in the specified range allowing you to lock the aspect ratio. </para> </summary> <param name="imageSource"> A <see cref="T:DevExpress.Spreadsheet.SpreadsheetImageSource"/> object containing an image to insert. </param> <param name="targetRange"> A <see cref="T:DevExpress.Spreadsheet.Range"/> to which the inserted picture fits. </param> <param name="lockAspectRatio"> <b>true</b>, to lock the aspect ratio; otherwise, <b>false</b>. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.Picture"/> object that is the inserted picture. </returns> </member> <member name="M:DevExpress.Spreadsheet.ShapeCollection.AddPicture(DevExpress.Spreadsheet.SpreadsheetImageSource,System.Single,System.Single)"> <summary> <para>Inserts a picture from the SpreadsheetImageSource object at the specified location. </para> </summary> <param name="imageSource"> A <see cref="T:DevExpress.Spreadsheet.SpreadsheetImageSource"/> object containing an image to insert. </param> <param name="x"> A <see cref="T:System.Single"/> value that is the distance from the left of the worksheet. </param> <param name="y"> A <see cref="T:System.Single"/> value that is the distance from the left of the worksheet. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.Picture"/> object that is the inserted picture. </returns> </member> <member name="M:DevExpress.Spreadsheet.ShapeCollection.AddPicture(DevExpress.Spreadsheet.SpreadsheetImageSource,System.Single,System.Single,System.Single,System.Single,System.Boolean)"> <summary> <para>Inserts a picture from the SpreadsheetImageSource object at the specified location and resize it to the specified dimensions allowing you to lock the aspect ratio. </para> </summary> <param name="imageSource"> A <see cref="T:DevExpress.Spreadsheet.SpreadsheetImageSource"/> object containing an image to insert. </param> <param name="x"> A <see cref="T:System.Single"/> value that is the distance from the left of the worksheet. </param> <param name="y"> A <see cref="T:System.Single"/> value that is the distance from the left of the worksheet. </param> <param name="width"> A <see cref="T:System.Single"/> value that is the desired width of the picture. </param> <param name="height"> A <see cref="T:System.Single"/> value that is the desired height of the picture. </param> <param name="lockAspectRatio"> <b>true</b>, to lock the aspect ratio; otherwise, <b>false</b>. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.Picture"/> object that is the inserted picture. </returns> </member> <member name="M:DevExpress.Spreadsheet.ShapeCollection.AddPicture(System.Drawing.Image,DevExpress.Spreadsheet.Cell)"> <summary> <para>Inserts a picture from the Image object so that the top left corner of the picture is located at the specified cell. </para> </summary> <param name="image"> A <see cref="T:System.Drawing.Image"/> object that is the image to insert. </param> <param name="topLeftCell"> A <see cref="T:DevExpress.Spreadsheet.Cell"/> where the top left corner of the picture is located. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.Picture"/> object that is the inserted picture. </returns> </member> <member name="M:DevExpress.Spreadsheet.ShapeCollection.AddPicture(System.Drawing.Image,System.Single,System.Single,System.Single,System.Single)"> <summary> <para>Inserts an image at the specified location and resize it to the specified dimensions. </para> </summary> <param name="image"> A <see cref="T:System.Drawing.Image"/> object that is the image to insert. </param> <param name="x"> A <see cref="T:System.Single"/> value that is the distance from the left of the worksheet. </param> <param name="y"> A <see cref="T:System.Single"/> value that is the distance from the top of the worksheet. </param> <param name="width"> A <see cref="T:System.Single"/> value that is the desired width of the picture. </param> <param name="height"> A <see cref="T:System.Single"/> value that is the desired height of the picture. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.Picture"/> object that is the inserted picture. </returns> </member> <member name="M:DevExpress.Spreadsheet.ShapeCollection.Clear"> <summary> <para>Removes all objects from the ShapeCollection instance. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.ShapeCollection.Contains(System.String)"> <summary> <para>Determines whether the collection contains the specified item. </para> </summary> <param name="shapeName"> A string that is the shape name. </param> <returns><b>true</b>, if the collection contains the specified item; otherwise, <b>false</b>. </returns> </member> <member name="M:DevExpress.Spreadsheet.ShapeCollection.GetShapeById(System.Int32)"> <summary> <para>Gets a shape by its index in the collection. </para> </summary> <param name="id"> The index of a shape in a collection. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.Shape"/> object. </returns> </member> <member name="M:DevExpress.Spreadsheet.ShapeCollection.GetShapesByName(System.String)"> <summary> <para>Gets shape(s) by name. </para> </summary> <param name="shapeName"> A string that is the name of a shape. </param> <returns>A collection of shapes with the same name. </returns> </member> <member name="M:DevExpress.Spreadsheet.ShapeCollection.NormalizeZOrder"> <summary> <para>Recalculates z-order values for shapes, so that they are consecutive integers. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.ShapeCollection.RemoveAt(System.Int32)"> <summary> <para>Removes the element at the specified index of the ShapeCollection instance. </para> </summary> <param name="index"> A zero-based integer specifying the index of the object to remove. If it's negative or exceeds the number of elements, an exception is raised. </param> </member> <member name="T:DevExpress.Spreadsheet.Charts.AxisPosition"> <summary> <para>Lists values used to specify the position of the axis on the chart. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.AxisPosition.Bottom"> <summary> <para>Specifies that the axis must be displayed at the bottom of the plot area. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.AxisPosition.Left"> <summary> <para>Specifies that the axis must be displayed to the left of the plot area. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.AxisPosition.Right"> <summary> <para>Specifies that the axis must be displayed to the right of the plot area. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.AxisPosition.Top"> <summary> <para>Specifies that the axis must be displayed at the top of the plot area. </para> </summary> </member> <member name="T:DevExpress.Spreadsheet.Export.DataTableExportOptions"> <summary> <para>Comprises various options and settings which are used for exporting cell values to a DataTable. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.Export.DataTableExportOptions.#ctor"> <summary> <para>Initializes a new instance of the DataTableExportOptions class with default settings. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.Export.DataTableExportOptions.ConvertEmptyCells"> <summary> <para>Gets or sets whether a cell with an empty value is processed by a converter. </para> </summary> <value><b>true</b>, to process cells with empty values; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.Spreadsheet.Export.DataTableExportOptions.CustomConverters"> <summary> <para>Gets or sets custom converters for cell values. </para> </summary> <value>A generic dictionary <see cref="T:System.Collections.Generic.Dictionary`2[[System.String],[DevExpress.Spreadsheet.Export.ICellValueToColumnTypeConverter]]"/>, providing a collection of complementary column name - converter pairs. </value> </member> <member name="P:DevExpress.Spreadsheet.Export.DataTableExportOptions.DefaultCellValueToColumnTypeConverter"> <summary> <para>Specifies the default converter for cell values to all data types except strings. </para> </summary> <value>A <b>DevExpress.Spreadsheet.Export.CellValueToColumnTypeConverter</b> object that enables you to specify conversion options. </value> </member> <member name="P:DevExpress.Spreadsheet.Export.DataTableExportOptions.DefaultCellValueToStringConverter"> <summary> <para>Specifies the default converter for DataTable columns with the String datatype. </para> </summary> <value>A <b>DevExpress.Spreadsheet.Export.CellValueToStringConverter</b> object that enables you to specify conversion options. </value> </member> <member name="P:DevExpress.Spreadsheet.Export.DataTableExportOptions.OptimizationType"> <summary> <para>Gets or sets the type of optimization used for cell value conversion. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.Export.DataTableExporterOptimizationType"/> enumeration member. </value> </member> <member name="P:DevExpress.Spreadsheet.Export.DataTableExportOptions.SkipEmptyRows"> <summary> <para>Gets or sets whether to skip rows containing only empty cells in the exported range. </para> </summary> <value><b>true</b>, to skip rows with empty cell values; otherwise, <b>false</b>. </value> </member> <member name="T:DevExpress.Spreadsheet.ReferenceElement"> <summary> <para>Contains values to specify the type of a cell reference to be obtained. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.ReferenceElement.ColumnAbsolute"> <summary> <para>The cell reference has the absolute column reference. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.ReferenceElement.IncludeSheetName"> <summary> <para>The cell reference includes the worksheet name. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.ReferenceElement.RowAbsolute"> <summary> <para>The cell reference has the absolute row reference. </para> </summary> </member> <member name="T:DevExpress.XtraSpreadsheet.Export.Html.CssPropertiesExportType"> <summary> <para>Lists possible ways to export style information. </para> </summary> </member> <member name="F:DevExpress.XtraSpreadsheet.Export.Html.CssPropertiesExportType.Inline"> <summary> <para>CSS is embedded by placing it as an attribute to an HTML tag. </para> </summary> </member> <member name="F:DevExpress.XtraSpreadsheet.Export.Html.CssPropertiesExportType.Link"> <summary> <para>CSS is included as a link to an external CSS-file. </para> </summary> </member> <member name="F:DevExpress.XtraSpreadsheet.Export.Html.CssPropertiesExportType.Style"> <summary> <para>CSS is included in a tag. </para> </summary> </member> <member name="T:DevExpress.XtraSpreadsheet.SpreadsheetColumnBehaviorOptions"> <summary> <para>Provides options to restrict an end-user's ability to manage columns in a worksheet of the workbook loaded into <see cref="T:DevExpress.XtraSpreadsheet.SpreadsheetControl"/>. </para> </summary> </member> <member name="M:DevExpress.XtraSpreadsheet.SpreadsheetColumnBehaviorOptions.#ctor"> <summary> <para>Initializes a new instance of the SpreadsheetColumnBehaviorOptions class with default settings. </para> </summary> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetColumnBehaviorOptions.AutoFit"> <summary> <para>Gets or sets the document's capability to adjust the column width to accommodate cell content. </para> </summary> <value>A <see cref="T:DevExpress.XtraSpreadsheet.DocumentCapability"/> enumeration value specifying the document's capability to perform an operation. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetColumnBehaviorOptions.Delete"> <summary> <para>Gets or sets the document's capability to delete columns. </para> </summary> <value>A <see cref="T:DevExpress.XtraSpreadsheet.DocumentCapability"/> enumeration value specifying the document's capability to perform an operation. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetColumnBehaviorOptions.Hide"> <summary> <para>Gets or sets the document's capability to hide columns. </para> </summary> <value>A <see cref="T:DevExpress.XtraSpreadsheet.DocumentCapability"/> enumeration value specifying the document's capability to perform an operation. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetColumnBehaviorOptions.Insert"> <summary> <para>Gets or sets the document's capability to insert new columns. </para> </summary> <value>A <see cref="T:DevExpress.XtraSpreadsheet.DocumentCapability"/> enumeration value specifying the document's capability to perform an operation. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetColumnBehaviorOptions.IsAutoFitAllowed"> <summary> <para>Gets whether an end-user is allowed to use the AutoFit feature for columns. </para> </summary> <value><b>true</b>, if a feature is allowed; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetColumnBehaviorOptions.IsDeleteAllowed"> <summary> <para>Gets whether an end-user is allowed to delete columns. </para> </summary> <value><b>true</b>, if an operation is allowed; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetColumnBehaviorOptions.IsHideAllowed"> <summary> <para>Gets whether an end-user is allowed to hide columns. </para> </summary> <value><b>true</b>, if an operation is allowed; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetColumnBehaviorOptions.IsInsertAllowed"> <summary> <para>Gets whether an end-user is allowed to insert new columns. </para> </summary> <value><b>true</b>, if an operation is allowed; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetColumnBehaviorOptions.IsResizeAllowed"> <summary> <para>Gets whether an end-user is allowed to change column widths. </para> </summary> <value><b>true</b>, if an operation is allowed; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetColumnBehaviorOptions.IsUnhideAllowed"> <summary> <para>Gets whether an end-user is allowed to unhide columns. </para> </summary> <value><b>true</b>, if an operation is allowed; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetColumnBehaviorOptions.Resize"> <summary> <para>Gets or sets the document's capability to change column widths. </para> </summary> <value>A <see cref="T:DevExpress.XtraSpreadsheet.DocumentCapability"/> enumeration value specifying the document's capability to perform an operation. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetColumnBehaviorOptions.Unhide"> <summary> <para>Gets or sets the document's capability to unhide columns. </para> </summary> <value>A <see cref="T:DevExpress.XtraSpreadsheet.DocumentCapability"/> enumeration value specifying the document's capability to perform an operation. </value> </member> <member name="T:DevExpress.Spreadsheet.Formulas.CellArea"> <summary> <para> [To be supplied] </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.Formulas.CellArea.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)"> <summary> <para>Initializes a new instance of the CellArea class with the specified settings. </para> </summary> <param name="leftColumnIndex"> An integer that is the index of the leftmost column in the range which the CellArea represents. </param> <param name="topRowIndex"> An integer that is the index of the top row in the range which the CellArea represents. </param> <param name="rightColumnIndex"> An integer that is the index of the rightmost column in the range which the CellArea represents. </param> <param name="bottomRowIndex"> An integer that is the index of the bottom row in the range which the CellArea represents. </param> </member> <member name="M:DevExpress.Spreadsheet.Formulas.CellArea.#ctor(DevExpress.Spreadsheet.Range)"> <summary> <para>Initializes a new instance of the CellArea class with the specified settings. </para> </summary> <param name="sourceRange"> A <see cref="T:DevExpress.Spreadsheet.Range"/> object that is the cell range which the CellArea represents. </param> </member> <member name="M:DevExpress.Spreadsheet.Formulas.CellArea.#ctor(DevExpress.Spreadsheet.Formulas.CellReferencePosition,DevExpress.Spreadsheet.Formulas.CellReferencePosition)"> <summary> <para>Initializes a new instance of the CellArea class with the specified settings. </para> </summary> <param name="topLeft"> A <see cref="T:DevExpress.Spreadsheet.Formulas.CellReferencePosition"/> object that specifies the top left cell of an area. </param> <param name="bottomRight"> A <see cref="T:DevExpress.Spreadsheet.Formulas.CellReferencePosition"/> object that specifies the bottom right cell of an area. </param> </member> <member name="P:DevExpress.Spreadsheet.Formulas.CellArea.BottomRight"> <summary> <para>Gets or sets the position of the bottom-right corner of the rectangular cell area. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.Formulas.CellReferencePosition"/> object that specifies the cell coordinate. </value> </member> <member name="P:DevExpress.Spreadsheet.Formulas.CellArea.BottomRowIndex"> <summary> <para>Gets or sets the index of the bottom row of the cell area. </para> </summary> <value>An integer that is the row index. </value> </member> <member name="M:DevExpress.Spreadsheet.Formulas.CellArea.Clone"> <summary> <para>Creates a copy of the current CellArea object. </para> </summary> <returns>A CellArea object which is a copy of the current object. </returns> </member> <member name="P:DevExpress.Spreadsheet.Formulas.CellArea.ColumnCount"> <summary> <para>Gets the number of columns in the cell area. </para> </summary> <value>An integer that is the number of columns. </value> </member> <member name="M:DevExpress.Spreadsheet.Formulas.CellArea.CopyFrom(DevExpress.Spreadsheet.Formulas.CellArea)"> <summary> <para>Copies the appropriate properties of the specified object into the current instance of the <b>CellArea</b> class. </para> </summary> <param name="value"> A CellArea class instance, representing the source object for copying. </param> </member> <member name="P:DevExpress.Spreadsheet.Formulas.CellArea.LeftColumnIndex"> <summary> <para>Gets or sets the index of the left column in the cell area. </para> </summary> <value>An integer that is the column index. </value> </member> <member name="M:DevExpress.Spreadsheet.Formulas.CellArea.Normalize"> <summary> <para> [To be supplied] </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.Formulas.CellArea.RightColumnIndex"> <summary> <para>Gets or sets the index of the rightmost column in the cell area. </para> </summary> <value>An integer that is the column index. </value> </member> <member name="P:DevExpress.Spreadsheet.Formulas.CellArea.RowCount"> <summary> <para>Gets the number of rows in the cell area. </para> </summary> <value>An integer that is the number of rows. </value> </member> <member name="P:DevExpress.Spreadsheet.Formulas.CellArea.TopLeft"> <summary> <para>Gets or sets the position of the top left corner of the rectangular cell area. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.Formulas.CellReferencePosition"/> object that specifies the cell coordinate. </value> </member> <member name="P:DevExpress.Spreadsheet.Formulas.CellArea.TopRowIndex"> <summary> <para>Gets or sets the index of the top row in the cell area. </para> </summary> <value>An integer that is the row index. </value> </member> <member name="M:DevExpress.Spreadsheet.Formulas.CellArea.ToString"> <summary> <para>Gets reference string to a range represented by the CellArea object. </para> </summary> <returns>A string reference to a cell range in <see cref="F:DevExpress.Spreadsheet.ReferenceStyle.A1"/> style. </returns> </member> <member name="T:DevExpress.Spreadsheet.ArrayFormulaCollection"> <summary> <para>A collection of ArrayFormula objects. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.ArrayFormulaCollection.Add(DevExpress.Spreadsheet.Range,System.String)"> <summary> <para>Creates a new array formula and adds it to the collection. </para> </summary> <param name="range"> A <see cref="T:DevExpress.Spreadsheet.Range"/> object that specifies the range to which the array formula applies. </param> <param name="formula"> A string that is the array formula. </param> <returns>An <see cref="T:DevExpress.Spreadsheet.ArrayFormula"/> object that is the newly added element in the collection. </returns> </member> <member name="M:DevExpress.Spreadsheet.ArrayFormulaCollection.Clear"> <summary> <para>Clears all array formulas. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.ArrayFormulaCollection.Contains(DevExpress.Spreadsheet.ArrayFormula)"> <summary> <para>Determines whether the collection contains the specified formula. </para> </summary> <param name="arrayFormula"> An <see cref="T:DevExpress.Spreadsheet.ArrayFormula"/> to locate in the collection. </param> <returns><b>true</b>, if the collection contains the specified item; otherwise, <b>false</b>. </returns> </member> <member name="M:DevExpress.Spreadsheet.ArrayFormulaCollection.IndexOf(DevExpress.Spreadsheet.ArrayFormula)"> <summary> <para>Returns the zero-based index of the specified element in the collection. </para> </summary> <param name="arrayFormula"> An <see cref="T:DevExpress.Spreadsheet.ArrayFormula"/> to locate in the collection. </param> <returns>An integer value that is the position of the specified element in the collection. </returns> </member> <member name="M:DevExpress.Spreadsheet.ArrayFormulaCollection.Remove(DevExpress.Spreadsheet.ArrayFormula)"> <summary> <para>Clears the ranges containing the specified array formula. </para> </summary> <param name="arrayFormula"> An <see cref="T:DevExpress.Spreadsheet.ArrayFormula"/> to clear. </param> </member> <member name="M:DevExpress.Spreadsheet.ArrayFormulaCollection.Remove(DevExpress.Spreadsheet.Range)"> <summary> <para>Clears the array formula in the specified range. </para> </summary> <param name="range"> A <see cref="T:DevExpress.Spreadsheet.Range"/> object from which the array formula is to be removed. </param> </member> <member name="M:DevExpress.Spreadsheet.ArrayFormulaCollection.RemoveAt(System.Int32)"> <summary> <para>Removes the element at the specified index of the ArrayFormulaCollection instance. </para> </summary> <param name="index"> A zero-based integer specifying the index of the object to remove. If it's negative or exceeds the number of elements, an exception is raised. </param> </member> <member name="T:DevExpress.Spreadsheet.Export.ICellValueToColumnTypeConverter"> <summary> <para>Base interface implemented by converters which are used by the <see cref="T:DevExpress.Spreadsheet.Export.DataTableExporter"/>. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.Export.ICellValueToColumnTypeConverter.Convert(DevExpress.Spreadsheet.Cell,DevExpress.Spreadsheet.CellValue,System.Type,System.Object@)"> <summary> <para>Converts a cell value to the data stored in the DataTable. </para> </summary> <param name="readOnlyCell"> A <see cref="T:DevExpress.Spreadsheet.Cell"/> object that is the worksheet cell containing the source value. </param> <param name="cellValue"> A <see cref="T:DevExpress.Spreadsheet.CellValue"/> object that is the cell value to be converted. </param> <param name="dataColumnType"> A <see cref="T:System.Type"/> object that indicates the type of data stored in the column. </param> <param name="result"> An object that is the result of conversion. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.Export.ConversionResult"/> enumeration that indicates whether the conversion is successful. </returns> </member> <member name="P:DevExpress.Spreadsheet.Export.ICellValueToColumnTypeConverter.EmptyCellValue"> <summary> <para>Gets or sets a value used when exporting an empty cell. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.CellValue"/> object that is the cell value. Default is <see cref="P:DevExpress.Spreadsheet.CellValue.Empty"/>. </value> </member> <member name="T:DevExpress.XtraSpreadsheet.ShowSelectionMode"> <summary> <para>Lists values used to specify whether the cell selection should be highlighted when the <see cref="T:DevExpress.XtraSpreadsheet.SpreadsheetControl"/> is not focused. </para> </summary> </member> <member name="F:DevExpress.XtraSpreadsheet.ShowSelectionMode.Always"> <summary> <para>The selected cells are always highlighted in the SpreadsheetControl, even if the control is not focused. </para> </summary> </member> <member name="F:DevExpress.XtraSpreadsheet.ShowSelectionMode.Focused"> <summary> <para>The selected cells are highlighted in the SpreadsheetControl only if the control is focused. </para> </summary> </member> <member name="T:DevExpress.Spreadsheet.Functions.ParameterAttributes"> <summary> <para>Lists parameter attributes. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Functions.ParameterAttributes.Optional"> <summary> <para>The parameter is not required. If it is missing, the function still compiles and evaluates. Note that optional parameters should come after all required parameters. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Functions.ParameterAttributes.OptionalUnlimited"> <summary> <para>Any number of parameters which are not required. Note that the total number of parameters should not exceed 255 and the optional unlimited parameter should be the final parameter. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Functions.ParameterAttributes.Required"> <summary> <para>The parameter is mandatory. A missing parameter results in a user warning dialog. </para> </summary> </member> <member name="T:DevExpress.Spreadsheet.Formulas.SheetReference"> <summary> <para> [To be supplied] </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.Formulas.SheetReference.#ctor(DevExpress.Spreadsheet.IWorkbook,System.String)"> <summary> <para>Initializes a new instance of the SheetReference class with the specified settings. </para> </summary> <param name="workbook"> An <see cref="T:DevExpress.Spreadsheet.IWorkbook"/> object that is the workbook containing the specified worksheet. </param> <param name="sheetName"> A string that is the name of the worksheet. </param> </member> <member name="M:DevExpress.Spreadsheet.Formulas.SheetReference.#ctor(DevExpress.Spreadsheet.IWorkbook)"> <summary> <para>Initializes a new instance of the SheetReference class with the specified settings. </para> </summary> <param name="workbook"> An <see cref="T:DevExpress.Spreadsheet.IWorkbook"/> object that is the workbook containing the specified worksheet. </param> </member> <member name="M:DevExpress.Spreadsheet.Formulas.SheetReference.#ctor(DevExpress.Spreadsheet.IWorkbook,System.String,System.String)"> <summary> <para>Initializes a new instance of the SheetReference class with the specified settings. </para> </summary> <param name="workbook"> An <see cref="T:DevExpress.Spreadsheet.IWorkbook"/> object that is the workbook containing the specified worksheet. </param> <param name="startSheetName"> A string that is the name of the worksheet. For 3D references, this is the start reference. </param> <param name="endSheetName"> A string that is the name of the worksheet. Valid only for 3D references where it is the end reference. </param> </member> <member name="M:DevExpress.Spreadsheet.Formulas.SheetReference.Clone"> <summary> <para>Creates a copy of the current SheetReference object. </para> </summary> <returns>A SheetReference object which is a copy of the current object. </returns> </member> <member name="M:DevExpress.Spreadsheet.Formulas.SheetReference.CopyFrom(DevExpress.Spreadsheet.Formulas.SheetReference)"> <summary> <para>Copies the appropriate properties of the specified object into the current instance of the <b>SheetReference</b> class. </para> </summary> <param name="value"> A SheetReference class instance, representing the source object for copying. </param> </member> <member name="P:DevExpress.Spreadsheet.Formulas.SheetReference.EndSheetName"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Formulas.SheetReference.ExternalLinkName"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Formulas.SheetReference.StartSheetName"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Formulas.SheetReference.Type"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="T:DevExpress.XtraSpreadsheet.CellEditorMode"> <summary> <para>Lists modes that specify the cell editor and entry type. </para> </summary> </member> <member name="F:DevExpress.XtraSpreadsheet.CellEditorMode.Edit"> <summary> <para>Edit directly in a cell. </para> </summary> </member> <member name="F:DevExpress.XtraSpreadsheet.CellEditorMode.EditInFormulaBar"> <summary> <para>Edit in a formula bar. </para> </summary> </member> <member name="F:DevExpress.XtraSpreadsheet.CellEditorMode.Enter"> <summary> <para>Cell data is replaced with an entry. </para> </summary> </member> <member name="T:DevExpress.Spreadsheet.PictureCollection"> <summary> <para> [To be supplied] </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.PictureCollection.AddPicture(System.Drawing.Image,DevExpress.Spreadsheet.Cell)"> <summary> <para> [To be supplied] </para> </summary> <param name="image"> [To be supplied] </param> <param name="topLeftCell"> [To be supplied] </param> <returns> [To be supplied] </returns> </member> <member name="M:DevExpress.Spreadsheet.PictureCollection.AddPicture(System.String,System.Single,System.Single,System.Single,System.Single,System.Boolean)"> <summary> <para> [To be supplied] </para> </summary> <param name="filename"> [To be supplied] </param> <param name="x"> [To be supplied] </param> <param name="y"> [To be supplied] </param> <param name="width"> [To be supplied] </param> <param name="height"> [To be supplied] </param> <param name="lockAspectRatio"> [To be supplied] </param> <returns> [To be supplied] </returns> </member> <member name="M:DevExpress.Spreadsheet.PictureCollection.AddPicture(System.String,DevExpress.Spreadsheet.Cell)"> <summary> <para> [To be supplied] </para> </summary> <param name="filename"> [To be supplied] </param> <param name="topLeftCell"> [To be supplied] </param> <returns> [To be supplied] </returns> </member> <member name="M:DevExpress.Spreadsheet.PictureCollection.AddPicture(System.Drawing.Image,DevExpress.Spreadsheet.Range)"> <summary> <para> [To be supplied] </para> </summary> <param name="image"> [To be supplied] </param> <param name="targetRange"> [To be supplied] </param> <returns> [To be supplied] </returns> </member> <member name="M:DevExpress.Spreadsheet.PictureCollection.AddPicture(System.Drawing.Image,DevExpress.Spreadsheet.Range,System.Boolean)"> <summary> <para> [To be supplied] </para> </summary> <param name="image"> [To be supplied] </param> <param name="targetRange"> [To be supplied] </param> <param name="lockAspectRatio"> [To be supplied] </param> <returns> [To be supplied] </returns> </member> <member name="M:DevExpress.Spreadsheet.PictureCollection.AddPicture(System.String,DevExpress.Spreadsheet.Range)"> <summary> <para> [To be supplied] </para> </summary> <param name="filename"> [To be supplied] </param> <param name="targetRange"> [To be supplied] </param> <returns> [To be supplied] </returns> </member> <member name="M:DevExpress.Spreadsheet.PictureCollection.AddPicture(System.String,DevExpress.Spreadsheet.Range,System.Boolean)"> <summary> <para> [To be supplied] </para> </summary> <param name="filename"> [To be supplied] </param> <param name="targetRange"> [To be supplied] </param> <param name="lockAspectRatio"> [To be supplied] </param> <returns> [To be supplied] </returns> </member> <member name="M:DevExpress.Spreadsheet.PictureCollection.AddPicture(System.String,System.Single,System.Single,System.Single,System.Single)"> <summary> <para> [To be supplied] </para> </summary> <param name="filename"> [To be supplied] </param> <param name="x"> [To be supplied] </param> <param name="y"> [To be supplied] </param> <param name="width"> [To be supplied] </param> <param name="height"> [To be supplied] </param> <returns> [To be supplied] </returns> </member> <member name="M:DevExpress.Spreadsheet.PictureCollection.AddPicture(System.Drawing.Image,System.Single,System.Single,System.Single,System.Single,System.Boolean)"> <summary> <para> [To be supplied] </para> </summary> <param name="image"> [To be supplied] </param> <param name="x"> [To be supplied] </param> <param name="y"> [To be supplied] </param> <param name="width"> [To be supplied] </param> <param name="height"> [To be supplied] </param> <param name="lockAspectRatio"> [To be supplied] </param> <returns> [To be supplied] </returns> </member> <member name="M:DevExpress.Spreadsheet.PictureCollection.AddPicture(System.String,System.Single,System.Single)"> <summary> <para> [To be supplied] </para> </summary> <param name="filename"> [To be supplied] </param> <param name="x"> [To be supplied] </param> <param name="y"> [To be supplied] </param> <returns> [To be supplied] </returns> </member> <member name="M:DevExpress.Spreadsheet.PictureCollection.AddPicture(System.Drawing.Image,System.Single,System.Single,System.Single,System.Single)"> <summary> <para> [To be supplied] </para> </summary> <param name="image"> [To be supplied] </param> <param name="x"> [To be supplied] </param> <param name="y"> [To be supplied] </param> <param name="width"> [To be supplied] </param> <param name="height"> [To be supplied] </param> <returns> [To be supplied] </returns> </member> <member name="M:DevExpress.Spreadsheet.PictureCollection.AddPicture(DevExpress.Spreadsheet.SpreadsheetImageSource,DevExpress.Spreadsheet.Cell)"> <summary> <para> [To be supplied] </para> </summary> <param name="imageSource"> [To be supplied] </param> <param name="topLeftCell"> [To be supplied] </param> <returns> [To be supplied] </returns> </member> <member name="M:DevExpress.Spreadsheet.PictureCollection.AddPicture(DevExpress.Spreadsheet.SpreadsheetImageSource,DevExpress.Spreadsheet.Range)"> <summary> <para> [To be supplied] </para> </summary> <param name="imageSource"> [To be supplied] </param> <param name="targetRange"> [To be supplied] </param> <returns> [To be supplied] </returns> </member> <member name="M:DevExpress.Spreadsheet.PictureCollection.AddPicture(DevExpress.Spreadsheet.SpreadsheetImageSource,DevExpress.Spreadsheet.Range,System.Boolean)"> <summary> <para> [To be supplied] </para> </summary> <param name="imageSource"> [To be supplied] </param> <param name="targetRange"> [To be supplied] </param> <param name="lockAspectRatio"> [To be supplied] </param> <returns> [To be supplied] </returns> </member> <member name="M:DevExpress.Spreadsheet.PictureCollection.AddPicture(DevExpress.Spreadsheet.SpreadsheetImageSource,System.Single,System.Single)"> <summary> <para> [To be supplied] </para> </summary> <param name="imageSource"> [To be supplied] </param> <param name="x"> [To be supplied] </param> <param name="y"> [To be supplied] </param> <returns> [To be supplied] </returns> </member> <member name="M:DevExpress.Spreadsheet.PictureCollection.AddPicture(DevExpress.Spreadsheet.SpreadsheetImageSource,System.Single,System.Single,System.Single,System.Single)"> <summary> <para> [To be supplied] </para> </summary> <param name="imageSource"> [To be supplied] </param> <param name="x"> [To be supplied] </param> <param name="y"> [To be supplied] </param> <param name="width"> [To be supplied] </param> <param name="height"> [To be supplied] </param> <returns> [To be supplied] </returns> </member> <member name="M:DevExpress.Spreadsheet.PictureCollection.AddPicture(DevExpress.Spreadsheet.SpreadsheetImageSource,System.Single,System.Single,System.Single,System.Single,System.Boolean)"> <summary> <para> [To be supplied] </para> </summary> <param name="imageSource"> [To be supplied] </param> <param name="x"> [To be supplied] </param> <param name="y"> [To be supplied] </param> <param name="width"> [To be supplied] </param> <param name="height"> [To be supplied] </param> <param name="lockAspectRatio"> [To be supplied] </param> <returns> [To be supplied] </returns> </member> <member name="M:DevExpress.Spreadsheet.PictureCollection.AddPicture(System.Drawing.Image,System.Single,System.Single)"> <summary> <para> [To be supplied] </para> </summary> <param name="image"> [To be supplied] </param> <param name="x"> [To be supplied] </param> <param name="y"> [To be supplied] </param> <returns> [To be supplied] </returns> </member> <member name="M:DevExpress.Spreadsheet.PictureCollection.Clear"> <summary> <para> [To be supplied] </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.PictureCollection.Contains(DevExpress.Spreadsheet.Picture)"> <summary> <para> [To be supplied] </para> </summary> <param name="picture"> [To be supplied] </param> <returns> [To be supplied] </returns> </member> <member name="M:DevExpress.Spreadsheet.PictureCollection.GetPictureById(System.Int32)"> <summary> <para> [To be supplied] </para> </summary> <param name="id"> [To be supplied] </param> <returns> [To be supplied] </returns> </member> <member name="M:DevExpress.Spreadsheet.PictureCollection.GetPicturesByName(System.String)"> <summary> <para> [To be supplied] </para> </summary> <param name="pictureName"> [To be supplied] </param> <returns> [To be supplied] </returns> </member> <member name="M:DevExpress.Spreadsheet.PictureCollection.IndexOf(DevExpress.Spreadsheet.Picture)"> <summary> <para> [To be supplied] </para> </summary> <param name="picture"> [To be supplied] </param> <returns> [To be supplied] </returns> </member> <member name="M:DevExpress.Spreadsheet.PictureCollection.RemoveAt(System.Int32)"> <summary> <para> [To be supplied] </para> </summary> <param name="index"> [To be supplied] </param> </member> <member name="T:DevExpress.Spreadsheet.Formulas.FunctionExpressionBase"> <summary> <para>A base class for functions in formulas. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.Formulas.FunctionExpressionBase.InnerExpressions"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="T:DevExpress.Spreadsheet.ArrayFormula"> <summary> <para>Contains an array formula and the range to which the formula is applied. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.ArrayFormula.Formula"> <summary> <para>Gets a formula applied to an array. </para> </summary> <value>A string that is the formula applied to an array. </value> </member> <member name="P:DevExpress.Spreadsheet.ArrayFormula.Range"> <summary> <para>Gets the range to which an array formula is applied. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.Range"/> object that is the range with a particular array formula. </value> </member> <member name="T:DevExpress.Spreadsheet.CalculationOptions"> <summary> <para>Contains options used for calculation of formulas contained in the worksheet cells. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.CalculationOptions.Iterative"> <summary> <para>Gets or sets whether the application should perform iterative calculations for formulas that contain circular references. </para> </summary> <value><b>true</b>, to perform iterative calculations; otherwise, <b>false</b>. Default is <b>false</b>. </value> </member> <member name="P:DevExpress.Spreadsheet.CalculationOptions.MaxChange"> <summary> <para>Gets or sets the maximum change for iterative calculations. </para> </summary> <value>A <see cref="T:System.Double"/> value that specifies the change between iterations. Default is 0.001. </value> </member> <member name="P:DevExpress.Spreadsheet.CalculationOptions.MaxIterationCount"> <summary> <para>Gets or sets the number of iterations which will be performed for the iterative calculation. </para> </summary> <value>An integer value that specifies the maximum number of calculations. Default is 100. </value> </member> <member name="P:DevExpress.Spreadsheet.CalculationOptions.Mode"> <summary> <para>Specifies when the application should calculate formulas in the workbook. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.CalculationMode"/> enumeration member. Default is <b>Automatic</b>. </value> </member> <member name="P:DevExpress.Spreadsheet.CalculationOptions.RecalculateBeforeSaving"> <summary> <para>Gets or sets whether formulas should be calculated when the workbook is saved. </para> </summary> <value><b>true</b>, to perform recalculation when the workbook is saved; otherwise, <b>false</b>. Default is <b>true</b>. </value> </member> <member name="P:DevExpress.Spreadsheet.CalculationOptions.Use1904DateSystem"> <summary> <para>Gets or sets whether the date system used to convert a date to a serial value starts in 1904. </para> </summary> <value><b>true</b>, if the date system starts in 1904; otherwise, <b>false</b>. Default is <b>false</b>. </value> </member> <member name="T:DevExpress.Spreadsheet.ErrorValueInfo"> <summary> <para>Contains information about an error that occurred in a cell. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.ErrorValueInfo.Description"> <summary> <para>Gets the description of the error that occurred in the cell. </para> </summary> <value>A string that represents the error description. </value> </member> <member name="P:DevExpress.Spreadsheet.ErrorValueInfo.Name"> <summary> <para>Returns the error name displayed in the cell. </para> </summary> <value>A string that represents the error name. </value> </member> <member name="P:DevExpress.Spreadsheet.ErrorValueInfo.Type"> <summary> <para>Gets the type of the error that occurred in the cell. </para> </summary> <value>An <see cref="T:DevExpress.Spreadsheet.ErrorType"/> enumeration member that specifies the error type. </value> </member> <member name="T:DevExpress.Spreadsheet.Formulas.IExpressionContext"> <summary> <para>A base interface for expression context. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.Formulas.IExpressionContext.IsArrayFormula"> <summary> <para>Gets whether the expression is an array formula. </para> </summary> <value><b>true</b> if the expression is an array formula; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.Spreadsheet.Formulas.IExpressionContext.ReferenceStyle"> <summary> <para>Gets the reference style used in a worksheet. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.ReferenceStyle"/> enumeration specifying the cell reference style. </value> </member> <member name="T:DevExpress.Spreadsheet.Formulas.PositionType"> <summary> <para> [To be supplied] </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Formulas.PositionType.Absolute"> <summary> <para>A row or a column in a cell reference is marked as fixed (absolute cell reference). </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Formulas.PositionType.Relative"> <summary> <para>A row or a column in a cell reference is marked as adjustable (relative cell reference). </para> </summary> </member> <member name="T:DevExpress.Spreadsheet.Formulas.CellReferencePosition"> <summary> <para> [To be supplied] </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.Formulas.CellReferencePosition.#ctor(System.Int32,System.Int32)"> <summary> <para>Initializes a new instance of the CellReferencePosition class with the specified settings. </para> </summary> <param name="column"> An integer that is the index of the column. </param> <param name="row"> An integer that is the index of the row. </param> </member> <member name="M:DevExpress.Spreadsheet.Formulas.CellReferencePosition.#ctor(System.Int32,System.Int32,DevExpress.Spreadsheet.Formulas.PositionType,DevExpress.Spreadsheet.Formulas.PositionType)"> <summary> <para>Initializes a new instance of the CellReferencePosition class with the specified settings. </para> </summary> <param name="column"> An integer that is the index of the column. </param> <param name="row"> An integer that is the index of the row. </param> <param name="columnType"> A <see cref="T:DevExpress.Spreadsheet.Formulas.PositionType"/> enumeration value. </param> <param name="rowType"> A <see cref="T:DevExpress.Spreadsheet.Formulas.PositionType"/> enumeration value. </param> </member> <member name="P:DevExpress.Spreadsheet.Formulas.CellReferencePosition.Column"> <summary> <para>Gets the column index of the referenced cell. </para> </summary> <value>An integer that is the column index. </value> </member> <member name="P:DevExpress.Spreadsheet.Formulas.CellReferencePosition.ColumnType"> <summary> <para>Gets the reference type for the column in the cell reference. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.Formulas.PositionType"/> enumeration that identifies the reference type used for the cell position. </value> </member> <member name="M:DevExpress.Spreadsheet.Formulas.CellReferencePosition.Equals(System.Object)"> <summary> <para>Determines whether the specified object is equal to the current CellReferencePosition instance. </para> </summary> <param name="obj"> The object to compare to the current object. </param> <returns><b>true</b> if the specified object is equal to the current CellReferencePosition instance; otherwise <b>false</b>. </returns> </member> <member name="M:DevExpress.Spreadsheet.Formulas.CellReferencePosition.Equals(DevExpress.Spreadsheet.Formulas.CellReferencePosition)"> <summary> <para>Determines whether the specified object is equal to the current CellReferencePosition instance. </para> </summary> <param name="other"> The <see cref="T:DevExpress.Spreadsheet.Formulas.CellReferencePosition"/> to compare to the current object. </param> <returns><b>true</b> if the specified object is equal to the current CellReferencePosition instance; otherwise <b>false</b>. </returns> </member> <member name="M:DevExpress.Spreadsheet.Formulas.CellReferencePosition.GetHashCode"> <summary> <para>Gets the hash code (a number) that corresponds to the value of the current CellReferencePosition object. </para> </summary> <returns>An integer value that is the hash code for the current object. </returns> </member> <member name="P:DevExpress.Spreadsheet.Formulas.CellReferencePosition.InvalidValue"> <summary> <para>Gets a specific position that is considered invalid. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.Formulas.CellReferencePosition"/> object with properties set to extreme values so that it does not represent any real position. </value> </member> <member name="P:DevExpress.Spreadsheet.Formulas.CellReferencePosition.Row"> <summary> <para>Gets the row index of the referenced cell. </para> </summary> <value>An integer that is the row index. </value> </member> <member name="P:DevExpress.Spreadsheet.Formulas.CellReferencePosition.RowType"> <summary> <para>Gets the reference type for the row in the cell reference. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.Formulas.PositionType"/> enumeration that identifies the reference type used for cell position. </value> </member> <member name="M:DevExpress.Spreadsheet.Formulas.CellReferencePosition.ToString"> <summary> <para>Returns the string cell reference. </para> </summary> <returns>A string that is the cell reference in <see cref="F:DevExpress.Spreadsheet.ReferenceStyle.A1"/> style. </returns> </member> <member name="M:DevExpress.Spreadsheet.Formulas.CellReferencePosition.TryCreate(System.String)"> <summary> <para>Creates a CellReferencePosition object from a string reference and validates it. </para> </summary> <param name="reference"> A string cell reference. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.Formulas.CellReferencePosition"/> object if it is successfully created and vaildated; otherwise, <see cref="P:DevExpress.Spreadsheet.Formulas.CellReferencePosition.InvalidValue"/>. </returns> </member> <member name="T:DevExpress.Spreadsheet.Formulas.UnknownFunctionExpression"> <summary> <para>An unrecognized function. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.Formulas.UnknownFunctionExpression.#ctor(System.String,System.Boolean,System.Collections.Generic.IList`1)"> <summary> <para>Initializes a new instance of the UnknownFunctionExpression class with the specified settings. </para> </summary> <param name="functionName"> A string that is the name of the function. </param> <param name="isAddinFunction"> <b>true</b> if it is the add-in function; otherwise, <b>false</b>. </param> <param name="innerExpressions"> A list of <see cref="T:DevExpress.Spreadsheet.Formulas.IExpression"/> objects which are function arguments. </param> </member> <member name="M:DevExpress.Spreadsheet.Formulas.UnknownFunctionExpression.Clone"> <summary> <para>Creates a copy of the current UnknownFunctionExpression object. </para> </summary> <returns>A UnknownFunctionExpression object which is a copy of the current object. </returns> </member> <member name="M:DevExpress.Spreadsheet.Formulas.UnknownFunctionExpression.CopyFrom(DevExpress.Spreadsheet.Formulas.UnknownFunctionExpression)"> <summary> <para>Copies the appropriate properties of the specified object into the current instance of the <b>UnknownFunctionExpression</b> class. </para> </summary> <param name="value"> A UnknownFunctionExpression class instance, representing the source object for copying. </param> </member> <member name="P:DevExpress.Spreadsheet.Formulas.UnknownFunctionExpression.FunctionName"> <summary> <para>Gets or sets the name of the function. </para> </summary> <value>A string that is the function name. </value> </member> <member name="P:DevExpress.Spreadsheet.Formulas.UnknownFunctionExpression.IsAddinFunction"> <summary> <para>Gets or sets whether the unrecognized function is the add-in function. </para> </summary> <value><b>true</b> if the current function is the add-in function; otherwise, <b>false</b>. </value> </member> <member name="M:DevExpress.Spreadsheet.Formulas.UnknownFunctionExpression.Visit(DevExpress.Spreadsheet.Formulas.IExpressionVisitor)"> <summary> <para>Calls the visitor delegate on the expression. </para> </summary> <param name="visitor"> A <b>DevExpress.Spreadsheet.Formulas.IExpressionVisitor</b> object that is the expression visitor. </param> </member> <member name="T:DevExpress.Spreadsheet.DocumentOptions"> <summary> <para>Provides access to workbook options. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.DocumentOptions.Culture"> <summary> <para>Provides access to the culture-specific settings of the workbook. </para> </summary> <value>A <see cref="T:System.Globalization.CultureInfo"/> object that specifies culture settings currently being used. </value> </member> <member name="P:DevExpress.Spreadsheet.DocumentOptions.DocumentCapabilities"> <summary> <para>Provides access to an object used to specify document restrictions. </para> </summary> <value>A <see cref="T:DevExpress.XtraSpreadsheet.WorkbookCapabilitiesOptions"/> class instance that provides access to various document restrictions. </value> </member> <member name="P:DevExpress.Spreadsheet.DocumentOptions.Events"> <summary> <para>Provides access to options used to specify how certain events are raised for the workbook. </para> </summary> <value>A <see cref="T:DevExpress.XtraSpreadsheet.WorkbookEventOptions"/> object comprising workbook event settings. </value> </member> <member name="P:DevExpress.Spreadsheet.DocumentOptions.Export"> <summary> <para>Provides access to options used to export a workbook to different formats. </para> </summary> <value>A <see cref="T:DevExpress.XtraSpreadsheet.Export.WorkbookExportOptions"/> object containing format-specific export options. </value> </member> <member name="P:DevExpress.Spreadsheet.DocumentOptions.Import"> <summary> <para>Provides access to options used to import workbooks in different formats. </para> </summary> <value>A <see cref="T:DevExpress.XtraSpreadsheet.Import.WorkbookImportOptions"/> object containing format-specific import options. </value> </member> <member name="P:DevExpress.Spreadsheet.DocumentOptions.Save"> <summary> <para>Provides access to the workbook save options. </para> </summary> <value>A <see cref="T:DevExpress.XtraSpreadsheet.WorkbookSaveOptions"/> object that contains settings related to document saving. </value> </member> <member name="T:DevExpress.Spreadsheet.Formulas.UnaryOperatorExpression"> <summary> <para>A base class for unary operators. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.Formulas.UnaryOperatorExpression.InnerExpression"> <summary> <para>Gets or sets the operand on which the unary operator acts. </para> </summary> <value>An <see cref="T:DevExpress.Spreadsheet.Formulas.IExpression"/> descendant that is the single operand in the expression. </value> </member> <member name="P:DevExpress.Spreadsheet.Formulas.UnaryOperatorExpression.OperatorText"> <summary> <para>Gets the symbols that designate the operation. </para> </summary> <value>A string that designates an operator. </value> </member> <member name="T:DevExpress.Spreadsheet.Formulas.UnaryMinusExpression"> <summary> <para>An unary negation operator. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.Formulas.UnaryMinusExpression.#ctor(DevExpress.Spreadsheet.Formulas.IExpression)"> <summary> <para>Initializes a new instance of the UnaryMinusExpression class with the specified settings. </para> </summary> <param name="innerExpression"> An <see cref="T:DevExpress.Spreadsheet.Formulas.IExpression"/> object specifying the operand. </param> </member> <member name="M:DevExpress.Spreadsheet.Formulas.UnaryMinusExpression.Clone"> <summary> <para>Creates a copy of the current UnaryMinusExpression object. </para> </summary> <returns>A UnaryMinusExpression object which is a copy of the current object. </returns> </member> <member name="M:DevExpress.Spreadsheet.Formulas.UnaryMinusExpression.CopyFrom(DevExpress.Spreadsheet.Formulas.UnaryMinusExpression)"> <summary> <para>Copies the appropriate properties of the specified object into the current instance of the <b>UnaryMinusExpression</b> class. </para> </summary> <param name="value"> A UnaryMinusExpression class instance, representing the source object for copying. </param> </member> <member name="P:DevExpress.Spreadsheet.Formulas.UnaryMinusExpression.OperatorText"> <summary> <para>Gets the symbols that designate the operation. </para> </summary> <value>Returns the "-" string. </value> </member> <member name="M:DevExpress.Spreadsheet.Formulas.UnaryMinusExpression.Visit(DevExpress.Spreadsheet.Formulas.IExpressionVisitor)"> <summary> <para>Calls the visitor delegate on the expression. </para> </summary> <param name="visitor"> A <b>DevExpress.Spreadsheet.Formulas.IExpressionVisitor</b> object that is the expression visitor. </param> </member> <member name="T:DevExpress.Spreadsheet.Formulas.TableReferenceExpression"> <summary> <para>A structured reference used for worksheet tables. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.Formulas.TableReferenceExpression.#ctor(System.String)"> <summary> <para>Initializes a new instance of the TableReferenceExpression class with the specified settings. </para> </summary> <param name="tableName"> A string that is the name of the table. </param> </member> <member name="M:DevExpress.Spreadsheet.Formulas.TableReferenceExpression.#ctor(System.String,DevExpress.Spreadsheet.Formulas.SheetReference)"> <summary> <para>Initializes a new instance of the TableReferenceExpression class with the specified settings. </para> </summary> <param name="tableName"> A string that is the name of the table. </param> <param name="sheetReference"> A <see cref="T:DevExpress.Spreadsheet.Formulas.SheetReference"/> object that specifies a worksheet. </param> </member> <member name="M:DevExpress.Spreadsheet.Formulas.TableReferenceExpression.Clone"> <summary> <para>Creates a copy of the current TableReferenceExpression object. </para> </summary> <returns>A TableReferenceExpression object which is a copy of the current object. </returns> </member> <member name="P:DevExpress.Spreadsheet.Formulas.TableReferenceExpression.ColumnEnd"> <summary> <para>Gets or sets the name of the rightmost column in a contiguous area. </para> </summary> <value>A string that is the column name. </value> </member> <member name="P:DevExpress.Spreadsheet.Formulas.TableReferenceExpression.ColumnsDefined"> <summary> <para>Gets whether column names are specified in the table reference. </para> </summary> <value><b>true</b>, if column names are in the table reference; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.Spreadsheet.Formulas.TableReferenceExpression.ColumnStart"> <summary> <para>Gets or sets the name of the leftmost column in a contiguous area of the table. </para> </summary> <value>A string that is the column name. </value> </member> <member name="M:DevExpress.Spreadsheet.Formulas.TableReferenceExpression.CopyFrom(DevExpress.Spreadsheet.Formulas.TableReferenceExpression)"> <summary> <para>Copies the appropriate properties of the specified object into the current instance of the <b>TableReferenceExpression</b> class. </para> </summary> <param name="value"> A TableReferenceExpression class instance, representing the source object for copying. </param> </member> <member name="P:DevExpress.Spreadsheet.Formulas.TableReferenceExpression.RowsRestriction"> <summary> <para>Gets or sets a special item specifier for the table reference. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.Formulas.TableRowsRestriction"/> enumeration member that specifies referenced rows. </value> </member> <member name="P:DevExpress.Spreadsheet.Formulas.TableReferenceExpression.TableName"> <summary> <para>Gets or sets the name of the table. </para> </summary> <value>A string that is the table name. </value> </member> <member name="M:DevExpress.Spreadsheet.Formulas.TableReferenceExpression.Visit(DevExpress.Spreadsheet.Formulas.IExpressionVisitor)"> <summary> <para>Calls the visitor delegate on the expression. </para> </summary> <param name="visitor"> A <b>DevExpress.Spreadsheet.Formulas.IExpressionVisitor</b> object that is the expression visitor. </param> </member> <member name="T:DevExpress.Spreadsheet.Formulas.SubtractionExpression"> <summary> <para>A subtraction operator. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.Formulas.SubtractionExpression.#ctor(DevExpress.Spreadsheet.Formulas.IExpression,DevExpress.Spreadsheet.Formulas.IExpression)"> <summary> <para>Initializes a new instance of the SubtractionExpression class with the specified settings. </para> </summary> <param name="leftExpression"> An <see cref="T:DevExpress.Spreadsheet.Formulas.IExpression"/> object specifying the left operand. </param> <param name="rightExpression"> An <see cref="T:DevExpress.Spreadsheet.Formulas.IExpression"/> object specifying the right operand. </param> </member> <member name="M:DevExpress.Spreadsheet.Formulas.SubtractionExpression.Clone"> <summary> <para>Creates a copy of the current SubtractionExpression object. </para> </summary> <returns>A SubtractionExpression object which is a copy of the current object. </returns> </member> <member name="M:DevExpress.Spreadsheet.Formulas.SubtractionExpression.CopyFrom(DevExpress.Spreadsheet.Formulas.SubtractionExpression)"> <summary> <para>Copies the appropriate properties of the specified object into the current instance of the <b>SubtractionExpression</b> class. </para> </summary> <param name="value"> A SubtractionExpression class instance, representing the source object for copying. </param> </member> <member name="P:DevExpress.Spreadsheet.Formulas.SubtractionExpression.OperatorText"> <summary> <para>Gets the symbols that designate the operation. </para> </summary> <value>Returns the "-" string. </value> </member> <member name="M:DevExpress.Spreadsheet.Formulas.SubtractionExpression.Visit(DevExpress.Spreadsheet.Formulas.IExpressionVisitor)"> <summary> <para>Calls the visitor delegate on the expression. </para> </summary> <param name="visitor"> A <b>DevExpress.Spreadsheet.Formulas.IExpressionVisitor</b> object that is the expression visitor. </param> </member> <member name="T:DevExpress.Spreadsheet.Formulas.ReferenceExpression"> <summary> <para>A base class for expressions that reference cells. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.Formulas.ReferenceExpression.SheetReference"> <summary> <para>Gets or sets the worksheet reference. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.Formulas.SheetReference"/> object that is the worksheet reference. </value> </member> <member name="T:DevExpress.Spreadsheet.Formulas.RangeUnionExpression"> <summary> <para>A range that is the union of two ranges. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.Formulas.RangeUnionExpression.#ctor(DevExpress.Spreadsheet.Formulas.IExpression,DevExpress.Spreadsheet.Formulas.IExpression)"> <summary> <para>Initializes a new instance of the RangeUnionExpression class with the specified settings. </para> </summary> <param name="leftExpression"> An <see cref="T:DevExpress.Spreadsheet.Formulas.IExpression"/> object specifying the left operand. </param> <param name="rightExpression"> An <see cref="T:DevExpress.Spreadsheet.Formulas.IExpression"/> object specifying the right operand. </param> </member> <member name="M:DevExpress.Spreadsheet.Formulas.RangeUnionExpression.Clone"> <summary> <para>Creates a copy of the current RangeUnionExpression object. </para> </summary> <returns>A RangeUnionExpression object which is a copy of the current object. </returns> </member> <member name="M:DevExpress.Spreadsheet.Formulas.RangeUnionExpression.CopyFrom(DevExpress.Spreadsheet.Formulas.RangeUnionExpression)"> <summary> <para>Copies the appropriate properties of the specified object into the current instance of the <b>RangeUnionExpression</b> class. </para> </summary> <param name="value"> A RangeUnionExpression class instance, representing the source object for copying. </param> </member> <member name="M:DevExpress.Spreadsheet.Formulas.RangeUnionExpression.GetOperatorText(DevExpress.XtraSpreadsheet.Model.WorkbookDataContext)"> <summary> <para>Gets the operator symbol specific to the current worksheet and the culture. </para> </summary> <param name="context"> An <see cref="T:DevExpress.Spreadsheet.Formulas.ExpressionContext"/> object providing information on the formula environment. </param> <returns>A string that is the operator symbol. </returns> </member> <member name="P:DevExpress.Spreadsheet.Formulas.RangeUnionExpression.OperatorText"> <summary> <para>Gets the symbols that designate the operation. </para> </summary> <value>Returns the "," string. </value> </member> <member name="M:DevExpress.Spreadsheet.Formulas.RangeUnionExpression.Visit(DevExpress.Spreadsheet.Formulas.IExpressionVisitor)"> <summary> <para>Calls the visitor delegate on the expression. </para> </summary> <param name="visitor"> A <b>DevExpress.Spreadsheet.Formulas.IExpressionVisitor</b> object that is the expression visitor. </param> </member> <member name="T:DevExpress.Spreadsheet.Formulas.RangeIntersectionExpression"> <summary> <para>A range that includes the intersection of two ranges. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.Formulas.RangeIntersectionExpression.#ctor(DevExpress.Spreadsheet.Formulas.IExpression,DevExpress.Spreadsheet.Formulas.IExpression)"> <summary> <para>Initializes a new instance of the RangeIntersectionExpression class with the specified settings. </para> </summary> <param name="leftExpression"> An <see cref="T:DevExpress.Spreadsheet.Formulas.IExpression"/> object specifying the left operand. </param> <param name="rightExpression"> An <see cref="T:DevExpress.Spreadsheet.Formulas.IExpression"/> object specifying the right operand. </param> </member> <member name="M:DevExpress.Spreadsheet.Formulas.RangeIntersectionExpression.Clone"> <summary> <para>Creates a copy of the current RangeIntersectionExpression object. </para> </summary> <returns>A RangeIntersectionExpression object which is a copy of the current object. </returns> </member> <member name="M:DevExpress.Spreadsheet.Formulas.RangeIntersectionExpression.CopyFrom(DevExpress.Spreadsheet.Formulas.RangeIntersectionExpression)"> <summary> <para>Copies the appropriate properties of the specified object into the current instance of the <b>RangeIntersectionExpression</b> class. </para> </summary> <param name="value"> A RangeIntersectionExpression class instance, representing the source object for copying. </param> </member> <member name="P:DevExpress.Spreadsheet.Formulas.RangeIntersectionExpression.OperatorText"> <summary> <para>Gets the symbols that designate the operation. </para> </summary> <value>Returns the " " (space) string. </value> </member> <member name="M:DevExpress.Spreadsheet.Formulas.RangeIntersectionExpression.Visit(DevExpress.Spreadsheet.Formulas.IExpressionVisitor)"> <summary> <para>Calls the visitor delegate on the expression. </para> </summary> <param name="visitor"> A <b>DevExpress.Spreadsheet.Formulas.IExpressionVisitor</b> object that is the expression visitor. </param> </member> <member name="T:DevExpress.Spreadsheet.Formulas.RangeExpression"> <summary> <para>A worksheet range specified by the start and end cells. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.Formulas.RangeExpression.#ctor(DevExpress.Spreadsheet.Formulas.IExpression,DevExpress.Spreadsheet.Formulas.IExpression)"> <summary> <para>Initializes a new instance of the RangeExpression class with the specified settings. </para> </summary> <param name="leftExpression"> An <see cref="T:DevExpress.Spreadsheet.Formulas.IExpression"/> object specifying the left operand. </param> <param name="rightExpression"> An <see cref="T:DevExpress.Spreadsheet.Formulas.IExpression"/> object specifying the right operand. </param> </member> <member name="M:DevExpress.Spreadsheet.Formulas.RangeExpression.Clone"> <summary> <para>Creates a copy of the current RangeExpression object. </para> </summary> <returns>A RangeExpression object which is a copy of the current object. </returns> </member> <member name="M:DevExpress.Spreadsheet.Formulas.RangeExpression.CopyFrom(DevExpress.Spreadsheet.Formulas.RangeExpression)"> <summary> <para>Copies the appropriate properties of the specified object into the current instance of the <b>RangeExpression</b> class. </para> </summary> <param name="value"> A RangeExpression class instance, representing the source object for copying. </param> </member> <member name="P:DevExpress.Spreadsheet.Formulas.RangeExpression.OperatorText"> <summary> <para>Gets the symbols that designate the operation. </para> </summary> <value>Returns the ":" string. </value> </member> <member name="M:DevExpress.Spreadsheet.Formulas.RangeExpression.Visit(DevExpress.Spreadsheet.Formulas.IExpressionVisitor)"> <summary> <para>Calls the visitor delegate on the expression. </para> </summary> <param name="visitor"> A <b>DevExpress.Spreadsheet.Formulas.IExpressionVisitor</b> object that is the expression visitor. </param> </member> <member name="T:DevExpress.Spreadsheet.Export.ConversionResult"> <summary> <para>List possible conversion results. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Export.ConversionResult.Error"> <summary> <para>An attempt to convert a value is unsuccessful. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Export.ConversionResult.Overflow"> <summary> <para>An attempt to convert a value results in an Overflow Exception. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Export.ConversionResult.Success"> <summary> <para>Conversion is successful. </para> </summary> </member> <member name="T:DevExpress.Spreadsheet.Formulas.PercentExpression"> <summary> <para>A percent operator. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.Formulas.PercentExpression.#ctor(DevExpress.Spreadsheet.Formulas.IExpression)"> <summary> <para>Initializes a new instance of the PercentExpression class with the specified settings. </para> </summary> <param name="innerExpression"> An <see cref="T:DevExpress.Spreadsheet.Formulas.IExpression"/> object specifying the operand. </param> </member> <member name="M:DevExpress.Spreadsheet.Formulas.PercentExpression.Clone"> <summary> <para>Creates a copy of the current PercentExpression object. </para> </summary> <returns>A PercentExpression object which is a copy of the current object. </returns> </member> <member name="M:DevExpress.Spreadsheet.Formulas.PercentExpression.CopyFrom(DevExpress.Spreadsheet.Formulas.PercentExpression)"> <summary> <para>Copies the appropriate properties of the specified object into the current instance of the <b>PercentExpression</b> class. </para> </summary> <param name="value"> A PercentExpression class instance, representing the source object for copying. </param> </member> <member name="P:DevExpress.Spreadsheet.Formulas.PercentExpression.OperatorText"> <summary> <para>Gets the symbols that designate the operation. </para> </summary> <value>Returns the "%" string. </value> </member> <member name="M:DevExpress.Spreadsheet.Formulas.PercentExpression.Visit(DevExpress.Spreadsheet.Formulas.IExpressionVisitor)"> <summary> <para>Calls the visitor delegate on the expression. </para> </summary> <param name="visitor"> A <b>DevExpress.Spreadsheet.Formulas.IExpressionVisitor</b> object that is the expression visitor. </param> </member> <member name="T:DevExpress.Spreadsheet.Formulas.MultiplicationExpression"> <summary> <para>The multiplication operator. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.Formulas.MultiplicationExpression.#ctor(DevExpress.Spreadsheet.Formulas.IExpression,DevExpress.Spreadsheet.Formulas.IExpression)"> <summary> <para>Initializes a new instance of the MultiplicationExpression class with the specified settings. </para> </summary> <param name="leftExpression"> An <see cref="T:DevExpress.Spreadsheet.Formulas.IExpression"/> object specifying the left operand. </param> <param name="rightExpression"> An <see cref="T:DevExpress.Spreadsheet.Formulas.IExpression"/> object specifying the right operand. </param> </member> <member name="M:DevExpress.Spreadsheet.Formulas.MultiplicationExpression.Clone"> <summary> <para>Creates a copy of the current MultiplicationExpression object. </para> </summary> <returns>A MultiplicationExpression object which is a copy of the current object. </returns> </member> <member name="M:DevExpress.Spreadsheet.Formulas.MultiplicationExpression.CopyFrom(DevExpress.Spreadsheet.Formulas.MultiplicationExpression)"> <summary> <para>Copies the appropriate properties of the specified object into the current instance of the <b>MultiplicationExpression</b> class. </para> </summary> <param name="value"> A MultiplicationExpression class instance, representing the source object for copying. </param> </member> <member name="P:DevExpress.Spreadsheet.Formulas.MultiplicationExpression.OperatorText"> <summary> <para>Gets the symbols that designate the operation. </para> </summary> <value>Returns the "*" string. </value> </member> <member name="M:DevExpress.Spreadsheet.Formulas.MultiplicationExpression.Visit(DevExpress.Spreadsheet.Formulas.IExpressionVisitor)"> <summary> <para>Calls the visitor delegate on the expression. </para> </summary> <param name="visitor"> A <b>DevExpress.Spreadsheet.Formulas.IExpressionVisitor</b> object that is the expression visitor. </param> </member> <member name="T:DevExpress.Spreadsheet.Formulas.MissingArgumentExpression"> <summary> <para>The "Missing argument" error. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.Formulas.MissingArgumentExpression.Instance"> <summary> <para>Gets the expression of the MissingArgumentExpression type. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.Formulas.MissingArgumentExpression"/> instance. </value> </member> <member name="M:DevExpress.Spreadsheet.Formulas.MissingArgumentExpression.Visit(DevExpress.Spreadsheet.Formulas.IExpressionVisitor)"> <summary> <para>Calls the visitor delegate on the expression. </para> </summary> <param name="visitor"> A <b>DevExpress.Spreadsheet.Formulas.IExpressionVisitor</b> object that is the expression visitor. </param> </member> <member name="T:DevExpress.Spreadsheet.Formulas.LessOrEqualExpression"> <summary> <para>The "Less than or equal" operator. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.Formulas.LessOrEqualExpression.#ctor(DevExpress.Spreadsheet.Formulas.IExpression,DevExpress.Spreadsheet.Formulas.IExpression)"> <summary> <para>Initializes a new instance of the LessOrEqualExpression class with the specified settings. </para> </summary> <param name="leftExpression"> An <see cref="T:DevExpress.Spreadsheet.Formulas.IExpression"/> object specifying the left operand. </param> <param name="rightExpression"> An <see cref="T:DevExpress.Spreadsheet.Formulas.IExpression"/> object specifying the right operand. </param> </member> <member name="M:DevExpress.Spreadsheet.Formulas.LessOrEqualExpression.Clone"> <summary> <para>Creates a copy of the current LessOrEqualExpression object. </para> </summary> <returns>A LessOrEqualExpression object which is a copy of the current object. </returns> </member> <member name="M:DevExpress.Spreadsheet.Formulas.LessOrEqualExpression.CopyFrom(DevExpress.Spreadsheet.Formulas.LessOrEqualExpression)"> <summary> <para>Copies the appropriate properties of the specified object into the current instance of the <b>LessOrEqualExpression</b> class. </para> </summary> <param name="value"> A LessOrEqualExpression class instance, representing the source object for copying. </param> </member> <member name="P:DevExpress.Spreadsheet.Formulas.LessOrEqualExpression.OperatorText"> <summary> <para>Gets the symbols that designate the operation. </para> </summary> <value>Returns the "<=" string. </value> </member> <member name="M:DevExpress.Spreadsheet.Formulas.LessOrEqualExpression.Visit(DevExpress.Spreadsheet.Formulas.IExpressionVisitor)"> <summary> <para>Calls the visitor delegate on the expression. </para> </summary> <param name="visitor"> A <b>DevExpress.Spreadsheet.Formulas.IExpressionVisitor</b> object that is the expression visitor. </param> </member> <member name="T:DevExpress.Spreadsheet.Formulas.InequalityExpression"> <summary> <para>The inequality operator. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.Formulas.InequalityExpression.#ctor(DevExpress.Spreadsheet.Formulas.IExpression,DevExpress.Spreadsheet.Formulas.IExpression)"> <summary> <para>Initializes a new instance of the InequalityExpression class with the specified settings. </para> </summary> <param name="leftExpression"> An <see cref="T:DevExpress.Spreadsheet.Formulas.IExpression"/> object specifying the left operand. </param> <param name="rightExpression"> An <see cref="T:DevExpress.Spreadsheet.Formulas.IExpression"/> object specifying the right operand. </param> </member> <member name="M:DevExpress.Spreadsheet.Formulas.InequalityExpression.Clone"> <summary> <para>Creates a copy of the current InequalityExpression object. </para> </summary> <returns>A InequalityExpression object which is a copy of the current object. </returns> </member> <member name="M:DevExpress.Spreadsheet.Formulas.InequalityExpression.CopyFrom(DevExpress.Spreadsheet.Formulas.InequalityExpression)"> <summary> <para>Copies the appropriate properties of the specified object into the current instance of the <b>InequalityExpression</b> class. </para> </summary> <param name="value"> A InequalityExpression class instance, representing the source object for copying. </param> </member> <member name="P:DevExpress.Spreadsheet.Formulas.InequalityExpression.OperatorText"> <summary> <para>Gets the symbols that designate the operation. </para> </summary> <value>Returns the "" string. </value> </member> <member name="M:DevExpress.Spreadsheet.Formulas.InequalityExpression.Visit(DevExpress.Spreadsheet.Formulas.IExpressionVisitor)"> <summary> <para>Calls the visitor delegate on the expression. </para> </summary> <param name="visitor"> A <b>DevExpress.Spreadsheet.Formulas.IExpressionVisitor</b> object that is the expression visitor. </param> </member> <member name="T:DevExpress.Spreadsheet.Formulas.GreaterOrEqualExpression"> <summary> <para>The "Greater than or equal" operator. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.Formulas.GreaterOrEqualExpression.#ctor(DevExpress.Spreadsheet.Formulas.IExpression,DevExpress.Spreadsheet.Formulas.IExpression)"> <summary> <para>Initializes a new instance of the GreaterOrEqualExpression class with the specified settings. </para> </summary> <param name="leftExpression"> An <see cref="T:DevExpress.Spreadsheet.Formulas.IExpression"/> object specifying the left operand. </param> <param name="rightExpression"> An <see cref="T:DevExpress.Spreadsheet.Formulas.IExpression"/> object specifying the right operand. </param> </member> <member name="M:DevExpress.Spreadsheet.Formulas.GreaterOrEqualExpression.Clone"> <summary> <para>Creates a copy of the current GreaterOrEqualExpression object. </para> </summary> <returns>A GreaterOrEqualExpression object which is a copy of the current object. </returns> </member> <member name="M:DevExpress.Spreadsheet.Formulas.GreaterOrEqualExpression.CopyFrom(DevExpress.Spreadsheet.Formulas.GreaterOrEqualExpression)"> <summary> <para>Copies the appropriate properties of the specified object into the current instance of the <b>GreaterOrEqualExpression</b> class. </para> </summary> <param name="value"> A GreaterOrEqualExpression class instance, representing the source object for copying. </param> </member> <member name="P:DevExpress.Spreadsheet.Formulas.GreaterOrEqualExpression.OperatorText"> <summary> <para>Gets the symbols that designate the operation. </para> </summary> <value>Returns the ">=" string. </value> </member> <member name="M:DevExpress.Spreadsheet.Formulas.GreaterOrEqualExpression.Visit(DevExpress.Spreadsheet.Formulas.IExpressionVisitor)"> <summary> <para>Calls the visitor delegate on the expression. </para> </summary> <param name="visitor"> A <b>DevExpress.Spreadsheet.Formulas.IExpressionVisitor</b> object that is the expression visitor. </param> </member> <member name="T:DevExpress.Spreadsheet.Formulas.GreaterExpression"> <summary> <para>The "Greater than" operator. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.Formulas.GreaterExpression.#ctor(DevExpress.Spreadsheet.Formulas.IExpression,DevExpress.Spreadsheet.Formulas.IExpression)"> <summary> <para>Initializes a new instance of the GreaterExpression class with the specified settings. </para> </summary> <param name="leftExpression"> An <see cref="T:DevExpress.Spreadsheet.Formulas.IExpression"/> object specifying the left operand. </param> <param name="rightExpression"> An <see cref="T:DevExpress.Spreadsheet.Formulas.IExpression"/> object specifying the right operand. </param> </member> <member name="M:DevExpress.Spreadsheet.Formulas.GreaterExpression.Clone"> <summary> <para>Creates a copy of the current GreaterExpression object. </para> </summary> <returns>A GreaterExpression object which is a copy of the current object. </returns> </member> <member name="M:DevExpress.Spreadsheet.Formulas.GreaterExpression.CopyFrom(DevExpress.Spreadsheet.Formulas.GreaterExpression)"> <summary> <para>Copies the appropriate properties of the specified object into the current instance of the <b>GreaterExpression</b> class. </para> </summary> <param name="value"> A GreaterExpression class instance, representing the source object for copying. </param> </member> <member name="P:DevExpress.Spreadsheet.Formulas.GreaterExpression.OperatorText"> <summary> <para>Gets the symbols that designate the operation. </para> </summary> <value>Returns the ">" string. </value> </member> <member name="M:DevExpress.Spreadsheet.Formulas.GreaterExpression.Visit(DevExpress.Spreadsheet.Formulas.IExpressionVisitor)"> <summary> <para>Calls the visitor delegate on the expression. </para> </summary> <param name="visitor"> A <b>DevExpress.Spreadsheet.Formulas.IExpressionVisitor</b> object that is the expression visitor. </param> </member> <member name="T:DevExpress.Spreadsheet.Formulas.FunctionExternalExpression"> <summary> <para>An external function. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.Formulas.FunctionExternalExpression.#ctor(System.String,DevExpress.Spreadsheet.Formulas.SheetReference)"> <summary> <para>Initializes a new instance of the FunctionExternalExpression class with the specified settings. </para> </summary> <param name="functionName"> A string that is the name of an external function. </param> <param name="sheetReference"> A <see cref="T:DevExpress.Spreadsheet.Formulas.SheetReference"/> object that specifies a worksheet. </param> </member> <member name="M:DevExpress.Spreadsheet.Formulas.FunctionExternalExpression.#ctor(System.String,DevExpress.Spreadsheet.Formulas.SheetReference,System.Collections.Generic.IList`1)"> <summary> <para>Initializes a new instance of the FunctionExternalExpression class with the specified settings. </para> </summary> <param name="functionName"> A string that is the name of external function. </param> <param name="sheetReference"> A <see cref="T:DevExpress.Spreadsheet.Formulas.SheetReference"/> object that specifies a worksheet. </param> <param name="innerExpressions"> A list of <see cref="T:DevExpress.Spreadsheet.Formulas.IExpression"/> objects which are function arguments. </param> </member> <member name="M:DevExpress.Spreadsheet.Formulas.FunctionExternalExpression.Clone"> <summary> <para>Creates a copy of the current FunctionExternalExpression object. </para> </summary> <returns>A FunctionExternalExpression object which is a copy of the current object. </returns> </member> <member name="M:DevExpress.Spreadsheet.Formulas.FunctionExternalExpression.CopyFrom(DevExpress.Spreadsheet.Formulas.FunctionExternalExpression)"> <summary> <para>Copies the appropriate properties of the specified object into the current instance of the <b>FunctionExternalExpression</b> class. </para> </summary> <param name="value"> A FunctionExternalExpression class instance, representing the source object for copying. </param> </member> <member name="P:DevExpress.Spreadsheet.Formulas.FunctionExternalExpression.FunctionName"> <summary> <para>Gets or sets the name of the external function used in an expression. </para> </summary> <value>A string that is the function's name. </value> </member> <member name="P:DevExpress.Spreadsheet.Formulas.FunctionExternalExpression.SheetReference"> <summary> <para>Gets or sets the worksheet reference used to reference an external function. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.Formulas.SheetReference"/> object specifying the worksheet containing a function. </value> </member> <member name="M:DevExpress.Spreadsheet.Formulas.FunctionExternalExpression.Visit(DevExpress.Spreadsheet.Formulas.IExpressionVisitor)"> <summary> <para>Calls the visitor delegate on the expression. </para> </summary> <param name="visitor"> A <b>DevExpress.Spreadsheet.Formulas.IExpressionVisitor</b> object that is the expression visitor. </param> </member> <member name="T:DevExpress.Spreadsheet.Formulas.ExpressionVisitor"> <summary> <para>A base class for implementing a custom visitor to traverse the expression tree. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.Formulas.ExpressionVisitor.Visit(DevExpress.Spreadsheet.Formulas.TableReferenceExpression)"> <summary> <para>Override this method in a class descendant. It is called when visiting an expression of specific type. </para> </summary> <param name="expression"> A visited expression. </param> </member> <member name="M:DevExpress.Spreadsheet.Formulas.ExpressionVisitor.Visit(DevExpress.Spreadsheet.Formulas.GreaterOrEqualExpression)"> <summary> <para>Override this method in a class descendant. It is called when visiting an expression of specific type. </para> </summary> <param name="expression"> A visited expression. </param> </member> <member name="M:DevExpress.Spreadsheet.Formulas.ExpressionVisitor.Visit(DevExpress.Spreadsheet.Formulas.UnaryMinusExpression)"> <summary> <para>Override this method in a class descendant. It is called when visiting an expression of specific type. </para> </summary> <param name="expression"> A visited expression. </param> </member> <member name="M:DevExpress.Spreadsheet.Formulas.ExpressionVisitor.Visit(DevExpress.Spreadsheet.Formulas.UnaryPlusExpression)"> <summary> <para>Override this method in a class descendant. It is called when visiting an expression of specific type. </para> </summary> <param name="expression"> A visited expression. </param> </member> <member name="M:DevExpress.Spreadsheet.Formulas.ExpressionVisitor.Visit(DevExpress.Spreadsheet.Formulas.PercentExpression)"> <summary> <para>Override this method in a class descendant. It is called when visiting an expression of specific type. </para> </summary> <param name="expression"> A visited expression. </param> </member> <member name="M:DevExpress.Spreadsheet.Formulas.ExpressionVisitor.Visit(DevExpress.Spreadsheet.Formulas.AdditionExpression)"> <summary> <para>Override this method in a class descendant. It is called when visiting an expression of specific type. </para> </summary> <param name="expression"> A visited expression. </param> </member> <member name="M:DevExpress.Spreadsheet.Formulas.ExpressionVisitor.Visit(DevExpress.Spreadsheet.Formulas.SubtractionExpression)"> <summary> <para>Override this method in a class descendant. It is called when visiting an expression of specific type. </para> </summary> <param name="expression"> A visited expression. </param> </member> <member name="M:DevExpress.Spreadsheet.Formulas.ExpressionVisitor.Visit(DevExpress.Spreadsheet.Formulas.MultiplicationExpression)"> <summary> <para>Override this method in a class descendant. It is called when visiting an expression of specific type. </para> </summary> <param name="expression"> A visited expression. </param> </member> <member name="M:DevExpress.Spreadsheet.Formulas.ExpressionVisitor.Visit(DevExpress.Spreadsheet.Formulas.DivisionExpression)"> <summary> <para>Override this method in a class descendant. It is called when visiting an expression of specific type. </para> </summary> <param name="expression"> A visited expression. </param> </member> <member name="M:DevExpress.Spreadsheet.Formulas.ExpressionVisitor.Visit(DevExpress.Spreadsheet.Formulas.PowerExpression)"> <summary> <para>Override this method in a class descendant. It is called when visiting an expression of specific type. </para> </summary> <param name="expression"> A visited expression. </param> </member> <member name="M:DevExpress.Spreadsheet.Formulas.ExpressionVisitor.Visit(DevExpress.Spreadsheet.Formulas.EqualityExpression)"> <summary> <para>Override this method in a class descendant. It is called when visiting an expression of specific type. </para> </summary> <param name="expression"> A visited expression. </param> </member> <member name="M:DevExpress.Spreadsheet.Formulas.ExpressionVisitor.Visit(DevExpress.Spreadsheet.Formulas.InequalityExpression)"> <summary> <para>Override this method in a class descendant. It is called when visiting an expression of specific type. </para> </summary> <param name="expression"> A visited expression. </param> </member> <member name="M:DevExpress.Spreadsheet.Formulas.ExpressionVisitor.Visit(DevExpress.Spreadsheet.Formulas.LessExpression)"> <summary> <para>Override this method in a class descendant. It is called when visiting an expression of specific type. </para> </summary> <param name="expression"> A visited expression. </param> </member> <member name="M:DevExpress.Spreadsheet.Formulas.ExpressionVisitor.Visit(DevExpress.Spreadsheet.Formulas.GreaterExpression)"> <summary> <para>Override this method in a class descendant. It is called when visiting an expression of specific type. </para> </summary> <param name="expression"> A visited expression. </param> </member> <member name="M:DevExpress.Spreadsheet.Formulas.ExpressionVisitor.Visit(DevExpress.Spreadsheet.Formulas.FunctionExternalExpression)"> <summary> <para>Override this method in a class descendant. It is called when visiting an expression of specific type. </para> </summary> <param name="expression"> A visited expression. </param> </member> <member name="M:DevExpress.Spreadsheet.Formulas.ExpressionVisitor.Visit(DevExpress.Spreadsheet.Formulas.CellErrorReferenceExpression)"> <summary> <para>Override this method in a class descendant. It is called when visiting an expression of specific type. </para> </summary> <param name="expression"> A visited expression. </param> </member> <member name="M:DevExpress.Spreadsheet.Formulas.ExpressionVisitor.Visit(DevExpress.Spreadsheet.Formulas.CellReferenceExpression)"> <summary> <para>Override this method in a class descendant. It is called when visiting an expression of specific type. </para> </summary> <param name="expression"> A visited expression. </param> </member> <member name="M:DevExpress.Spreadsheet.Formulas.ExpressionVisitor.Visit(DevExpress.Spreadsheet.Formulas.ConstantExpression)"> <summary> <para>Override this method in a class descendant. It is called when visiting an expression of specific type. </para> </summary> <param name="expression"> A visited expression. </param> </member> <member name="M:DevExpress.Spreadsheet.Formulas.ExpressionVisitor.Visit(DevExpress.Spreadsheet.Formulas.MissingArgumentExpression)"> <summary> <para>Override this method in a class descendant. It is called when visiting an expression of specific type. </para> </summary> <param name="expression"> A visited expression. </param> </member> <member name="M:DevExpress.Spreadsheet.Formulas.ExpressionVisitor.Visit(DevExpress.Spreadsheet.Formulas.DefinedNameReferenceExpression)"> <summary> <para>Override this method in a class descendant. It is called when visiting an expression of specific type. </para> </summary> <param name="expression"> A visited expression. </param> </member> <member name="M:DevExpress.Spreadsheet.Formulas.ExpressionVisitor.Visit(DevExpress.Spreadsheet.Formulas.UnknownFunctionExpression)"> <summary> <para>Override this method in a class descendant. It is called when visiting an expression of specific type. </para> </summary> <param name="expression"> A visited expression. </param> </member> <member name="M:DevExpress.Spreadsheet.Formulas.ExpressionVisitor.Visit(DevExpress.Spreadsheet.Formulas.LessOrEqualExpression)"> <summary> <para>Override this method in a class descendant. It is called when visiting an expression of specific type. </para> </summary> <param name="expression"> A visited expression. </param> </member> <member name="M:DevExpress.Spreadsheet.Formulas.ExpressionVisitor.Visit(DevExpress.Spreadsheet.Formulas.RangeIntersectionExpression)"> <summary> <para>Override this method in a class descendant. It is called when visiting an expression of specific type. </para> </summary> <param name="expression"> A visited expression. </param> </member> <member name="M:DevExpress.Spreadsheet.Formulas.ExpressionVisitor.Visit(DevExpress.Spreadsheet.Formulas.RangeUnionExpression)"> <summary> <para>Override this method in a class descendant. It is called when visiting an expression of specific type. </para> </summary> <param name="expression"> A visited expression. </param> </member> <member name="M:DevExpress.Spreadsheet.Formulas.ExpressionVisitor.Visit(DevExpress.Spreadsheet.Formulas.RangeExpression)"> <summary> <para>Override this method in a class descendant. It is called when visiting an expression of specific type. </para> </summary> <param name="expression"> A visited expression. </param> </member> <member name="M:DevExpress.Spreadsheet.Formulas.ExpressionVisitor.Visit(DevExpress.Spreadsheet.Formulas.ConcatenateExpression)"> <summary> <para>Override this method in a class descendant. It is called when visiting an expression of specific type. </para> </summary> <param name="expression"> A visited expression. </param> </member> <member name="M:DevExpress.Spreadsheet.Formulas.ExpressionVisitor.Visit(DevExpress.Spreadsheet.Formulas.ArrayConstantExpression)"> <summary> <para>Override this method in a class descendant. It is called when visiting an expression of specific type. </para> </summary> <param name="expression"> A visited expression. </param> </member> <member name="M:DevExpress.Spreadsheet.Formulas.ExpressionVisitor.Visit(DevExpress.Spreadsheet.Formulas.FunctionExpression)"> <summary> <para>Override this method in a class descendant. It is called when visiting an expression of specific type. </para> </summary> <param name="expression"> A visited expression. </param> </member> <member name="M:DevExpress.Spreadsheet.Formulas.ExpressionVisitor.VisitBinary(DevExpress.Spreadsheet.Formulas.BinaryOperatorExpression)"> <summary> <para>Override this method in a class descendant. It is called when visiting a binary expression. </para> </summary> <param name="expression"> A visited expression. </param> </member> <member name="M:DevExpress.Spreadsheet.Formulas.ExpressionVisitor.VisitFunction(DevExpress.Spreadsheet.Formulas.FunctionExpressionBase)"> <summary> <para>Override this method in a class descendant. It is called when visiting a call to function in the expression. </para> </summary> <param name="expression"> A visited expression. </param> </member> <member name="M:DevExpress.Spreadsheet.Formulas.ExpressionVisitor.VisitUnary(DevExpress.Spreadsheet.Formulas.UnaryOperatorExpression)"> <summary> <para>Override this method in a class descendant. It is called when visiting an unary expression. </para> </summary> <param name="expression"> A visited expression. </param> </member> <member name="T:DevExpress.Spreadsheet.Formulas.Expression"> <summary> <para>A base class for expression. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.Formulas.Expression.BracketsCount"> <summary> <para>Gets or sets the number of pairs of parentheses in which the expression is enclosed. </para> </summary> <value>An integer that is the number of pairs of parentheses. </value> </member> <member name="M:DevExpress.Spreadsheet.Formulas.Expression.BuildExpressionString(System.Text.StringBuilder,DevExpress.Spreadsheet.IWorkbook)"> <summary> <para>Appends the expression string to the specified StringBuilder object. </para> </summary> <param name="builder"> A <see cref="T:System.Text.StringBuilder"/> object that holds a string to append. </param> <param name="workbook"> An <see cref="T:DevExpress.Spreadsheet.IWorkbook"/> object used for creating a string from an expression tree node. </param> </member> <member name="M:DevExpress.Spreadsheet.Formulas.Expression.BuildExpressionString(System.Text.StringBuilder,DevExpress.Spreadsheet.IWorkbook,DevExpress.Spreadsheet.Formulas.IExpressionContext)"> <summary> <para>Appends the expression string to the specified StringBuilder object. </para> </summary> <param name="builder"> A <see cref="T:System.Text.StringBuilder"/> object that holds a string to append. </param> <param name="workbook"> An <see cref="T:DevExpress.Spreadsheet.IWorkbook"/> object used for creating a string from an expression tree node. </param> <param name="context"> A <see cref="T:DevExpress.Spreadsheet.Formulas.ExpressionContext"/> object specifying the formula context. </param> </member> <member name="M:DevExpress.Spreadsheet.Formulas.Expression.Visit(DevExpress.Spreadsheet.Formulas.IExpressionVisitor)"> <summary> <para>Calls the visitor delegate on the expression. </para> </summary> <param name="visitor"> A <b>DevExpress.Spreadsheet.Formulas.IExpressionVisitor</b> object that is the expression visitor. </param> </member> <member name="T:DevExpress.Spreadsheet.Formulas.ConstantExpression"> <summary> <para>A constant value. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.Formulas.ConstantExpression.#ctor(DevExpress.Spreadsheet.CellValue)"> <summary> <para>Initializes a new instance of the ConstantExpression class with the specified settings. </para> </summary> <param name="value"> A <see cref="T:DevExpress.Spreadsheet.CellValue"/> object representing a constant value. </param> </member> <member name="M:DevExpress.Spreadsheet.Formulas.ConstantExpression.Clone"> <summary> <para>Creates a copy of the current ConstantExpression object. </para> </summary> <returns>A ConstantExpression object which is a copy of the current object. </returns> </member> <member name="M:DevExpress.Spreadsheet.Formulas.ConstantExpression.CopyFrom(DevExpress.Spreadsheet.Formulas.ConstantExpression)"> <summary> <para>Copies the appropriate properties of the specified object into the current instance of the <b>ConstantExpression</b> class. A ConstantExpression class instance, representing the source object for copying. </para> </summary> <param name="value"> A ConstantExpression class instance, representing the source object for copying. </param> </member> <member name="P:DevExpress.Spreadsheet.Formulas.ConstantExpression.Value"> <summary> <para>Gets or sets the value of the constant. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.CellValue"/> object that is the constant. </value> </member> <member name="M:DevExpress.Spreadsheet.Formulas.ConstantExpression.Visit(DevExpress.Spreadsheet.Formulas.IExpressionVisitor)"> <summary> <para>Calls the visitor delegate on the expression. </para> </summary> <param name="visitor"> A <b>DevExpress.Spreadsheet.Formulas.IExpressionVisitor</b> object that is the expression visitor. </param> </member> <member name="T:DevExpress.Spreadsheet.Formulas.ConcatenateExpression"> <summary> <para>The ampersand operator used to concatenate strings. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.Formulas.ConcatenateExpression.#ctor(DevExpress.Spreadsheet.Formulas.IExpression,DevExpress.Spreadsheet.Formulas.IExpression)"> <summary> <para>Initializes a new instance of the ConcatenateExpression class with the specified settings. </para> </summary> <param name="rightExpression"> An <see cref="T:DevExpress.Spreadsheet.Formulas.IExpression"/> object specifying the left operand. </param> <param name="leftExpression"> An <see cref="T:DevExpress.Spreadsheet.Formulas.IExpression"/> object specifying the right operand. </param> </member> <member name="M:DevExpress.Spreadsheet.Formulas.ConcatenateExpression.Clone"> <summary> <para>Creates a copy of the current ConcatenateExpression object. </para> </summary> <returns>A ConcatenateExpression object which is a copy of the current object. </returns> </member> <member name="M:DevExpress.Spreadsheet.Formulas.ConcatenateExpression.CopyFrom(DevExpress.Spreadsheet.Formulas.ConcatenateExpression)"> <summary> <para>Copies the appropriate properties of the specified object into the current instance of the <b>ConcatenateExpression</b> class. </para> </summary> <param name="value"> A ConcatenateExpression class instance, representing the source object for copying. </param> </member> <member name="P:DevExpress.Spreadsheet.Formulas.ConcatenateExpression.OperatorText"> <summary> <para>Gets the symbols that designate the operation. </para> </summary> <value>Returns the "&" string. </value> </member> <member name="M:DevExpress.Spreadsheet.Formulas.ConcatenateExpression.Visit(DevExpress.Spreadsheet.Formulas.IExpressionVisitor)"> <summary> <para>Calls the visitor delegate on the expression. </para> </summary> <param name="visitor"> A <b>DevExpress.Spreadsheet.Formulas.IExpressionVisitor</b> object that is the expression visitor. </param> </member> <member name="T:DevExpress.Spreadsheet.Formulas.CellReferenceExpression"> <summary> <para>A cell reference. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.Formulas.CellReferenceExpression.#ctor(DevExpress.Spreadsheet.Formulas.CellArea,DevExpress.Spreadsheet.Formulas.SheetReference)"> <summary> <para>Initializes a new instance of the CellReferenceExpression class with the specified settings. </para> </summary> <param name="rangeArea"> A <see cref="T:DevExpress.Spreadsheet.Formulas.CellArea"/> object that specifies where cells are located. </param> <param name="sheetReference"> A <see cref="T:DevExpress.Spreadsheet.Formulas.SheetReference"/> object that specifies a worksheet to which cells belong. </param> </member> <member name="M:DevExpress.Spreadsheet.Formulas.CellReferenceExpression.#ctor(DevExpress.Spreadsheet.Formulas.CellArea)"> <summary> <para>Initializes a new instance of the CellReferenceExpression class with the specified settings. </para> </summary> <param name="rangeArea"> A <see cref="T:DevExpress.Spreadsheet.Formulas.CellArea"/> object that specifies where cells are located. </param> </member> <member name="P:DevExpress.Spreadsheet.Formulas.CellReferenceExpression.CellArea"> <summary> <para>Gets or sets the cell area referenced by the expression. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.Formulas.CellArea"/> object that specifies the referenced range. </value> </member> <member name="M:DevExpress.Spreadsheet.Formulas.CellReferenceExpression.Clone"> <summary> <para>Creates a copy of the current CellReferenceExpression object. </para> </summary> <returns>A CellReferenceExpression object which is a copy of the current object. </returns> </member> <member name="M:DevExpress.Spreadsheet.Formulas.CellReferenceExpression.CopyFrom(DevExpress.Spreadsheet.Formulas.CellReferenceExpression)"> <summary> <para>Copies the appropriate properties of the specified object into the current instance of the <b>CellReferenceExpression</b> class. </para> </summary> <param name="value"> A CellReferenceExpression class instance, representing the source object for copying. </param> </member> <member name="M:DevExpress.Spreadsheet.Formulas.CellReferenceExpression.Visit(DevExpress.Spreadsheet.Formulas.IExpressionVisitor)"> <summary> <para>Calls the visitor delegate on the expression. </para> </summary> <param name="visitor"> A <b>DevExpress.Spreadsheet.Formulas.IExpressionVisitor</b> object that is the expression visitor. </param> </member> <member name="T:DevExpress.Spreadsheet.Formulas.CellErrorReferenceExpression"> <summary> <para>Invalid Cell Reference error (#REF!). </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.Formulas.CellErrorReferenceExpression.#ctor(DevExpress.Spreadsheet.Formulas.SheetReference)"> <summary> <para>Initializes a new instance of the CellErrorReferenceExpression class with the specified settings. </para> </summary> <param name="sheetReference"> A <see cref="T:DevExpress.Spreadsheet.Formulas.SheetReference"/> object that specifies a reference to a worksheet. </param> </member> <member name="M:DevExpress.Spreadsheet.Formulas.CellErrorReferenceExpression.#ctor"> <summary> <para>Initializes a new instance of the CellErrorReferenceExpression class with default settings. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.Formulas.CellErrorReferenceExpression.Clone"> <summary> <para>Creates a copy of the current CellErrorReferenceExpression object. </para> </summary> <returns>A CellErrorReferenceExpression object which is a copy of the current object. </returns> </member> <member name="M:DevExpress.Spreadsheet.Formulas.CellErrorReferenceExpression.CopyFrom(DevExpress.Spreadsheet.Formulas.CellErrorReferenceExpression)"> <summary> <para>Copies the appropriate properties of the specified object into the current instance of the <b>CellErrorReferenceExpression</b> class. </para> </summary> <param name="value"> A CellErrorReferenceExpression class instance, representing the source object for copying. </param> </member> <member name="M:DevExpress.Spreadsheet.Formulas.CellErrorReferenceExpression.Visit(DevExpress.Spreadsheet.Formulas.IExpressionVisitor)"> <summary> <para>Calls the visitor delegate on the expression. </para> </summary> <param name="visitor"> A <b>DevExpress.Spreadsheet.Formulas.IExpressionVisitor</b> object that is the expression visitor. </param> </member> <member name="T:DevExpress.Spreadsheet.Formulas.BinaryOperatorExpression"> <summary> <para>A base class for binary operator expressions, </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.Formulas.BinaryOperatorExpression.LeftExpression"> <summary> <para>Gets or sets the <see cref="T:DevExpress.Spreadsheet.Formulas.IExpression"/> object specifying the left operand. </para> </summary> <value>An expression that is the left operand. </value> </member> <member name="P:DevExpress.Spreadsheet.Formulas.BinaryOperatorExpression.OperatorText"> <summary> <para>Gets the symbols that designate the operation. </para> </summary> <value>A string that designates an operator. </value> </member> <member name="P:DevExpress.Spreadsheet.Formulas.BinaryOperatorExpression.RightExpression"> <summary> <para>Gets or sets the <see cref="T:DevExpress.Spreadsheet.Formulas.IExpression"/> object specifying the right operand. </para> </summary> <value>An expression that is the left operand. </value> </member> <member name="T:DevExpress.Spreadsheet.Formulas.AdditionExpression"> <summary> <para>Arithmetic addition operation. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.Formulas.AdditionExpression.#ctor(DevExpress.Spreadsheet.Formulas.IExpression,DevExpress.Spreadsheet.Formulas.IExpression)"> <summary> <para>Initializes a new instance of the AdditionExpression class with the specified settings. </para> </summary> <param name="leftExpression"> An <see cref="T:DevExpress.Spreadsheet.Formulas.IExpression"/> object specifying the left operand. </param> <param name="rightExpression"> An <see cref="T:DevExpress.Spreadsheet.Formulas.IExpression"/> object specifying the right operand. </param> </member> <member name="M:DevExpress.Spreadsheet.Formulas.AdditionExpression.Clone"> <summary> <para>Creates a copy of the current AdditionExpression object. </para> </summary> <returns>A AdditionExpression object which is a copy of the current object. </returns> </member> <member name="M:DevExpress.Spreadsheet.Formulas.AdditionExpression.CopyFrom(DevExpress.Spreadsheet.Formulas.AdditionExpression)"> <summary> <para>Copies the appropriate properties of the specified object into the current instance of the <b>AdditionExpression</b> class. </para> </summary> <param name="value"> A AdditionExpression class instance, representing the source object for copying. </param> </member> <member name="P:DevExpress.Spreadsheet.Formulas.AdditionExpression.OperatorText"> <summary> <para>Gets the symbols that designate the operation. </para> </summary> <value>Returns the "+" string. </value> </member> <member name="M:DevExpress.Spreadsheet.Formulas.AdditionExpression.Visit(DevExpress.Spreadsheet.Formulas.IExpressionVisitor)"> <summary> <para>Calls the visitor delegate on the expression. </para> </summary> <param name="visitor"> A <b>DevExpress.Spreadsheet.Formulas.IExpressionVisitor</b> object that is the expression visitor. </param> </member> <member name="T:DevExpress.Spreadsheet.Charts.Axis"> <summary> <para> [To be supplied] </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.Charts.Axis.Auto"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.Axis.AutoMajorUnit"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.Axis.AutoMinorUnit"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.Axis.AxisType"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.Axis.BaseTimeUnit"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.Axis.DisplayUnits"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.Axis.LabelAlign"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.Axis.LabelOffset"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.Axis.MajorGridlines"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.Axis.MajorTickMarks"> <summary> <para>Gets or sets the position of major tick marks on the axis. </para> </summary> <value>An <see cref="T:DevExpress.Spreadsheet.Charts.AxisTickMarks"/> enumeration value that specifies how major tick marks are displayed on the axis. </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.Axis.MajorTimeUnit"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.Axis.MajorUnit"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.Axis.MinorGridlines"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.Axis.MinorTickMarks"> <summary> <para>Gets or sets the position of minor tick marks on the axis. </para> </summary> <value>An <see cref="T:DevExpress.Spreadsheet.Charts.AxisTickMarks"/> enumeration value that specifies how minor tick marks are displayed on the axis. </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.Axis.MinorTimeUnit"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.Axis.MinorUnit"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.Axis.NoMultilevelLabels"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.Axis.NumberFormat"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.Axis.Position"> <summary> <para>Gets or sets the position of the axis on the chart. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.Charts.AxisPosition"/> enumeration value specifying the axis position. </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.Axis.Scaling"> <summary> <para>Provides access to the axis scaling settings. </para> </summary> <value>An <see cref="T:DevExpress.Spreadsheet.Charts.AxisScaling"/> object that contains settings used to change the scale of the axis on the chart. </value> </member> <member name="M:DevExpress.Spreadsheet.Charts.Axis.SetAutoMajorUnit"> <summary> <para> [To be supplied] </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.Charts.Axis.SetAutoMinorUnit"> <summary> <para> [To be supplied] </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.Charts.Axis.TickLabelPosition"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.Axis.TickLabelSkip"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.Axis.TickMarkSkip"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.Axis.Title"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.Axis.Visible"> <summary> <para>Gets or sets a value indicating whether the axis should be displayed. </para> </summary> <value><b>true</b>, if the axis is visible; otherwise, <b>false</b>. The default is <b>true</b>. </value> </member> <member name="T:DevExpress.Spreadsheet.Formulas.FormulaEngine"> <summary> <para> [To be supplied] </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.Formulas.FormulaEngine.Evaluate(System.String)"> <summary> <para>Evaluates the specifies formula using default context. </para> </summary> <param name="formula"> A string that is the formula to evaluate. Note that the leading equal sign "=" in the formula is optional and can be omitted. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.Functions.ParameterValue"/> object containing the result of formula calculation. </returns> </member> <member name="M:DevExpress.Spreadsheet.Formulas.FormulaEngine.Evaluate(System.String,DevExpress.Spreadsheet.Formulas.ExpressionContext)"> <summary> <para>Evaluates the specifies formula using the specified context. </para> </summary> <param name="formula"> A string that is the formula to evaluate. Note that the leading equal sign "=" in the formula is optional and can be omitted. </param> <param name="context"> An <see cref="T:DevExpress.Spreadsheet.Formulas.ExpressionContext"/> object providing information on the cell for which a formula will be evaluated. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.Functions.ParameterValue"/> object containing the result of formula calculation. </returns> </member> <member name="M:DevExpress.Spreadsheet.Formulas.FormulaEngine.Parse(System.String)"> <summary> <para>Parses the specified formula using default context. </para> </summary> <param name="formula"> A string that is the expression to parse. The leading equation "=" symbol is optional. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.Formulas.ParsedExpression"/> object providing access to expression tree. </returns> </member> <member name="M:DevExpress.Spreadsheet.Formulas.FormulaEngine.Parse(System.String,DevExpress.Spreadsheet.Formulas.ExpressionContext)"> <summary> <para>Parses the specified formula in the specified context. </para> </summary> <param name="formula"> A string that is the expression to parse. The leading equation "=" symbol is optional. </param> <param name="context"> A <see cref="T:DevExpress.Spreadsheet.Formulas.ExpressionContext"/> object specifying the context for parsing a formula. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.Formulas.ParsedExpression"/> object providing access to expression tree. </returns> </member> <member name="T:DevExpress.Spreadsheet.PasteSpecial"> <summary> <para>Specifies the part of data copied from cells to paste into target cells. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.PasteSpecial.All"> <summary> <para>Pastes all cell data (formulas, values, formatting). </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.PasteSpecial.Borders"> <summary> <para>Pastes cell borders only. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.PasteSpecial.ColumnWidths"> <summary> <para>Applies column widths only. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.PasteSpecial.Comments"> <summary> <para>Pastes cell comments only. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.PasteSpecial.Formats"> <summary> <para>Pastes cell formatting only (font, background, alignment, number formats, borders). </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.PasteSpecial.Formulas"> <summary> <para>Pastes cell constant values (for example, text, numbers, etc.) and formulas (not their calculated values). </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.PasteSpecial.NumberFormats"> <summary> <para>Pastes cell number formats only. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.PasteSpecial.Values"> <summary> <para>Pastes cell values only (including values calculated from formulas, but not formulas themselves). </para> </summary> </member> <member name="T:DevExpress.Spreadsheet.Charts.DisplayBlanksAs"> <summary> <para>Lists values used to specify how empty cells are displayed on a chart. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.DisplayBlanksAs.Gap"> <summary> <para>Specifies that empty cells should be displayed as gaps on a chart. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.DisplayBlanksAs.Span"> <summary> <para>Specifies that empty cells should be spanned with a line. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.DisplayBlanksAs.Zero"> <summary> <para>Specifies that empty cells should be treated as zeros. </para> </summary> </member> <member name="T:DevExpress.Spreadsheet.Charts.OfPieSplitType"> <summary> <para>Lists values used to specify the possible ways to split a Pie of Pie or Bar of Pie chart. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.OfPieSplitType.Auto"> <summary> <para>Specifies that the data points should be automatically split between the main and secondary chart in a Pie of Pie or Bar of Pie chart type. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.OfPieSplitType.Custom"> <summary> <para>Specifies that the data points should be split between the main and secondary chart in a Pie of Pie or Bar of Pie chart type according to the values defined by the <see cref="P:DevExpress.Spreadsheet.Charts.ChartView.SecondPiePoints"/> property. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.OfPieSplitType.Percent"> <summary> <para>Specifies that the data points should be split between the main and secondary chart in a Pie of Pie or Bar of Pie chart type by placing the data points with percentage less than percent value defined by the <see cref="P:DevExpress.Spreadsheet.Charts.ChartView.SplitPosition"/> property in the second chart. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.OfPieSplitType.Position"> <summary> <para>Specifies that the data points should be split between the main and secondary chart in a Pie of Pie or Bar of Pie chart type by placing the last data points, whose number is defined by the <see cref="P:DevExpress.Spreadsheet.Charts.ChartView.SplitPosition"/> property, in the second chart. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.OfPieSplitType.Value"> <summary> <para>Specifies that the data points should be split between the main and secondary chart in a Pie of Pie or Bar of Pie chart type by placing the data points, whose values are less than the value defined by the <see cref="P:DevExpress.Spreadsheet.Charts.ChartView.SplitPosition"/> property, in the second chart. </para> </summary> </member> <member name="T:DevExpress.Spreadsheet.ShapeHyperlink"> <summary> <para>A hyperlink associated with a shape. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.ShapeHyperlink.Remove"> <summary> <para>Removes a hyperlink. </para> </summary> </member> <member name="T:DevExpress.Spreadsheet.ProtectedRangeCollection"> <summary> <para>A collection of items which associate worksheet ranges and security information required to unlock them for editing. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.ProtectedRangeCollection.Add(System.String,System.String)"> <summary> <para>Creates a new protected range and adds it to the collection. </para> </summary> <param name="name"> A string that is the name of the new protected range. </param> <param name="refersTo"> A string that specifies a reference to a cell or cell range which can be edited in a protected sheet. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.ProtectedRange"/> object that is the newly added element in the collection. </returns> </member> <member name="M:DevExpress.Spreadsheet.ProtectedRangeCollection.Add(System.String,DevExpress.Spreadsheet.Range)"> <summary> <para>Creates a new protected range and adds it to the collection. </para> </summary> <param name="name"> A string that is the name of the new protected range. </param> <param name="range"> A <see cref="T:DevExpress.Spreadsheet.Range"/> which can be edited in a protected sheet. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.ProtectedRange"/> object that is the newly added element in the collection. </returns> </member> <member name="M:DevExpress.Spreadsheet.ProtectedRangeCollection.Clear"> <summary> <para>Removes all items from a collection thus clearing protection ranges in a worksheet. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.ProtectedRangeCollection.Contains(System.String)"> <summary> <para>Determines whether the collection contains the protected range with the specified name. </para> </summary> <param name="name"> A string that is the name to search for in a collection. </param> <returns><b>true</b>, if the collection contains range with the specified name; otherwise, <b>false</b>. </returns> </member> <member name="M:DevExpress.Spreadsheet.ProtectedRangeCollection.Contains(DevExpress.Spreadsheet.ProtectedRange)"> <summary> <para>Determines whether the collection contains the specified protected range. </para> </summary> <param name="item"> A <see cref="T:DevExpress.Spreadsheet.ProtectedRange"/> to locate in the collection. </param> <returns><b>true</b>, if the collection contains the specified item; otherwise, <b>false</b>. </returns> </member> <member name="M:DevExpress.Spreadsheet.ProtectedRangeCollection.Remove(DevExpress.Spreadsheet.ProtectedRange)"> <summary> <para>Removes the specified protected range from a collection. </para> </summary> <param name="item"> A <see cref="T:DevExpress.Spreadsheet.ProtectedRange"/> object to remove. </param> </member> <member name="M:DevExpress.Spreadsheet.ProtectedRangeCollection.Remove(System.String)"> <summary> <para>Removes the specified protected range from a collection. </para> </summary> <param name="name"> A string that is the name of the protected range to remove. </param> </member> <member name="M:DevExpress.Spreadsheet.ProtectedRangeCollection.RemoveAt(System.Int32)"> <summary> <para>Removes the element at the specified index of the ProtectedRangeCollection instance. </para> </summary> <param name="index"> A zero-based integer specifying the index of the object to remove. If it's negative or exceeds the number of elements, an exception is raised. </param> </member> <member name="T:DevExpress.Spreadsheet.ProtectedRange"> <summary> <para>An association of a worksheet range and credentials required to unlock it for editing. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.ProtectedRange.CreateSecurityDescriptor(System.Collections.Generic.IEnumerable`1)"> <summary> <para>Creates a security descriptor for the current protected range. </para> </summary> <param name="permissions"> A collection of <see cref="T:DevExpress.Spreadsheet.EditRangePermission"/> objects specifying user and access rights. </param> <returns>A string that stores information about a security descriptor in SDDL (Security Descriptor Definition Language) format. </returns> </member> <member name="P:DevExpress.Spreadsheet.ProtectedRange.Name"> <summary> <para>Gets or sets the name of the protected range. </para> </summary> <value>A string that specifies the name associated with the protected range. </value> </member> <member name="P:DevExpress.Spreadsheet.ProtectedRange.Range"> <summary> <para>Gets or sets the worksheet cell or range associated with the current protected range. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.Range"/> object that is the worksheet cell or cell range. </value> </member> <member name="P:DevExpress.Spreadsheet.ProtectedRange.RefersTo"> <summary> <para>Gets or sets a string that specifies a worksheet cell or cell range with which the protected range is associated. </para> </summary> <value>A string that specifies a cell reference. </value> </member> <member name="P:DevExpress.Spreadsheet.ProtectedRange.SecurityDescriptor"> <summary> <para>Gets or sets a security descriptor that defines users and their access rights for the current protected range. </para> </summary> <value>A string that stores information about a security descriptor in SDDL (Security Descriptor Definition Language) format. </value> </member> <member name="M:DevExpress.Spreadsheet.ProtectedRange.SetPassword(System.String)"> <summary> <para>Specifies the password that unlocks a range on a protected worksheet. </para> </summary> <param name="password"> A string that is the password that the end-user must enter to edit the protected range. </param> </member> <member name="T:DevExpress.Spreadsheet.Charts.AxisScaling"> <summary> <para>Contains axis scaling options. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.Charts.AxisScaling.AutoMax"> <summary> <para>Gets or sets a value indicating whether the maximum value of the numerical or date axis should be set automatically based on the worksheet data. </para> </summary> <value><b>true</b>, to calculate the maximum axis value automatically; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.AxisScaling.AutoMin"> <summary> <para>Gets or sets a value indicating whether the minimum value of the numerical or date axis should be set automatically based on the worksheet data. </para> </summary> <value><b>true</b>, to calculate the minimum axis value automatically; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.AxisScaling.LogBase"> <summary> <para>Gets or sets a value specifying a logarithmic base for the logarithmic axis. </para> </summary> <value>A <see cref="T:System.Double"/> value that is the logarithmic base. This value must be greater than or equal to two. </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.AxisScaling.LogScale"> <summary> <para>Gets or sets a value indicating whether the value axis should display its numerical values using a logarithmic scale. </para> </summary> <value><b>true</b>, to use the logarithmic axis; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.AxisScaling.Max"> <summary> <para>Gets or sets the maximum value of the numerical or date axis. This may not be the same as the maximum value of the series associated with the axis. </para> </summary> <value>A <see cref="T:System.Double"/> value that specifies the maximum value to display on the axis. </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.AxisScaling.Min"> <summary> <para>Gets or sets the minimum value of the numerical or date axis. This may not be the same as the minimum value of the series associated with the axis. </para> </summary> <value>A <see cref="T:System.Double"/> value that specifies the minimum value to display on the axis. </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.AxisScaling.Orientation"> <summary> <para>Gets or sets the orientation of the axis on the chart. </para> </summary> <value>An <see cref="T:DevExpress.Spreadsheet.Charts.AxisOrientation"/> enumeration value specifying the axis orientation. </value> </member> <member name="T:DevExpress.Spreadsheet.Charts.NumberFormatOptions"> <summary> <para> [To be supplied] </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.Charts.NumberFormatOptions.FormatCode"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.NumberFormatOptions.IsSourceLinked"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="T:DevExpress.Spreadsheet.SortField"> <summary> <para>Specifies the field by which to sort, and the comparer used for sorting. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.SortField.#ctor"> <summary> <para>Initializes a new instance of the SortField class with default settings. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.SortField.ColumnOffset"> <summary> <para>Gets or sets the offset within the range for the column by which the range will be sorted. </para> </summary> <value>An integer that is the position of the column within the range referenced to the first column. </value> </member> <member name="P:DevExpress.Spreadsheet.SortField.Comparer"> <summary> <para>Gets or sets the comparer used to sort the column. </para> </summary> <value>A <see cref="T:System.Collections.Generic.IComparer`1[[DevExpress.Spreadsheet.CellValue]]"/> object used to compare cell values in a column. </value> </member> <member name="T:DevExpress.XtraSpreadsheet.Export.Html.ExportRootTag"> <summary> <para>Lists root HTML tags available for export. </para> </summary> </member> <member name="F:DevExpress.XtraSpreadsheet.Export.Html.ExportRootTag.Body"> <summary> <para>Specifies the tag as the root tag for export. </para> </summary> </member> <member name="F:DevExpress.XtraSpreadsheet.Export.Html.ExportRootTag.Html"> <summary> <para>Specifies the tag as the root tag for export. </para> </summary> </member> <member name="T:DevExpress.XtraSpreadsheet.Import.WorksheetNameValidationType"> <summary> <para>Lists rules by which new worksheet names are validated. </para> </summary> </member> <member name="F:DevExpress.XtraSpreadsheet.Import.WorksheetNameValidationType.AutoCorrect"> <summary> <para>Worksheet names are generated using default rules. </para> </summary> </member> <member name="F:DevExpress.XtraSpreadsheet.Import.WorksheetNameValidationType.Check"> <summary> <para>New worksheet names are based on existing names checked for compliance with the rules (length, disallowed characters etc.). </para> </summary> </member> <member name="T:DevExpress.XtraSpreadsheet.SpreadsheetDrawingBehaviorOptions"> <summary> <para>Provides options to restrict an end-user's ability to modify drawing objects embedded into the <see cref="T:DevExpress.XtraSpreadsheet.SpreadsheetControl"/>'s document. </para> </summary> </member> <member name="M:DevExpress.XtraSpreadsheet.SpreadsheetDrawingBehaviorOptions.#ctor"> <summary> <para>Initializes a new instance of the SpreadsheetDrawingBehaviorOptions class with default settings. </para> </summary> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetDrawingBehaviorOptions.ChangeZOrder"> <summary> <para>Gets or sets the document's capability to change the order of the drawing objects (such as pictures or charts). </para> </summary> <value>A <see cref="T:DevExpress.XtraSpreadsheet.DocumentCapability"/> enumeration value specifying the document's capability to perform an operation. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetDrawingBehaviorOptions.ChangeZOrderAllowed"> <summary> <para>Gets whether an end-user is allowed to change the order of the drawing objects (such as pictures and charts). </para> </summary> <value><b>true</b>, if an operation is allowed; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetDrawingBehaviorOptions.Move"> <summary> <para>Gets or sets the document's capability to change the position of the drawings objects (such as pictures or charts). </para> </summary> <value>A <see cref="T:DevExpress.XtraSpreadsheet.DocumentCapability"/> enumeration value specifying the document's capability to perform an operation. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetDrawingBehaviorOptions.MoveAllowed"> <summary> <para>Gets whether an end-user is allowed to move drawing objects (such as pictures and charts). </para> </summary> <value><b>true</b>, if an operation is allowed; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetDrawingBehaviorOptions.Resize"> <summary> <para>Gets or sets the document's capability to alter the size of the drawing objects (such as pictures or charts). </para> </summary> <value>A <see cref="T:DevExpress.XtraSpreadsheet.DocumentCapability"/> enumeration value specifying the document's capability to perform an operation. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetDrawingBehaviorOptions.ResizeAllowed"> <summary> <para>Gets whether an end-user is allowed to resize drawing objects (such as pictures and charts). </para> </summary> <value><b>true</b>, if an operation is allowed; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetDrawingBehaviorOptions.Rotate"> <summary> <para>Gets or sets the document's capability to rotate the drawing objects (such as pictures or charts). </para> </summary> <value>A <see cref="T:DevExpress.XtraSpreadsheet.DocumentCapability"/> enumeration value specifying the document's capability to perform an operation. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetDrawingBehaviorOptions.RotateAllowed"> <summary> <para>Gets whether an end-user is allowed to rotate drawing objects (such as pictures and charts). </para> </summary> <value><b>true</b>, if an operation is allowed; otherwise, <b>false</b>. </value> </member> <member name="T:DevExpress.Spreadsheet.Functions.CustomFunctionCollection"> <summary> <para>A collection of custom functions in a workbook. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.Functions.CustomFunctionCollection.Contains(System.String)"> <summary> <para>Determines whether the collection contains the specified function. </para> </summary> <param name="name"> A string that is the name of the function to locate in the collection. </param> <returns><b>true</b>, if the collection contains the specified function; otherwise, <b>false</b>. </returns> </member> <member name="P:DevExpress.Spreadsheet.Functions.CustomFunctionCollection.Item(System.String)"> <summary> <para>Gets a function by its invariant name. </para> </summary> <param name="name"> A string that is the name of a function. </param> <value>A function that implements the <see cref="T:DevExpress.Spreadsheet.Functions.ICustomFunction"/> interface. </value> </member> <member name="M:DevExpress.Spreadsheet.Functions.CustomFunctionCollection.Remove(System.String)"> <summary> <para>Removes the specified function from the collection. </para> </summary> <param name="name"> A string that is the name of the function to be removed from a collection. </param> <returns><b>true</b>, if the function is successfully removed; otherwise, <b>false</b>. If the function is not found, the method returns <b>false</b>. </returns> </member> <member name="T:DevExpress.Spreadsheet.WorksheetHeaderFooterOptions"> <summary> <para>Provides access to the document's header and footer and contains options for displaying and printing them. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.WorksheetHeaderFooterOptions.AlignWithMargins"> <summary> <para>Gets or sets whether the sides of a header or a footer should be aligned with page margins. </para> </summary> <value><b>true</b>, to align the sides of a header or a footer with page margins; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.Spreadsheet.WorksheetHeaderFooterOptions.DifferentFirst"> <summary> <para>Gets or sets whether the first page of the document contains a header and footer that is different from headers and footers on other pages. </para> </summary> <value><b>true</b>, if the first page contains a unique header and footer; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.Spreadsheet.WorksheetHeaderFooterOptions.DifferentOddEven"> <summary> <para>Specifies that odd pages should have a different header and footer from even pages. </para> </summary> <value><b>true</b>, to specify different headers and footers for odd and even pages; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.Spreadsheet.WorksheetHeaderFooterOptions.EvenFooter"> <summary> <para>Provides access to the footer for even pages. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.WorksheetHeaderFooter"/> object that is the footer for even pages. </value> </member> <member name="P:DevExpress.Spreadsheet.WorksheetHeaderFooterOptions.EvenHeader"> <summary> <para>Provides access to the footer for even pages. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.WorksheetHeaderFooter"/> object that is the header for even pages. </value> </member> <member name="P:DevExpress.Spreadsheet.WorksheetHeaderFooterOptions.FirstFooter"> <summary> <para>Provides access to the footer for the first page. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.WorksheetHeaderFooter"/> object that is the footer for the first page. </value> </member> <member name="P:DevExpress.Spreadsheet.WorksheetHeaderFooterOptions.FirstHeader"> <summary> <para>Provides access to the header for the first page. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.WorksheetHeaderFooter"/> object that is the header for the first page. </value> </member> <member name="P:DevExpress.Spreadsheet.WorksheetHeaderFooterOptions.OddFooter"> <summary> <para>Provides access to the footer for odd pages. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.WorksheetHeaderFooter"/> object that is the footer for odd pages. </value> </member> <member name="P:DevExpress.Spreadsheet.WorksheetHeaderFooterOptions.OddHeader"> <summary> <para>Provides access to the header for odd pages. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.WorksheetHeaderFooter"/> object that is the header for odd pages. </value> </member> <member name="P:DevExpress.Spreadsheet.WorksheetHeaderFooterOptions.ScaleWithDoc"> <summary> <para>Specifies whether the header and footer should scale when you use the "Shrink to Fit" feature in the document. </para> </summary> <value><b>true</b>, to scale the header and footer when the "Shrink to Fit" feature is used; otherwise, <b>false</b>. </value> </member> <member name="T:DevExpress.Spreadsheet.Hyperlink"> <summary> <para>A hyperlink contained in a cell or cell range. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.Hyperlink.DisplayText"> <summary> <para>Gets or sets the text displayed for a hyperlink in a cell. </para> </summary> <value>A <see cref="T:System.String"/> value that specifies the text to be displayed for a hyperlink. </value> </member> <member name="P:DevExpress.Spreadsheet.Hyperlink.Range"> <summary> <para>Gets the cell range that contains the hyperlink. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.Range"/> object. </value> </member> <member name="M:DevExpress.Spreadsheet.Hyperlink.SetUri(System.String,System.Boolean,System.String)"> <summary> <para>Sets the hyperlink destination and text to be displayed for the hyperlink in a cell. </para> </summary> <param name="uri"> A <see cref="T:System.String"/> value that specifies a web page, existing file, e-mail address or cell range in the current workbook to which a hyperlink refers. This value is assigned to the <see cref="P:DevExpress.Spreadsheet.HyperlinkBase.Uri"/> property. </param> <param name="isExternal"> A <see cref="T:System.Boolean"/> value that specifies whether a hyperlink refers to an external resource (<b>true</b>) or to a cell range within the current workbook (<b>false</b>). This value is assigned to the <see cref="P:DevExpress.Spreadsheet.HyperlinkBase.IsExternal"/> property. </param> <param name="displayText"> A <see cref="T:System.String"/> value that specifies text to be displayed for a hyperlink. This value is assigned to the <see cref="P:DevExpress.Spreadsheet.Hyperlink.DisplayText"/> property and specifies the top left cell value of the range which contains a hyperlink. </param> </member> <member name="T:DevExpress.Spreadsheet.Charts.SeriesCollection"> <summary> <para> [To be supplied] </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.Charts.SeriesCollection.Add(DevExpress.Spreadsheet.Charts.ChartData,DevExpress.Spreadsheet.Charts.ChartData)"> <summary> <para> [To be supplied] </para> </summary> <param name="arguments"> [To be supplied] </param> <param name="values"> [To be supplied] </param> <returns> [To be supplied] </returns> </member> <member name="M:DevExpress.Spreadsheet.Charts.SeriesCollection.Add(System.String,DevExpress.Spreadsheet.Charts.ChartData,DevExpress.Spreadsheet.Charts.ChartData)"> <summary> <para> [To be supplied] </para> </summary> <param name="seriesName"> [To be supplied] </param> <param name="arguments"> [To be supplied] </param> <param name="values"> [To be supplied] </param> <returns> [To be supplied] </returns> </member> <member name="M:DevExpress.Spreadsheet.Charts.SeriesCollection.Add(DevExpress.Spreadsheet.Range,DevExpress.Spreadsheet.Range)"> <summary> <para> [To be supplied] </para> </summary> <param name="arguments"> [To be supplied] </param> <param name="values"> [To be supplied] </param> <returns> [To be supplied] </returns> </member> <member name="M:DevExpress.Spreadsheet.Charts.SeriesCollection.Add(DevExpress.Spreadsheet.Range,DevExpress.Spreadsheet.Range,DevExpress.Spreadsheet.Range)"> <summary> <para> [To be supplied] </para> </summary> <param name="seriesName"> [To be supplied] </param> <param name="arguments"> [To be supplied] </param> <param name="values"> [To be supplied] </param> <returns> [To be supplied] </returns> </member> <member name="M:DevExpress.Spreadsheet.Charts.SeriesCollection.Clear"> <summary> <para> [To be supplied] </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.Charts.SeriesCollection.Contains(DevExpress.Spreadsheet.Charts.Series)"> <summary> <para> [To be supplied] </para> </summary> <param name="series"> [To be supplied] </param> <returns> [To be supplied] </returns> </member> <member name="M:DevExpress.Spreadsheet.Charts.SeriesCollection.IndexOf(DevExpress.Spreadsheet.Charts.Series)"> <summary> <para> [To be supplied] </para> </summary> <param name="series"> [To be supplied] </param> <returns> [To be supplied] </returns> </member> <member name="M:DevExpress.Spreadsheet.Charts.SeriesCollection.Remove(DevExpress.Spreadsheet.Charts.Series)"> <summary> <para> [To be supplied] </para> </summary> <param name="series"> [To be supplied] </param> </member> <member name="M:DevExpress.Spreadsheet.Charts.SeriesCollection.RemoveAt(System.Int32)"> <summary> <para> [To be supplied] </para> </summary> <param name="index"> [To be supplied] </param> </member> <member name="T:DevExpress.Spreadsheet.Charts.Series"> <summary> <para> [To be supplied] </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.Charts.Series.Arguments"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.Series.AxisGroup"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="M:DevExpress.Spreadsheet.Charts.Series.BringForward"> <summary> <para> [To be supplied] </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.Charts.Series.BringToFront"> <summary> <para> [To be supplied] </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.Charts.Series.BubbleSize"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="M:DevExpress.Spreadsheet.Charts.Series.ChangeType(DevExpress.Spreadsheet.Charts.ChartType)"> <summary> <para> [To be supplied] </para> </summary> <param name="chartType"> [To be supplied] </param> </member> <member name="P:DevExpress.Spreadsheet.Charts.Series.CustomDataLabels"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.Series.CustomDataPoints"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="M:DevExpress.Spreadsheet.Charts.Series.Delete"> <summary> <para> [To be supplied] </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.Charts.Series.ErrorBars"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.Series.Explosion"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.Series.InvertIfNegative"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.Series.Marker"> <summary> <para>Provides access to the specific settings of data markers displayed by series on the line, scatter or radar chart. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.Charts.Marker"/> object that contains the specific marker settings. </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.Series.Order"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="M:DevExpress.Spreadsheet.Charts.Series.SendBackward"> <summary> <para> [To be supplied] </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.Charts.Series.SendToBack"> <summary> <para> [To be supplied] </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.Charts.Series.SeriesName"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.Series.SeriesType"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.Series.Shape"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.Series.Smooth"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.Series.Trendlines"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.Series.UseCustomDataLabels"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.Series.Values"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.Series.View"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="T:DevExpress.Spreadsheet.Charts.MarkerStyle"> <summary> <para>Lists values that specify the shape of markers which can be painted at each data point in the series on the line, scatter or radar chart and within the chart legend. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.MarkerStyle.Auto"> <summary> <para>Specifies an automatic marker. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.MarkerStyle.Circle"> <summary> <para>Specifies a circular marker. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.MarkerStyle.Dash"> <summary> <para>Specifies a long bar marker. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.MarkerStyle.Diamond"> <summary> <para>Specifies a diamond-shaped marker. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.MarkerStyle.Dot"> <summary> <para>Specifies a short bar marker. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.MarkerStyle.None"> <summary> <para>Specifies that a marker is not painted. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.MarkerStyle.Picture"> <summary> <para>Specifies that a picture is used as a marker. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.MarkerStyle.Plus"> <summary> <para>Specifies a plus-shaped marker. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.MarkerStyle.Square"> <summary> <para>Specifies a square marker. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.MarkerStyle.Star"> <summary> <para>Specifies a star-shaped marker. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.MarkerStyle.Triangle"> <summary> <para>Specifies a triangular marker. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.MarkerStyle.X"> <summary> <para>Specifies an X-shaped marker. </para> </summary> </member> <member name="T:DevExpress.Spreadsheet.SearchIn"> <summary> <para>Lists values that specify what to examine in each cell while searching. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.SearchIn.Formulas"> <summary> <para> [To be supplied] </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.SearchIn.Values"> <summary> <para>Searches cell values only (including values calculated from formulas). </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.SearchIn.ValuesAndFormulas"> <summary> <para>Searches cell values and underlying formulas. </para> </summary> </member> <member name="T:DevExpress.Spreadsheet.SearchBy"> <summary> <para>Lists values that specify the direction of the search. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.SearchBy.Columns"> <summary> <para>Performs a search down through columns. All the rows in the current column will be traversed before moving to the next column. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.SearchBy.Rows"> <summary> <para>Performs a search to the right across rows. All the cells in the current row will be traversed from left to right before moving to the next row. </para> </summary> </member> <member name="T:DevExpress.Spreadsheet.SearchOptions"> <summary> <para>Contains options affecting search in a document. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.SearchOptions.#ctor"> <summary> <para>Initializes a new instance of the SearchOptions class with default settings. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.SearchOptions.MatchCase"> <summary> <para>Gets or sets a value indicating whether the search is case-sensitive. </para> </summary> <value><b>true</b>, to perform a case-sensitive search; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.Spreadsheet.SearchOptions.MatchEntireCellContents"> <summary> <para>Gets or sets a value indicating whether or not to search for cells whose contents are exactly alike. </para> </summary> <value><b>true</b>, to restrict the search to the entire cell content; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.Spreadsheet.SearchOptions.SearchBy"> <summary> <para>Gets or sets the direction of the search. </para> </summary> <value>One of the <see cref="T:DevExpress.Spreadsheet.SearchBy"/> enumeration values indicating whether to search by rows or by columns. </value> </member> <member name="P:DevExpress.Spreadsheet.SearchOptions.SearchIn"> <summary> <para>Specifies whether to search cell values only or extend search to include underlying formulas. </para> </summary> <value>One of the <see cref="T:DevExpress.Spreadsheet.SearchIn"/> enumeration values indicating what to examine in each cell. </value> </member> <member name="T:DevExpress.Spreadsheet.Formulas.IExpression"> <summary> <para>A base interface for expression node. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.Formulas.IExpression.BracketsCount"> <summary> <para>Gets or sets the number of pairs of parentheses in which the expression is enclosed. </para> </summary> <value>An integer that is the number of pairs of parentheses. </value> </member> <member name="M:DevExpress.Spreadsheet.Formulas.IExpression.BuildExpressionString(System.Text.StringBuilder,DevExpress.Spreadsheet.IWorkbook)"> <summary> <para>Appends the expression string to the specified StringBuilder object. </para> </summary> <param name="builder"> A <see cref="T:System.Text.StringBuilder"/> object that holds a string to append. </param> <param name="workbook"> An <see cref="T:DevExpress.Spreadsheet.IWorkbook"/> object used for creating a string from an expression tree node. </param> </member> <member name="M:DevExpress.Spreadsheet.Formulas.IExpression.BuildExpressionString(System.Text.StringBuilder,DevExpress.Spreadsheet.IWorkbook,DevExpress.Spreadsheet.Formulas.IExpressionContext)"> <summary> <para>Appends the expression string to the specified StringBuilder object. </para> </summary> <param name="builder"> A <see cref="T:System.Text.StringBuilder"/> object that holds a string to append. </param> <param name="workbook"> An <see cref="T:DevExpress.Spreadsheet.IWorkbook"/> object used for creating a string from an expression tree node. </param> <param name="context"> A <see cref="T:DevExpress.Spreadsheet.Formulas.ExpressionContext"/> object specifying the formula context. </param> </member> <member name="M:DevExpress.Spreadsheet.Formulas.IExpression.Visit(DevExpress.Spreadsheet.Formulas.IExpressionVisitor)"> <summary> <para>Calls the visitor delegate on the expression. </para> </summary> <param name="visitor"> A <b>DevExpress.Spreadsheet.Formulas.IExpressionVisitor</b> object that is the expression visitor. </param> </member> <member name="T:DevExpress.Spreadsheet.Formulas.ParsedExpression"> <summary> <para>Contains an expression tree and provides methods to handle it. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.Formulas.ParsedExpression.#ctor(DevExpress.Spreadsheet.IWorkbook)"> <summary> <para>Initializes a new instance of the ParsedExpression class with the specified settings. </para> </summary> <param name="workbook"> A <see cref="T:DevExpress.Spreadsheet.IWorkbook"/> object that is the workbook containing the formula being processed. </param> </member> <member name="P:DevExpress.Spreadsheet.Formulas.ParsedExpression.Expression"> <summary> <para>Gets or sets the root expression of the expression tree. </para> </summary> <value>An <see cref="T:DevExpress.Spreadsheet.Formulas.IExpression"/> descendant that is the top level expression in a formula. </value> </member> <member name="M:DevExpress.Spreadsheet.Formulas.ParsedExpression.GetRanges"> <summary> <para>Gets the list of ranges referenced in a formula. </para> </summary> <returns>A list of <see cref="T:DevExpress.Spreadsheet.Range"/> objects which are the ranges referenced in a formula. </returns> </member> <member name="M:DevExpress.Spreadsheet.Formulas.ParsedExpression.GetRanges(DevExpress.Spreadsheet.Formulas.IExpressionContext)"> <summary> <para>Gets the list of ranges referenced in a formula. </para> </summary> <param name="context"> An <see cref="T:DevExpress.Spreadsheet.Formulas.ExpressionContext"/> object providing information on the worksheet, cell, formula type and the current culture. </param> <returns>A list of <see cref="T:DevExpress.Spreadsheet.Range"/> objects which are the ranges referenced in a formula. </returns> </member> <member name="M:DevExpress.Spreadsheet.Formulas.ParsedExpression.ToString(DevExpress.Spreadsheet.Formulas.IExpressionContext)"> <summary> <para>Builds a string expression from an expression tree. </para> </summary> <param name="context"> An <see cref="T:DevExpress.Spreadsheet.Formulas.IExpressionContext"/> object that provides formula context. </param> <returns>A string expression. </returns> </member> <member name="M:DevExpress.Spreadsheet.Formulas.ParsedExpression.ToString"> <summary> <para>Builds a string expression from an expression tree. </para> </summary> <returns>A string expression. </returns> </member> <member name="T:DevExpress.Spreadsheet.Charts.UpDownBarsOptions"> <summary> <para> [To be supplied] </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.Charts.UpDownBarsOptions.DownBars"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.UpDownBarsOptions.GapWidth"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="M:DevExpress.Spreadsheet.Charts.UpDownBarsOptions.ResetToMatchStyle"> <summary> <para> [To be supplied] </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.Charts.UpDownBarsOptions.UpBars"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.UpDownBarsOptions.Visible"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="T:DevExpress.XtraSpreadsheet.Export.Html.HtmlFontUnit"> <summary> <para>Lists measurement units allowed to specify font size. </para> </summary> </member> <member name="F:DevExpress.XtraSpreadsheet.Export.Html.HtmlFontUnit.Pixel"> <summary> <para>Font size specified in pixels. </para> </summary> </member> <member name="F:DevExpress.XtraSpreadsheet.Export.Html.HtmlFontUnit.Point"> <summary> <para>Font size specified in points. </para> </summary> </member> <member name="T:DevExpress.Spreadsheet.Functions.CustomFunction"> <summary> <para>Use the ICustomFunction interface instead. </para> </summary> </member> <member name="T:DevExpress.Spreadsheet.Charts.ChartStyle"> <summary> <para>Lists values used to specify the chart style. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartStyle.Accent1"> <summary> <para>Specifies the monochromatic chart style that applies different shades of Accent1 color defined by the document's theme to each data series. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartStyle.Accent1Area"> <summary> <para>Specifies the monochromatic chart style that applies different shades of Accent1 color defined by the document's theme to each data series and specifies this color as the background color of the plot area. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartStyle.Accent1Bevel"> <summary> <para>Specifies the monochromatic chart style that applies different shades of Accent1 color defined by the document's theme to each data series and specifies shape effects, like beveled edges and shadows. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartStyle.Accent1Dark"> <summary> <para>Specifies the monochromatic chart style that applies different shades of Accent1 color and shape effects to each data series and specifies the heavy background fill of the chart area using the first dark color of the document's theme. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartStyle.Accent1Gradient"> <summary> <para>Specifies the monochromatic chart style that applies different shades of Accent1 color to each data series with a gradient effect defined by the document's theme. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartStyle.Accent1Outline"> <summary> <para>Specifies the monochromatic chart style that applies different shades of Accent1 color defined by the document's theme to each data series and specifies shape outlines. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartStyle.Accent2"> <summary> <para>Specifies the monochromatic chart style that applies different shades of Accent2 color defined by the document's theme to each data series. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartStyle.Accent2Area"> <summary> <para>Specifies the monochromatic chart style that applies different shades of Accent2 color defined by the document's theme to each data series and specifies this color as the background color of the plot area. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartStyle.Accent2Bevel"> <summary> <para>Specifies the monochromatic chart style that applies different shades of Accent2 color defined by the document's theme to each data series and specifies shape effects, like beveled edges and shadows. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartStyle.Accent2Dark"> <summary> <para>Specifies the monochromatic chart style that applies different shades of Accent2 color and shape effects to each data series and specifies the heavy background fill of the chart area using the first dark color of the document's theme. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartStyle.Accent2Gradient"> <summary> <para>Specifies the monochromatic chart style that applies different shades of Accent2 color to each data series with a gradient effect defined by the document's theme. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartStyle.Accent2Outline"> <summary> <para>Specifies the monochromatic chart style that applies different shades of Accent2 color defined by the document's theme to each data series and specifies shape outlines. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartStyle.Accent3"> <summary> <para>Specifies the monochromatic chart style that applies different shades of Accent3 color defined by the document's theme to each data series. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartStyle.Accent3Area"> <summary> <para>Specifies the monochromatic chart style that applies different shades of Accent3 color defined by the document's theme to each data series and specifies this color as the background color of the plot area. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartStyle.Accent3Bevel"> <summary> <para>Specifies the monochromatic chart style that applies different shades of Accent3 color defined by the document's theme to each data series and specifies shape effects, like beveled edges and shadows. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartStyle.Accent3Dark"> <summary> <para>Specifies the monochromatic chart style that applies different shades of Accent3 color and shape effects to each data series and specifies the heavy background fill of the chart area using the first dark color of the document's theme. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartStyle.Accent3Gradient"> <summary> <para>Specifies the monochromatic chart style that applies different shades of Accent3 color to each data series with a gradient effect defined by the document's theme. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartStyle.Accent3Outline"> <summary> <para>Specifies the monochromatic chart style that applies different shades of Accent3 color defined by the document's theme to each data series and specifies shape outlines. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartStyle.Accent4"> <summary> <para>Specifies the monochromatic chart style that applies different shades of Accent4 color defined by the document's theme to each data series. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartStyle.Accent4Area"> <summary> <para>Specifies the monochromatic chart style that applies different shades of Accent4 color defined by the document's theme to each data series and specifies this color as the background color of the plot area. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartStyle.Accent4Bevel"> <summary> <para>Specifies the monochromatic chart style that applies different shades of Accent4 color defined by the document's theme to each data series and specifies shape effects, like beveled edges and shadows. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartStyle.Accent4Dark"> <summary> <para>Specifies the monochromatic chart style that applies different shades of Accent4 color and shape effects to each data series and specifies the heavy background fill of the chart area using the first dark color of the document's theme. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartStyle.Accent4Gradient"> <summary> <para>Specifies the monochromatic chart style that applies different shades of Accent4 color to each data series with a gradient effect defined by the document's theme. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartStyle.Accent4Outline"> <summary> <para>Specifies the monochromatic chart style that applies different shades of Accent4 color defined by the document's theme to each data series and specifies shape outlines. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartStyle.Accent5"> <summary> <para>Specifies the monochromatic chart style that applies different shades of Accent5 color defined by the document's theme to each data series. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartStyle.Accent5Area"> <summary> <para>Specifies the monochromatic chart style that applies different shades of Accent5 color defined by the document's theme to each data series and specifies this color as the background color of the plot area. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartStyle.Accent5Bevel"> <summary> <para>Specifies the monochromatic chart style that applies different shades of Accent5 color defined by the document's theme to each data series and specifies shape effects, like beveled edges and shadows. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartStyle.Accent5Dark"> <summary> <para>Specifies the monochromatic chart style that applies different shades of Accent5 color and shape effects to each data series and specifies the heavy background fill of the chart area using the first dark color of the document's theme. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartStyle.Accent5Gradient"> <summary> <para>Specifies the monochromatic chart style that applies different shades of Accent5 color to each data series with a gradient effect defined by the document's theme. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartStyle.Accent5Outline"> <summary> <para>Specifies the monochromatic chart style that applies different shades of Accent5 color defined by the document's theme to each data series and specifies shape outlines. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartStyle.Accent6"> <summary> <para>Specifies the monochromatic chart style that applies different shades of Accent6 color defined by the document's theme to each data series. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartStyle.Accent6Area"> <summary> <para>Specifies the monochromatic chart style that applies different shades of Accent6 color defined by the document's theme to each data series and specifies this color as the background color of the plot area. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartStyle.Accent6Bevel"> <summary> <para>Specifies the monochromatic chart style that applies different shades of Accent6 color defined by the document's theme to each data series and specifies shape effects, like beveled edges and shadows. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartStyle.Accent6Dark"> <summary> <para>Specifies the monochromatic chart style that applies different shades of Accent6 color and shape effects to each data series and specifies the heavy background fill of the chart area using the first dark color of the document's theme. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartStyle.Accent6Gradient"> <summary> <para>Specifies the monochromatic chart style that applies different shades of Accent6 color to each data series with a gradient effect defined by the document's theme. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartStyle.Accent6Outline"> <summary> <para>Specifies the monochromatic chart style that applies different shades of Accent6 color defined by the document's theme to each data series and specifies shape outlines. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartStyle.Color"> <summary> <para>Specifies the colorful chart style that applies one of six accent colors defined by the document's theme to each data series. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartStyle.ColorArea"> <summary> <para>Specifies the colorful chart style that applies one of six accent colors to each data series and specifies 20% tint of the first dark color of the document's theme as the background color of the plot area. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartStyle.ColorBevel"> <summary> <para>Specifies the colorful chart style that applies one of six accent colors defined by the document's theme to each data series and specifies shape effects, like beveled edges and shadows. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartStyle.ColorDark"> <summary> <para>Specifies the colorful chart style that applies one of six accent colors and shape effects to each data series and specifies the heavy background fill of the chart area using the first dark color of the document's theme. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartStyle.ColorGradient"> <summary> <para>Specifies the colorful chart style that applies one of six accent colors to each data series with a gradient effect defined by the document's theme. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartStyle.ColorOutline"> <summary> <para>Specifies the colorful chart style that applies one of six accent colors defined by the document's theme to each data series and specifies shape outlines. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartStyle.Gray"> <summary> <para>Specifies the monochromatic chart style that applies different shades of the first dark color defined by the document's theme to each data series. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartStyle.GrayArea"> <summary> <para>Specifies the monochromatic chart style that applies different shades of the first dark color defined by the document's theme to each data series and specifies 20% tint of this color as the background color of the plot area. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartStyle.GrayBevel"> <summary> <para>Specifies the monochromatic chart style that applies different shades of the first dark color defined by the document's theme to each data series and specifies shape effects, like beveled edges and shadows. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartStyle.GrayDark"> <summary> <para>Specifies the monochromatic chart style that applies different shades of the first dark color defined by the document's theme to each data series and uses this color to specify the heavy background fill of the chart area. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartStyle.GrayGradient"> <summary> <para>Specifies the monochromatic chart style that applies different shades of the first dark color to each data series with a gradient effect defined by the document's theme. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartStyle.GrayOutline"> <summary> <para>Specifies the monochromatic chart style that applies different shades of the first dark color defined by the document's theme to each data series and specifies shape outlines. </para> </summary> </member> <member name="T:DevExpress.Spreadsheet.Charts.ChartDataDirection"> <summary> <para> [To be supplied] </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartDataDirection.Column"> <summary> <para> [To be supplied] </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Charts.ChartDataDirection.Row"> <summary> <para> [To be supplied] </para> </summary> </member> <member name="T:DevExpress.Spreadsheet.Charts.AxisCollection"> <summary> <para> [To be supplied] </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.Charts.AxisCollection.Contains(DevExpress.Spreadsheet.Charts.Axis)"> <summary> <para> [To be supplied] </para> </summary> <param name="axis"> [To be supplied] </param> <returns> [To be supplied] </returns> </member> <member name="M:DevExpress.Spreadsheet.Charts.AxisCollection.IndexOf(DevExpress.Spreadsheet.Charts.Axis)"> <summary> <para> [To be supplied] </para> </summary> <param name="axis"> [To be supplied] </param> <returns> [To be supplied] </returns> </member> <member name="T:DevExpress.Spreadsheet.Charts.PlotArea"> <summary> <para> [To be supplied] </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.Charts.PlotArea.Layout"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="T:DevExpress.Spreadsheet.Charts.ChartOptions"> <summary> <para> [To be supplied] </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.Charts.ChartOptions.Culture"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.ChartOptions.DisplayBlanksAs"> <summary> <para>Gets or sets a value that specifies how empty cells should be plotted on a chart. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.Charts.DisplayBlanksAs"/> enumeration value that determines how blank values should be displayed on a chart. </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.ChartOptions.PlotVisibleOnly"> <summary> <para>Gets or sets a value indicating whether the hidden values should be displayed on a chart. </para> </summary> <value><b>true</b>, if only visible cells are plotted; otherwise, <b>false</b>. The default is <b>true</b>. </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.ChartOptions.Protection"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.ChartOptions.RoundedCorners"> <summary> <para>Gets or sets a value indicating whether the chart area should have rounded corners. </para> </summary> <value><b>true</b>, to add rounded corners to the chart; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.ChartOptions.ShowDataLabelsOverMax"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.ChartOptions.Use1904DateSystem"> <summary> <para>Gets or sets a value indicating whether the chart should use the 1904 date system. </para> </summary> <value><b>true</b>, if the 1904 date system is used; otherwise, <b>false</b>. The default is <b>false</b>. </value> </member> <member name="T:DevExpress.Spreadsheet.Charts.Legend"> <summary> <para> [To be supplied] </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.Charts.Legend.CustomEntries"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.Legend.Font"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.Legend.Layout"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.Legend.Overlay"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.Legend.Position"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.Spreadsheet.Charts.Legend.Visible"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="T:DevExpress.Spreadsheet.Charts.ChartCollection"> <summary> <para> [To be supplied] </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.Charts.ChartCollection.Add(DevExpress.Spreadsheet.Charts.ChartType)"> <summary> <para> [To be supplied] </para> </summary> <param name="chartType"> [To be supplied] </param> <returns> [To be supplied] </returns> </member> <member name="M:DevExpress.Spreadsheet.Charts.ChartCollection.Add(DevExpress.Spreadsheet.Charts.ChartType,DevExpress.Spreadsheet.Range)"> <summary> <para> [To be supplied] </para> </summary> <param name="chartType"> [To be supplied] </param> <param name="range"> [To be supplied] </param> <returns> [To be supplied] </returns> </member> <member name="M:DevExpress.Spreadsheet.Charts.ChartCollection.Clear"> <summary> <para> [To be supplied] </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.Charts.ChartCollection.Contains(DevExpress.Spreadsheet.Charts.Chart)"> <summary> <para> [To be supplied] </para> </summary> <param name="chart"> [To be supplied] </param> <returns> [To be supplied] </returns> </member> <member name="M:DevExpress.Spreadsheet.Charts.ChartCollection.GetChartById(System.Int32)"> <summary> <para> [To be supplied] </para> </summary> <param name="id"> [To be supplied] </param> <returns> [To be supplied] </returns> </member> <member name="M:DevExpress.Spreadsheet.Charts.ChartCollection.GetCharts(System.String)"> <summary> <para> [To be supplied] </para> </summary> <param name="chartName"> [To be supplied] </param> <returns> [To be supplied] </returns> </member> <member name="M:DevExpress.Spreadsheet.Charts.ChartCollection.IndexOf(DevExpress.Spreadsheet.Charts.Chart)"> <summary> <para> [To be supplied] </para> </summary> <param name="chart"> [To be supplied] </param> <returns> [To be supplied] </returns> </member> <member name="M:DevExpress.Spreadsheet.Charts.ChartCollection.Remove(DevExpress.Spreadsheet.Charts.Chart)"> <summary> <para> [To be supplied] </para> </summary> <param name="chart"> [To be supplied] </param> <returns> [To be supplied] </returns> </member> <member name="M:DevExpress.Spreadsheet.Charts.ChartCollection.RemoveAt(System.Int32)"> <summary> <para> [To be supplied] </para> </summary> <param name="index"> [To be supplied] </param> </member> <member name="T:DevExpress.Spreadsheet.Placement"> <summary> <para>Lists the ways the object is attached to the cells below it. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Placement.FreeFloating"> <summary> <para>The object (picture) does not move or size with cells. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Placement.Move"> <summary> <para>The object (picture) moves with the underlying cells. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.Placement.MoveAndSize"> <summary> <para>The object (picture) moves and sizes with the underlying cells. </para> </summary> </member> <member name="T:DevExpress.Spreadsheet.CommentRunCollection"> <summary> <para>A collection of comment text regions, each formatted with its own font. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.CommentRunCollection.Add(System.String)"> <summary> <para>Adds the specified string to the end of the comment text and returns the created CommentRun object. </para> </summary> <param name="text"> A <see cref="T:System.String"/> value that specifies a text region within a comment. This value is assigned to the <see cref="P:DevExpress.Spreadsheet.CommentRun.Text"/> property. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.CommentRun"/> object that specifies the created comment run. </returns> </member> <member name="M:DevExpress.Spreadsheet.CommentRunCollection.Clear"> <summary> <para>Removes all text from the comment. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.CommentRunCollection.Contains(DevExpress.Spreadsheet.CommentRun)"> <summary> <para>Indicates whether the collection contains the specified comment run. </para> </summary> <param name="run"> A <see cref="T:DevExpress.Spreadsheet.CommentRun"/> object to locate in the collection. </param> <returns><b>True</b>, if the collection contains the comment run; otherwise, <b>false</b>. </returns> </member> <member name="M:DevExpress.Spreadsheet.CommentRunCollection.IndexOf(DevExpress.Spreadsheet.CommentRun)"> <summary> <para>Returns the index of the specified CommentRun object in the collection. </para> </summary> <param name="run"> A <see cref="T:DevExpress.Spreadsheet.CommentRun"/> object to locate in the collection. </param> <returns>A zero-based integer which specifies the comment run's position within the collection. <b>-1</b> if the comment run doesn't belong to the collection. </returns> </member> <member name="M:DevExpress.Spreadsheet.CommentRunCollection.Insert(System.Int32,System.String)"> <summary> <para>Inserts the specified text string at a specified index position within the comment. </para> </summary> <param name="index"> The zero-based index position of the insertion. It should be non-negative and less than the number of elements in the collection. </param> <param name="text"> A <see cref="T:System.String"/> value, that specifies the text string to be inserted. </param> </member> <member name="M:DevExpress.Spreadsheet.CommentRunCollection.Remove(DevExpress.Spreadsheet.CommentRun)"> <summary> <para>Removes the specified CommentRun object from the collection. </para> </summary> <param name="run"> A <see cref="T:DevExpress.Spreadsheet.CommentRun"/> object that defines a text region to be deleted from the comment. </param> </member> <member name="M:DevExpress.Spreadsheet.CommentRunCollection.RemoveAt(System.Int32)"> <summary> <para>Removes the CommentRun object at the specified index from the collection. </para> </summary> <param name="index"> A zero-based integer specifying the index of the comment run to be removed. It should be non-negative and less than the number of elements in the collection. </param> </member> <member name="T:DevExpress.XtraSpreadsheet.SpreadsheetChartsViewOptions"> <summary> <para>Provides access to the chart-specific properties of the SpreadsheetControl. </para> </summary> </member> <member name="M:DevExpress.XtraSpreadsheet.SpreadsheetChartsViewOptions.#ctor"> <summary> <para>Initializes a new instance of the SpreadsheetChartsViewOptions class with default settings. </para> </summary> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetChartsViewOptions.Antialiasing"> <summary> <para>Gets or sets the document's capability to apply antialiasing to 3-D charts displayed in the SpreadsheetControl. </para> </summary> <value>A <see cref="T:DevExpress.XtraSpreadsheet.DocumentCapability"/> enumeration value specifying the document's capability to perform the operation. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetChartsViewOptions.AntialiasingAllowed"> <summary> <para>Gets whether antialiasing of 3-D charts displayed in the SpreadsheetControl is allowed. </para> </summary> <value><b>true</b>, if the operation is allowed; otherwise, <b>false</b>. </value> </member> <member name="T:DevExpress.XtraSpreadsheet.Import.XlsDocumentImporterOptions"> <summary> <para>Contains options used for loading (importing) a document in XLS format (MS Excel 97-2003 binary file format). </para> </summary> </member> <member name="M:DevExpress.XtraSpreadsheet.Import.XlsDocumentImporterOptions.#ctor"> <summary> <para>Initializes a new instance of the XlsDocumentImporterOptions class with default settings. </para> </summary> </member> <member name="M:DevExpress.XtraSpreadsheet.Import.XlsDocumentImporterOptions.CopyFrom(DevExpress.Office.Import.IImporterOptions)"> <summary> <para>Copies the appropriate properties of the specified object into the current instance of the <b>XlsDocumentImporterOptions</b> class. </para> </summary> <param name="value"> An <see cref="T:DevExpress.Office.Import.IImporterOptions"/> class instance representing the source object for copying. </param> </member> <member name="P:DevExpress.XtraSpreadsheet.Import.XlsDocumentImporterOptions.Password"> <summary> <para>Gets or sets the password to load an encrypted workbook. </para> </summary> <value>A string value that specifies the password. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.Import.XlsDocumentImporterOptions.ValidateFormula"> <summary> <para>Gets or sets a value specifying whether to validate formulas when importing a workbook. </para> </summary> <value><b>true</b>, to validate formulas while importing a document; otherwise, <b>false</b>. </value> </member> <member name="T:DevExpress.XtraSpreadsheet.Import.XlsmDocumentImporterOptions"> <summary> <para>Contains options used for loading (importing) a document in OpenXML format with macro support (.xlsm). </para> </summary> </member> <member name="M:DevExpress.XtraSpreadsheet.Import.XlsmDocumentImporterOptions.#ctor"> <summary> <para>Initializes a new instance of the XlsmDocumentImporterOptions class with default settings. </para> </summary> </member> <member name="T:DevExpress.XtraSpreadsheet.Import.OpenXmlDocumentImporterOptions"> <summary> <para>Contains options used for loading (importing) a document in OpenXML format (aka MS Excel 2007 default format, .xlsx). </para> </summary> </member> <member name="M:DevExpress.XtraSpreadsheet.Import.OpenXmlDocumentImporterOptions.#ctor"> <summary> <para>Initializes a new instance of the OpenXmlDocumentImporterOptions class with default settings. </para> </summary> </member> <member name="M:DevExpress.XtraSpreadsheet.Import.OpenXmlDocumentImporterOptions.CopyFrom(DevExpress.Office.Import.IImporterOptions)"> <summary> <para> [To be supplied] </para> </summary> <param name="value"> [To be supplied] </param> </member> <member name="P:DevExpress.XtraSpreadsheet.Import.OpenXmlDocumentImporterOptions.EncryptionPassword"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="M:DevExpress.XtraSpreadsheet.Import.OpenXmlDocumentImporterOptions.Reset"> <summary> <para> [To be supplied] </para> </summary> </member> <member name="T:DevExpress.Spreadsheet.PanesUnfrozenEventHandler"> <summary> <para>A method that will handle the <see cref="E:DevExpress.XtraSpreadsheet.SpreadsheetControl.PanesUnfrozen"/> event. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.PanesUnfrozenEventHandler.Invoke(System.Object,DevExpress.Spreadsheet.PanesUnfrozenEventArgs)"> <summary> <para>A method that will handle the <b>PanesUnfrozen</b> event of the SpreadsheetControl. </para> </summary> <param name="sender"> The event source. This parameter identifies the SpreadsheetControl which raised the event. </param> <param name="e"> A <see cref="T:DevExpress.Spreadsheet.PanesUnfrozenEventArgs"/> object which contains event data. </param> </member> <member name="T:DevExpress.Spreadsheet.PanesUnfrozenEventArgs"> <summary> <para>Provides data for the SpreadsheetControl.PanesUnfrozen event. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.PanesUnfrozenEventArgs.#ctor(System.String)"> <summary> <para>Initializes a new instance of the PanesUnfrozenEventArgs class with the specified settings. </para> </summary> <param name="sheetName"> A string that is the name of the worksheet whose frozen rows and columns have been unlocked. </param> </member> <member name="T:DevExpress.Spreadsheet.PanesFrozenEventHandler"> <summary> <para>A method that will handle the <see cref="E:DevExpress.XtraSpreadsheet.SpreadsheetControl.PanesFrozen"/> event. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.PanesFrozenEventHandler.Invoke(System.Object,DevExpress.Spreadsheet.PanesFrozenEventArgs)"> <summary> <para>A method that will handle the <b>PanesFrozen</b> event of the SpreadsheetControl. </para> </summary> <param name="sender"> The event source. This parameter identifies the SpreadsheetControl which raised the event. </param> <param name="e"> A <see cref="T:DevExpress.Spreadsheet.PanesFrozenEventArgs"/> object which contains event data. </param> </member> <member name="T:DevExpress.Spreadsheet.PanesFrozenEventArgs"> <summary> <para>Provides data for the SpreadsheetControl.PanesFrozen event. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.PanesFrozenEventArgs.#ctor(System.String,System.Int32,System.Int32,DevExpress.XtraSpreadsheet.Model.CellPosition)"> <summary> <para>Initializes a new instance of the PanesFrozenEventArgs class with the specified settings. </para> </summary> <param name="sheetName"> A <see cref="T:System.String"/> that is the name of the worksheet whose area has been frozen. </param> <param name="rowOffset"> An integer value that is the zero-based offset of the last frozen row relative to the first row in a worksheet or the row that contains the specified cell (the <i>topLeftCell</i> parameter). </param> <param name="columnOffset"> An integer value that is the zero-based offset of the last frozen column relative to the first column in a worksheet or the column that contains the specified cell (the <i>topLeftCell</i> parameter). </param> <param name="topLeftCell"> A CellPosition object specifying the position of the cell from which freezing starts. </param> </member> <member name="P:DevExpress.Spreadsheet.PanesFrozenEventArgs.ColumnOffset"> <summary> <para>Gets the offset of the last frozen column relative to the first column in a worksheet or the left-most column with the specified cell from where freezing starts. </para> </summary> <value>An integer value that specifies the zero-based offset of the last frozen column relative to the first frozen column. <b>-1</b>, if no columns have been frozen. </value> </member> <member name="P:DevExpress.Spreadsheet.PanesFrozenEventArgs.RowOffset"> <summary> <para>Gets the offset of the last frozen row relative to the first row in a worksheet or the top row with the specified cell from where freezing starts. </para> </summary> <value>An integer value that specifies the zero-based offset of the last frozen row relative to the first frozen row. <b>-1</b>, if no rows have been frozen. </value> </member> <member name="P:DevExpress.Spreadsheet.PanesFrozenEventArgs.TopLeft"> <summary> <para>Gets the cell contained in a top frozen row and/or left-most frozen column from where freezing starts. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.Range"/> object that specifies a cell from where freezing starts. </value> </member> <member name="T:DevExpress.XtraSpreadsheet.SpreadsheetViewOptions"> <summary> <para>Provides access to a set of display settings of the SpreadsheetControl. </para> </summary> </member> <member name="M:DevExpress.XtraSpreadsheet.SpreadsheetViewOptions.#ctor"> <summary> <para>Initializes a new instance of the SpreadsheetViewOptions class with default settings. </para> </summary> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetViewOptions.Charts"> <summary> <para>Gets options specific to chart display in the <see cref="T:DevExpress.XtraSpreadsheet.SpreadsheetControl"/>. </para> </summary> <value>A <see cref="T:DevExpress.XtraSpreadsheet.SpreadsheetChartsViewOptions"/> object that provides chart-specific options. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetViewOptions.ColumnHeaderHeight"> <summary> <para>Gets or sets the height of the column headers in pixels. </para> </summary> <value>An integer value that is the column header height in pixels. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetViewOptions.RowHeaderWidth"> <summary> <para>Gets or sets the width of the row headers in pixels. </para> </summary> <value>An integer value that is the row header width in pixels. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetViewOptions.ShowColumnHeaders"> <summary> <para>Gets or sets a value indicating whether column headers are displayed in the SpreadsheetControl. </para> </summary> <value><b>true</b>, to display column headers; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetViewOptions.ShowPrintArea"> <summary> <para> [To be supplied] </para> </summary> <value> [To be supplied] </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetViewOptions.ShowRowHeaders"> <summary> <para>Gets or sets a value indicating whether row headers are displayed in the SpreadsheetControl. </para> </summary> <value><b>true</b>, to display row headers; otherwise, <b>false</b>. </value> </member> <member name="T:DevExpress.Spreadsheet.Formulas.LessExpression"> <summary> <para>The "Less than" operator. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.Formulas.LessExpression.#ctor(DevExpress.Spreadsheet.Formulas.IExpression,DevExpress.Spreadsheet.Formulas.IExpression)"> <summary> <para>Initializes a new instance of the LessExpression class with the specified settings. </para> </summary> <param name="leftExpression"> An <see cref="T:DevExpress.Spreadsheet.Formulas.IExpression"/> object specifying the left operand. </param> <param name="rightExpression"> An <see cref="T:DevExpress.Spreadsheet.Formulas.IExpression"/> object specifying the right operand. </param> </member> <member name="M:DevExpress.Spreadsheet.Formulas.LessExpression.Clone"> <summary> <para>Creates a copy of the current LessExpression object. </para> </summary> <returns>A LessExpression object which is a copy of the current object. </returns> </member> <member name="M:DevExpress.Spreadsheet.Formulas.LessExpression.CopyFrom(DevExpress.Spreadsheet.Formulas.LessExpression)"> <summary> <para>Copies the appropriate properties of the specified object into the current instance of the <b>LessExpression</b> class. </para> </summary> <param name="value"> A LessExpression class instance, representing the source object for copying. </param> </member> <member name="P:DevExpress.Spreadsheet.Formulas.LessExpression.OperatorText"> <summary> <para>Gets the symbols that designate the operation. </para> </summary> <value>Returns the "<" string. </value> </member> <member name="M:DevExpress.Spreadsheet.Formulas.LessExpression.Visit(DevExpress.Spreadsheet.Formulas.IExpressionVisitor)"> <summary> <para>Calls the visitor delegate on the expression. </para> </summary> <param name="visitor"> A <b>DevExpress.Spreadsheet.Formulas.IExpressionVisitor</b> object that is the expression visitor. </param> </member> <member name="T:DevExpress.Spreadsheet.PageOrientation"> <summary> <para>Lists values used to specify the page orientation applied when a worksheet is being printed. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.PageOrientation.Default"> <summary> <para>Worksheet page orientation is default. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.PageOrientation.Landscape"> <summary> <para>Worksheet page orientation is landscape. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.PageOrientation.Portrait"> <summary> <para>Worksheet page orientation is portrait. </para> </summary> </member> <member name="T:DevExpress.Spreadsheet.TableStyleElementType"> <summary> <para>Lists table style elements that specify formatting for the corresponding elements of a table. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.TableStyleElementType.FirstColumn"> <summary> <para>The table's first column formatting. <para></para> </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.TableStyleElementType.FirstColumnStripe"> <summary> <para>The table's first column stripe formatting. <para></para> </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.TableStyleElementType.FirstHeaderCell"> <summary> <para>The first cell of the table's header row formatting. <para></para> </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.TableStyleElementType.FirstRowStripe"> <summary> <para>The table's first row stripe formatting. <para></para> </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.TableStyleElementType.FirstTotalCell"> <summary> <para>The first cell of the table's total row formatting. <para></para> </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.TableStyleElementType.HeaderRow"> <summary> <para>The table's header row formatting. <para></para> </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.TableStyleElementType.LastColumn"> <summary> <para>The table's last column formatting. <para></para> </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.TableStyleElementType.LastHeaderCell"> <summary> <para>The last cell of the table's header row formatting. <para></para> </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.TableStyleElementType.LastTotalCell"> <summary> <para>The last cell of the table's total row formatting. <para></para> </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.TableStyleElementType.SecondColumnStripe"> <summary> <para>The table's second column stripe formatting. <para></para> </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.TableStyleElementType.SecondRowStripe"> <summary> <para>The table's second row stripe formatting. <para></para> </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.TableStyleElementType.TotalRow"> <summary> <para>The table's total row formatting. <para></para> </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.TableStyleElementType.WholeTable"> <summary> <para>The whole table formatting. <para></para> </para> </summary> </member> <member name="T:DevExpress.XtraSpreadsheet.CellEndEditEventHandler"> <summary> <para>A method that will handle the <see cref="E:DevExpress.XtraSpreadsheet.SpreadsheetControl.CellEndEdit"/> event of the SpreadsheetControl. </para> </summary> </member> <member name="M:DevExpress.XtraSpreadsheet.CellEndEditEventHandler.Invoke(System.Object,DevExpress.XtraSpreadsheet.SpreadsheetCellValidatingEventArgs)"> <summary> <para>A method that will handle the CellEndEdit event of the SpreadsheetControl. </para> </summary> <param name="sender"> The event source. This parameter identifies the SpreadsheetControl which raised the event. </param> <param name="e"> A <see cref="T:DevExpress.XtraSpreadsheet.SpreadsheetCellCancelEditEventArgs"/> object which contains event data. </param> </member> <member name="T:DevExpress.XtraSpreadsheet.CellCancelEditEventHandler"> <summary> <para>A method that will handle the <see cref="E:DevExpress.XtraSpreadsheet.SpreadsheetControl.CellCancelEdit"/> event of the SpreadsheetControl. </para> </summary> </member> <member name="M:DevExpress.XtraSpreadsheet.CellCancelEditEventHandler.Invoke(System.Object,DevExpress.XtraSpreadsheet.SpreadsheetCellCancelEditEventArgs)"> <summary> <para>A method that will handle the CellCancelEdit event of the SpreadsheetControl. </para> </summary> <param name="sender"> The event source. This parameter identifies the SpreadsheetControl which raised the event. </param> <param name="e"> A <see cref="T:DevExpress.XtraSpreadsheet.SpreadsheetCellCancelEditEventArgs"/> object which contains event data. </param> </member> <member name="T:DevExpress.XtraSpreadsheet.CellBeginEditEventHandler"> <summary> <para>A method that will handle the <see cref="E:DevExpress.XtraSpreadsheet.SpreadsheetControl.CellBeginEdit"/> event of the SpreadsheetControl. </para> </summary> </member> <member name="M:DevExpress.XtraSpreadsheet.CellBeginEditEventHandler.Invoke(System.Object,DevExpress.XtraSpreadsheet.SpreadsheetCellCancelEventArgs)"> <summary> <para>A method that will handle the CellBeginEdit event of the SpreadsheetControl. </para> </summary> <param name="sender"> The event source. This parameter identifies the SpreadsheetControl which raised the event. </param> <param name="e"> A <see cref="T:DevExpress.XtraSpreadsheet.SpreadsheetCellCancelEditEventArgs"/> object which contains event data. </param> </member> <member name="T:DevExpress.XtraSpreadsheet.FunctionNameCulture"> <summary> <para>Lists values that are used to specify the culture settings for function names in a worksheet. </para> </summary> </member> <member name="F:DevExpress.XtraSpreadsheet.FunctionNameCulture.Auto"> <summary> <para>Function names are retrieved from a table of localized names if present; otherwise, invariant names (English) are used. </para> </summary> </member> <member name="F:DevExpress.XtraSpreadsheet.FunctionNameCulture.English"> <summary> <para>English function names are used regardless of the workbook and control culture settings. </para> </summary> </member> <member name="F:DevExpress.XtraSpreadsheet.FunctionNameCulture.Local"> <summary> <para>Function names are retrieved from a table of localized names for the culture specified by the <see cref="P:DevExpress.Spreadsheet.DocumentOptions.Culture"/> property. </para> </summary> </member> <member name="T:DevExpress.XtraSpreadsheet.Export.Html.UriExportType"> <summary> <para>Lists types of paths used in exported documents to specify links to external content. </para> </summary> </member> <member name="F:DevExpress.XtraSpreadsheet.Export.Html.UriExportType.Absolute"> <summary> <para>The exported document contains absolute paths to external content. </para> </summary> </member> <member name="F:DevExpress.XtraSpreadsheet.Export.Html.UriExportType.Relative"> <summary> <para>The exported document contains relative paths to external content. </para> </summary> </member> <member name="T:DevExpress.XtraSpreadsheet.SpreadsheetPrintRenderMode"> <summary> <para>Lists values used to specify the render mode of the printed document in the SpreadsheetControl. </para> </summary> </member> <member name="F:DevExpress.XtraSpreadsheet.SpreadsheetPrintRenderMode.Gdi"> <summary> <para>Specifies that the printed document is rendered using GDI. </para> </summary> </member> <member name="F:DevExpress.XtraSpreadsheet.SpreadsheetPrintRenderMode.GdiPlus"> <summary> <para>Specifies that the printed document is rendered using GDI+. </para> </summary> </member> <member name="T:DevExpress.XtraSpreadsheet.Export.WorkbookExportOptions"> <summary> <para>Contains options used for saving (exporting) workbooks. </para> </summary> </member> <member name="M:DevExpress.XtraSpreadsheet.Export.WorkbookExportOptions.#ctor"> <summary> <para>Initializes a new instance of the WorkbookExportOptions class with default settings. </para> </summary> </member> <member name="P:DevExpress.XtraSpreadsheet.Export.WorkbookExportOptions.Csv"> <summary> <para>Provides access to options specific for export to CSV format. </para> </summary> <value>A CsvDocumentExporterOptions object containing export settings. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.Export.WorkbookExportOptions.CustomFunctionExportMode"> <summary> <para>Specifies whether custom function definitions should be replaced with the corresponding calculated values when exporting a document. </para> </summary> <value>A <see cref="T:DevExpress.XtraSpreadsheet.Export.CustomFunctionExportMode"/> enumerator value. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.Export.WorkbookExportOptions.OpenXml"> <summary> <para>Provides access to options specific to exporting documents to OpenXML format (aka default MS Excel 2007 format or .xlsx). </para> </summary> <value>An <see cref="T:DevExpress.XtraSpreadsheet.Export.OpenXmlDocumentExporterOptions"/> object containing export settings. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.Export.WorkbookExportOptions.Txt"> <summary> <para>Provides access to options specific to export to TXT format. </para> </summary> <value>A TxtDocumentExporterOptions object containing export settings. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.Export.WorkbookExportOptions.Xls"> <summary> <para>Provides access to options specific to exporting documents to XLS format (MS Excel 97-2003 binary file format). </para> </summary> <value>An <see cref="T:DevExpress.XtraSpreadsheet.Export.XlsDocumentExporterOptions"/> object containing export settings. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.Export.WorkbookExportOptions.Xlsm"> <summary> <para>Provides access to options specific to exporting documents to OpenXML format with macro support. </para> </summary> <value>An <see cref="T:DevExpress.XtraSpreadsheet.Export.XlsmDocumentExporterOptions"/> object containing export settings. </value> </member> <member name="T:DevExpress.Spreadsheet.ActiveSheetChangeEventArgsBase"> <summary> <para>Base class for classes that provides data for the ActiveSheetChanging and ActiveSheetChanged events of the SpreadsheetControl. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.ActiveSheetChangeEventArgsBase.NewActiveSheetName"> <summary> <para>Gets the name of the new active worksheet. </para> </summary> <value>A string value specifying the worksheet name. </value> </member> <member name="P:DevExpress.Spreadsheet.ActiveSheetChangeEventArgsBase.OldActiveSheetName"> <summary> <para>Gets the name of the old active worksheet. </para> </summary> <value>A string value specifying the worksheet name. </value> </member> <member name="T:DevExpress.Spreadsheet.ConditionalFormattingIconSetValue"> <summary> <para>Represents a threshold value for an icon set conditional formatting rule. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.ConditionalFormattingIconSetValue.ComparisonOperator"> <summary> <para>Returns the relational operator used by the threshold value of the icon set conditional formatting rule to determine to which cells the icon should be applied. </para> </summary> <value>One of the <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingValueOperator"/> enumeration values. </value> </member> <member name="T:DevExpress.Spreadsheet.ConditionalFormattingValue"> <summary> <para>Represents a minimum or maximum threshold for a conditional formatting rule. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.ConditionalFormattingValue.Value"> <summary> <para>Returns the threshold value specified in the conditional formatting rule. </para> </summary> <value>A <see cref="T:System.String"/> value that represents the threshold value. </value> </member> <member name="P:DevExpress.Spreadsheet.ConditionalFormattingValue.ValueType"> <summary> <para>Returns the type of the threshold value specified in the conditional formatting rule. </para> </summary> <value>One of the <see cref="T:DevExpress.Spreadsheet.ConditionalFormattingValueType"/> enumeration values. </value> </member> <member name="T:DevExpress.XtraSpreadsheet.HyperlinkClickEventHandler"> <summary> <para>A method that will handle the <see cref="E:DevExpress.XtraSpreadsheet.SpreadsheetControl.HyperlinkClick"/> event of the SpreadsheetControl. </para> </summary> </member> <member name="M:DevExpress.XtraSpreadsheet.HyperlinkClickEventHandler.Invoke(System.Object,DevExpress.XtraSpreadsheet.HyperlinkClickEventArgs)"> <summary> <para>A method that will handle the <b>HyperlinkClick</b> event of the SpreadsheetControl. </para> </summary> <param name="sender"> The event source. This parameter identifies the SpreadsheetControl which raised the event. </param> <param name="e"> A <see cref="T:DevExpress.XtraSpreadsheet.HyperlinkClickEventArgs"/> object which contains event data. </param> </member> <member name="T:DevExpress.XtraSpreadsheet.Export.CustomFunctionExportMode"> <summary> <para>Lists values that specify how to export custom functions. </para> </summary> </member> <member name="F:DevExpress.XtraSpreadsheet.Export.CustomFunctionExportMode.CalculatedValue"> <summary> <para>Export values calculated from custom functions. </para> </summary> </member> <member name="F:DevExpress.XtraSpreadsheet.Export.CustomFunctionExportMode.Function"> <summary> <para>Export custom function definitions. </para> </summary> </member> <member name="T:DevExpress.XtraSpreadsheet.SpreadsheetCellCancelEditEventArgs"> <summary> <para>Provides data for the <see cref="E:DevExpress.XtraSpreadsheet.SpreadsheetControl.CellCancelEdit"/> event. </para> </summary> </member> <member name="T:DevExpress.Spreadsheet.DefinedName"> <summary> <para>A defined name that refers to a cell, range of cells, formula or constant value. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.DefinedName.Comment"> <summary> <para>Gets or sets a string that provides additional information about the current defined name. </para> </summary> <value>A <see cref="T:System.String"/> value that specifies additional information about the defined name. </value> </member> <member name="P:DevExpress.Spreadsheet.DefinedName.Name"> <summary> <para>Gets or sets the name of a cell, cell range, formula or constant. </para> </summary> <value>A <see cref="T:System.String"/> value that specifies a name by which a cell, cell range, formula or constant can be referred. </value> </member> <member name="P:DevExpress.Spreadsheet.DefinedName.Range"> <summary> <para>Gets or sets a cell range to which the defined name refers. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.Range"/> object. </value> </member> <member name="P:DevExpress.Spreadsheet.DefinedName.RefersTo"> <summary> <para>Gets or sets a string that specifies a cell, cell range, formula or constant to which the defined name refers. </para> </summary> <value>A <see cref="T:System.String"/> value that specifies a cell reference, formula or constant associated with the defined name. </value> </member> <member name="T:DevExpress.XtraSpreadsheet.SpreadsheetCellEventArgsBase"> <summary> <para>Serves as the base for classes which provide data for the events which occur on changing cell values via the <see cref="T:DevExpress.XtraSpreadsheet.SpreadsheetControl"/> UI. </para> </summary> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetCellEventArgsBase.Cell"> <summary> <para>Gets the cell for which the event is fired. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.Cell"/> object. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetCellEventArgsBase.ColumnIndex"> <summary> <para>Gets the index of the column that contains the cell. </para> </summary> <value>An integer value specifying the zero-based index of the column. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetCellEventArgsBase.Formula"> <summary> <para>Gets the formula that is currently contained in the cell. </para> </summary> <value>A string value specifying the formula in the cell. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetCellEventArgsBase.FormulaInvariant"> <summary> <para>Gets the formula in the invariant culture that is currently contained in the cell. </para> </summary> <value>A string value specifying the formula in the invariant culture (English). </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetCellEventArgsBase.RowIndex"> <summary> <para>Gets the index of the row that contains the cell. </para> </summary> <value>An integer value specifying the zero-based index of the row. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetCellEventArgsBase.SheetName"> <summary> <para>Gets the name of the worksheet that contains the cell. </para> </summary> <value>A string value specifying the worksheet name. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetCellEventArgsBase.Value"> <summary> <para>Gets the value currently contained in the cell. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.CellValue"/> object. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetCellEventArgsBase.Worksheet"> <summary> <para>Gets the worksheet that contains the cell. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.Worksheet"/> object. </value> </member> <member name="T:DevExpress.Spreadsheet.TotalRowFunction"> <summary> <para>Lists functions to calculate the totals of table columns. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.TotalRowFunction.Average"> <summary> <para>Returns the average (arithmetic mean) of the numbers contained in the table column. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.TotalRowFunction.Count"> <summary> <para>Returns the number of cells with non-empty values contained in the table column. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.TotalRowFunction.CountNums"> <summary> <para>Returns the number of cells with numeric values contained in the table column. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.TotalRowFunction.Custom"> <summary> <para>Indicates that a custom formula (<see cref="P:DevExpress.Spreadsheet.TableColumn.TotalRowFormula"/> or <see cref="P:DevExpress.Spreadsheet.TableColumn.TotalRowArrayFormula"/>) is used to calculate the total for the table column. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.TotalRowFunction.Max"> <summary> <para>Returns the largest number contained in the table column. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.TotalRowFunction.Min"> <summary> <para>Returns the smallest number contained in the table column. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.TotalRowFunction.None"> <summary> <para>Indicates that neither a predefined function (<see cref="P:DevExpress.Spreadsheet.TableColumn.TotalRowFunction"/>) nor a custom formula (<see cref="P:DevExpress.Spreadsheet.TableColumn.TotalRowFormula"/> or <see cref="P:DevExpress.Spreadsheet.TableColumn.TotalRowArrayFormula"/>) is used to calculate the total for the table column. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.TotalRowFunction.StdDev"> <summary> <para>Calculates the standard deviation based on the sample contained in the table column. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.TotalRowFunction.Sum"> <summary> <para>Returns the sum of the numbers contained in the table column. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.TotalRowFunction.Var"> <summary> <para>Calculates the variance of the sample contained in the table column. </para> </summary> </member> <member name="T:DevExpress.XtraSpreadsheet.SpreadsheetSelectionOptions"> <summary> <para>Contains options for displaying selected cells in the SpreadsheetControl. </para> </summary> </member> <member name="M:DevExpress.XtraSpreadsheet.SpreadsheetSelectionOptions.#ctor"> <summary> <para>Initializes a new instance of the SpreadsheetSelectionOptions class with default settings. </para> </summary> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetSelectionOptions.AllowMultiSelection"> <summary> <para>Gets or sets whether end-users are allowed to select multiple shapes or cell ranges in a worksheet. </para> </summary> <value><b>true</b>, if end-users can select multiple shapes or cell ranges simultaneously; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetSelectionOptions.ShowSelectionMode"> <summary> <para>Gets or sets whether the cell selection should be highlighted when the <see cref="T:DevExpress.XtraSpreadsheet.SpreadsheetControl"/> is in the unfocused state. </para> </summary> <value>A <see cref="T:DevExpress.XtraSpreadsheet.ShowSelectionMode"/> enumeration value. </value> </member> <member name="T:DevExpress.Spreadsheet.SpreadsheetBeforeImportEventArgs"> <summary> <para>Provides data for the <see cref="E:DevExpress.Spreadsheet.ISpreadsheetComponent.BeforeImport"/> event. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.SpreadsheetBeforeImportEventArgs.#ctor(DevExpress.Spreadsheet.DocumentFormat,DevExpress.Office.Import.IImporterOptions)"> <summary> <para>Initializes a new instance of the SpreadsheetBeforeImportEventArgs class with the specified settings. </para> </summary> <param name="documentFormat"> A <see cref="T:DevExpress.XtraRichEdit.DocumentFormat"/> enumeration member specifying the format of the document that will be imported. </param> <param name="options"> An <see cref="T:DevExpress.Office.Import.IImporterOptions"/> object containing import options. </param> </member> <member name="P:DevExpress.Spreadsheet.SpreadsheetBeforeImportEventArgs.DocumentFormat"> <summary> <para>Gets the format of the document being imported. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.DocumentFormat"/> enumeration member that is the format of the imported document. </value> </member> <member name="P:DevExpress.Spreadsheet.SpreadsheetBeforeImportEventArgs.Options"> <summary> <para>Provides access to options specific to import. </para> </summary> <value>An <see cref="T:DevExpress.Office.Import.IImporterOptions"/> descendant containing options specific to import. </value> </member> <member name="T:DevExpress.Spreadsheet.IClipboardManager"> <summary> <para>Contains methods for working with the system clipboard. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.IClipboardManager.Copy"> <summary> <para>Copies values of the selected cells to the clipboard. </para> </summary> </member> <member name="T:DevExpress.XtraSpreadsheet.WorkbookCapabilitiesOptions"> <summary> <para>Provides various options which can be specified for the document loaded in the SpreadsheetControl. </para> </summary> </member> <member name="M:DevExpress.XtraSpreadsheet.WorkbookCapabilitiesOptions.#ctor"> <summary> <para>Initializes a new instance of the WorkbookCapabilitiesOptions class with default settings. </para> </summary> </member> <member name="P:DevExpress.XtraSpreadsheet.WorkbookCapabilitiesOptions.Charts"> <summary> <para>Gets or sets the document's capability to insert charts. </para> </summary> <value>A <see cref="T:DevExpress.XtraSpreadsheet.DocumentCapability"/> enumeration value specifying the document's capability to perform an operation. </value> </member> <member name="M:DevExpress.XtraSpreadsheet.WorkbookCapabilitiesOptions.CopyFrom(DevExpress.XtraSpreadsheet.WorkbookCapabilitiesOptions)"> <summary> <para>Duplicates the properties of the specified <see cref="T:DevExpress.XtraSpreadsheet.WorkbookCapabilitiesOptions"/> object into the current instance. </para> </summary> <param name="source"> A <see cref="T:DevExpress.XtraSpreadsheet.WorkbookCapabilitiesOptions"/> class instance representing the source object to be copied. </param> </member> <member name="P:DevExpress.XtraSpreadsheet.WorkbookCapabilitiesOptions.IsChartsAllowed"> <summary> <para>Gets whether an end-user is allowed to insert charts. </para> </summary> <value><b>true</b>, if an operation is allowed; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.WorkbookCapabilitiesOptions.IsPicturesAllowed"> <summary> <para>Gets whether an end-user is allowed to insert pictures. </para> </summary> <value><b>true</b>, if an operation is allowed; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.WorkbookCapabilitiesOptions.IsTablesAllowed"> <summary> <para>Gets whether an end-user is allowed to insert tables. </para> </summary> <value><b>true</b>, if an operation is allowed; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.WorkbookCapabilitiesOptions.IsUndoAllowed"> <summary> <para>Gets whether an end-user is allowed to undo or redo the last command executed. </para> </summary> <value><b>true</b>, if an operation is allowed; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.WorkbookCapabilitiesOptions.Pictures"> <summary> <para>Gets or sets the document's capability to insert pictures. </para> </summary> <value>A <see cref="T:DevExpress.XtraSpreadsheet.DocumentCapability"/> enumeration value specifying the document's capability to perform an operation. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.WorkbookCapabilitiesOptions.Tables"> <summary> <para>Gets or sets the document's capability to insert tables. </para> </summary> <value>A <see cref="T:DevExpress.XtraSpreadsheet.DocumentCapability"/> enumeration value specifying the document's capability to perform an operation. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.WorkbookCapabilitiesOptions.Undo"> <summary> <para>Gets or sets the document's capability to undo or redo the last command executed. </para> </summary> <value>A <see cref="T:DevExpress.XtraSpreadsheet.DocumentCapability"/> enumeration value specifying the document's capability to perform an operation. </value> </member> <member name="T:DevExpress.XtraSpreadsheet.SpreadsheetCellCancelEventArgs"> <summary> <para>Provides data for the <see cref="E:DevExpress.XtraSpreadsheet.SpreadsheetControl.CellBeginEdit"/> event and serves as the base class for <see cref="T:DevExpress.XtraSpreadsheet.SpreadsheetCellValidatingEventArgs"/>. </para> </summary> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetCellCancelEventArgs.Cancel"> <summary> <para>Gets or sets whether the operation performed on the processed event should be canceled. </para> </summary> <value><b>true</b>, to cancel the operation; otherwise, <b>false</b>. </value> </member> <member name="T:DevExpress.XtraSpreadsheet.SpreadsheetCellValidatingEventArgs"> <summary> <para>Provides data for the <see cref="E:DevExpress.XtraSpreadsheet.SpreadsheetControl.CellEndEdit"/> event. </para> </summary> </member> <member name="M:DevExpress.XtraSpreadsheet.SpreadsheetCellValidatingEventArgs.#ctor(DevExpress.XtraSpreadsheet.Model.Worksheet,System.Int32,System.Int32,System.String)"> <summary> <para>Initializes a new instance of the SpreadsheetCellValidatingEventArgs class with the specified settings. </para> </summary> <param name="sheet"> A <see cref="T:DevExpress.Spreadsheet.Worksheet"/> object specifying the worksheet that contains the cell for which the event has been raised. </param> <param name="columnIndex"> An integer specifying an index of the column that contains the cell for which the event has been raised. </param> <param name="rowIndex"> An integer specifying an index of the row that contains the cell for which the event has been raised. </param> <param name="editorText"> A string specifying the text entered in the cell editor. </param> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetCellValidatingEventArgs.EditorText"> <summary> <para>Gets the string entered in the cell editor. </para> </summary> <value>A string value specifying the text that is currently entered in the cell editor. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetCellValidatingEventArgs.TextValue"> <summary> <para>Gets the string entered in the cell editor. This property is obsolete. </para> </summary> <value>A <see cref="T:System.String"/> value. </value> </member> <member name="T:DevExpress.XtraSpreadsheet.SpreadsheetCellEventArgs"> <summary> <para>Provides data for the <see cref="E:DevExpress.XtraSpreadsheet.SpreadsheetControl.CellValueChanged"/> event. </para> </summary> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetCellEventArgs.OldFormula"> <summary> <para>Gets the cell's previous formula. </para> </summary> <value>A string specifying the formula. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetCellEventArgs.OldFormulaInvariant"> <summary> <para>Gets the cell's previous formula in the invariant culture. </para> </summary> <value>A string specifying the formula in the invariant culture (English). </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetCellEventArgs.OldValue"> <summary> <para>Gets the cell's previous value. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.CellValue"/> object. </value> </member> <member name="T:DevExpress.XtraSpreadsheet.CellEditorEnterValueMode"> <summary> <para>Lists values that specify how to commit a cell value when closing the cell editor. </para> </summary> </member> <member name="F:DevExpress.XtraSpreadsheet.CellEditorEnterValueMode.ActiveCell"> <summary> <para>Commits a value entered via the cell editor to an active cell. </para> </summary> </member> <member name="F:DevExpress.XtraSpreadsheet.CellEditorEnterValueMode.ArrayFormula"> <summary> <para>Commits a formula entered via the cell editor as an array formula to an active cell or selected cells. </para> </summary> </member> <member name="F:DevExpress.XtraSpreadsheet.CellEditorEnterValueMode.Cancel"> <summary> <para>Cancels any changes to a cell value made in the cell editor. </para> </summary> </member> <member name="F:DevExpress.XtraSpreadsheet.CellEditorEnterValueMode.Default"> <summary> <para>Defines the same behavior as the <see cref="F:DevExpress.XtraSpreadsheet.CellEditorEnterValueMode.ActiveCell"/> mode. </para> </summary> </member> <member name="F:DevExpress.XtraSpreadsheet.CellEditorEnterValueMode.SelectedCells"> <summary> <para>Commits a value entered via the cell editor to all currently selected cells. </para> </summary> </member> <member name="T:DevExpress.Spreadsheet.BeforePrintSheetEventArgs"> <summary> <para>Provides data for the <see cref="E:DevExpress.XtraSpreadsheet.SpreadsheetControl.BeforePrintSheet"/> event. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.BeforePrintSheetEventArgs.Index"> <summary> <para>Returns the index of the worksheet to be printed. </para> </summary> <value>An integer value specifying a zero-based index of the worksheet. </value> </member> <member name="P:DevExpress.Spreadsheet.BeforePrintSheetEventArgs.Name"> <summary> <para>Returns the name of the worksheet to be printed. </para> </summary> <value>A System.String value which specifies the worksheet name. </value> </member> <member name="T:DevExpress.XtraSpreadsheet.CellEditorCommitMode"> <summary> <para>Lists values used to specify when the <see cref="E:DevExpress.XtraSpreadsheet.SpreadsheetControl.CellValueChanged"/> event should be raised after a cell value has been edited via the cell editor and committed. </para> </summary> </member> <member name="F:DevExpress.XtraSpreadsheet.CellEditorCommitMode.Always"> <summary> <para>The <see cref="E:DevExpress.XtraSpreadsheet.SpreadsheetControl.CellValueChanged"/> event is raised for each cell whose value has been edited via the cell editor and committed (even if a new cell value is the same as the value before editing). </para> </summary> </member> <member name="F:DevExpress.XtraSpreadsheet.CellEditorCommitMode.Auto"> <summary> <para>Defined automatically when the <see cref="E:DevExpress.XtraSpreadsheet.SpreadsheetControl.CellValueChanged"/> event should be raised for cells whose values have been edited via the cell editor and committed. </para> </summary> </member> <member name="F:DevExpress.XtraSpreadsheet.CellEditorCommitMode.ChangedOnly"> <summary> <para>The <see cref="E:DevExpress.XtraSpreadsheet.SpreadsheetControl.CellValueChanged"/> event is raised for each cell whose value has been changed via the cell editor and committed. If a new cell value is the same as the value before editing, the event does not occur. </para> </summary> </member> <member name="T:DevExpress.XtraSpreadsheet.SpreadsheetCellEditorBehaviorOptions"> <summary> <para>Contains options for the cell editor. </para> </summary> </member> <member name="M:DevExpress.XtraSpreadsheet.SpreadsheetCellEditorBehaviorOptions.#ctor"> <summary> <para>Initializes a new instance of the SpreadsheetCellEditorBehaviorOptions class with default settings. </para> </summary> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetCellEditorBehaviorOptions.CommitMode"> <summary> <para>Gets or sets a mode that specifies when the <see cref="E:DevExpress.XtraSpreadsheet.SpreadsheetControl.CellValueChanged"/> event should be raised after a cell value has been edited via the cell editor and committed. </para> </summary> <value>A <see cref="T:DevExpress.XtraSpreadsheet.CellEditorCommitMode"/> enumeration value. </value> </member> <member name="T:DevExpress.Spreadsheet.Export.CellValueToStringConverter"> <summary> <para>Default converter used by the DataTableExporter to convert cell values to the String data type. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.Export.CellValueToStringConverter.#ctor"> <summary> <para>Initializes a new instance of the CellValueToStringConverter class with default settings. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.Export.CellValueToStringConverter.Convert(DevExpress.Spreadsheet.Cell,DevExpress.Spreadsheet.CellValue,System.Type,System.Object@)"> <summary> <para>Converts a worksheet cell value to a string. </para> </summary> <param name="cell"> A <see cref="T:DevExpress.Spreadsheet.Cell"/> object that is the worksheet cell whose value is converted. </param> <param name="cellValue"> A <see cref="T:DevExpress.Spreadsheet.CellValue"/> object that is the value to be converted. </param> <param name="dataColumnType"> A <see cref="T:System.Type"/> object that indicates the column data type to which a cell value is converted. Not used, the method always converts a value to the string. </param> <param name="result"> An object that is the result of conversion - a value that will be written in a DataTable. A <see cref="T:System.String"/> object instance. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.Export.ConversionResult"/> enumeration member that indicates whether the conversion is successful. </returns> </member> <member name="P:DevExpress.Spreadsheet.Export.CellValueToStringConverter.EmptyCellValue"> <summary> <para>Gets or sets a value used when exporting an empty cell. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.CellValue"/> object that is the cell value. Default is <see cref="P:DevExpress.Spreadsheet.CellValue.Empty"/>. </value> </member> <member name="P:DevExpress.Spreadsheet.Export.CellValueToStringConverter.PreferredCulture"> <summary> <para>Gets or sets the information used to format culture-specific string data. </para> </summary> <value>A <see cref="T:System.Globalization.CultureInfo"/> object that provides culture-specific information. </value> </member> <member name="P:DevExpress.Spreadsheet.Export.CellValueToStringConverter.PreferredNumberFormat"> <summary> <para>Gets a format string that specifies how to format numbers converted to strings. </para> </summary> <value>A string that specifies how to format numbers when they are converted to strings. </value> </member> <member name="M:DevExpress.Spreadsheet.Export.CellValueToStringConverter.SetPreferredNumberFormat(DevExpress.Spreadsheet.IWorkbook,System.String)"> <summary> <para>Specifies the number format used for string representation of numeric values. </para> </summary> <param name="workbook"> An <see cref="T:DevExpress.Spreadsheet.IWorkbook"/> object that is the current workbook. </param> <param name="excelNumberFormat"> A string that is one of the standard format strings used in Microsoft Excel. </param> </member> <member name="P:DevExpress.Spreadsheet.Export.CellValueToStringConverter.SkipErrorValues"> <summary> <para>Gets or sets whether to skip cells with error values. </para> </summary> <value><b>true</b>, to skip cells with error values; otherwise, <b>false</b>. </value> </member> <member name="T:DevExpress.Spreadsheet.Export.CellValueToColumnTypeConverter"> <summary> <para>Default converter used by the DataTableExporter to convert cell values to any data type except String. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.Export.CellValueToColumnTypeConverter.#ctor"> <summary> <para>Initializes a new instance of the CellValueToColumnTypeConverter class with default settings. </para> </summary> </member> <member name="P:DevExpress.Spreadsheet.Export.CellValueToColumnTypeConverter.CheckNarrowingConversion"> <summary> <para>Gets or sets whether the result of the conversion is within the range of the destination data type. </para> </summary> <value><b>true</b>, to check for narrowing conversion; otherwise, <b>false</b>. Default is <b>false</b>. </value> </member> <member name="M:DevExpress.Spreadsheet.Export.CellValueToColumnTypeConverter.Convert(DevExpress.Spreadsheet.Cell,DevExpress.Spreadsheet.CellValue,System.Type,System.Object@)"> <summary> <para>Converts a worksheet cell value to a value that will be written in the DataTable. </para> </summary> <param name="cell"> A <see cref="T:DevExpress.Spreadsheet.Cell"/> object that is the worksheet cell whose value is converted. </param> <param name="value"> A <see cref="T:DevExpress.Spreadsheet.CellValue"/> object that is the value to be converted. </param> <param name="destinationType"> A <see cref="T:System.Type"/> object that indicates the column data type to which a cell value is converted. </param> <param name="result"> An object that is the result of conversion - a value that will be written in a DataTable. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.Export.ConversionResult"/> enumeration member that indicates whether the conversion is successful. </returns> </member> <member name="P:DevExpress.Spreadsheet.Export.CellValueToColumnTypeConverter.ConvertStringValues"> <summary> <para>Gets or sets whether an attempt is made to convert the text displayed in a worksheet cell to a value of the type indicated by the type of the destination column in the DataTable. </para> </summary> <value><b>true</b>, to try convert the cell text to a value of the destination type; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.Spreadsheet.Export.CellValueToColumnTypeConverter.EmptyCellValue"> <summary> <para>Gets or sets a value used when exporting an empty cell. </para> </summary> <value>A <see cref="T:DevExpress.Spreadsheet.CellValue"/> object that is the cell value. Default is <see cref="P:DevExpress.Spreadsheet.CellValue.Empty"/>. </value> </member> <member name="M:DevExpress.Spreadsheet.Export.CellValueToColumnTypeConverter.GetCellDisplayTextNoSpacingSubstitution(DevExpress.Spreadsheet.Cell)"> <summary> <para>Gets the text displayed in the worksheet cell. </para> </summary> <param name="cell"> A <see cref="T:DevExpress.Spreadsheet.Cell"/> object that is the worksheet cell. </param> <returns>A string displayed in the worksheet cell. </returns> </member> <member name="P:DevExpress.Spreadsheet.Export.CellValueToColumnTypeConverter.PreferredCulture"> <summary> <para>Gets or sets the information used to format culture-specific data, such as DateTime, DateTimeOffset, and the numeric types. </para> </summary> <value>A <see cref="T:System.Globalization.CultureInfo"/> object that provides culture-specific information. </value> </member> <member name="P:DevExpress.Spreadsheet.Export.CellValueToColumnTypeConverter.PreferredNumberStyles"> <summary> <para>Gets or sets the styles permitted in strings when an attempt is made to convert a string to the integral or the floating point numeric types. </para> </summary> <value>A <see cref="T:System.Globalization.NumberStyles"/> enumeration member. </value> </member> <member name="P:DevExpress.Spreadsheet.Export.CellValueToColumnTypeConverter.SkipErrorValues"> <summary> <para>Gets or sets whether to skip cells with error values. </para> </summary> <value><b>true</b>, to skip cells with error values; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.Spreadsheet.Export.CellValueToColumnTypeConverter.TreatStringAsZero"> <summary> <para>Gets or sets whether a cell containing text should be converted to a 0 (zero) numeric value. </para> </summary> <value><b>true</b>, to return 0 (zero) if the converted cell contains text; otherwise, <b>false</b>. </value> </member> <member name="T:DevExpress.XtraSpreadsheet.WorkbookEventOptions"> <summary> <para>Provides options to specify how certain events are raised for the workbook. </para> </summary> </member> <member name="M:DevExpress.XtraSpreadsheet.WorkbookEventOptions.#ctor"> <summary> <para>Initializes a new instance of the WorkbookEventOptions class with default settings. </para> </summary> </member> <member name="P:DevExpress.XtraSpreadsheet.WorkbookEventOptions.RaiseOnModificationsViaAPI"> <summary> <para>Gets or sets whether to raise certain events when changes are made via an API. Normally, these events are fired only when the document is modified by using the control UI. </para> </summary> <value><b>true</b>, to raise events for changes made via API; otherwise, <b>false</b>. </value> </member> <member name="T:DevExpress.XtraSpreadsheet.UnhandledExceptionEventHandler"> <summary> <para>Represents a method that will handle the <b>UnhandledException</b> event of the SpreadsheetControl </para> </summary> </member> <member name="M:DevExpress.XtraSpreadsheet.UnhandledExceptionEventHandler.Invoke(System.Object,DevExpress.XtraSpreadsheet.SpreadsheetUnhandledExceptionEventArgs)"> <summary> <para>Represents a method that will handle the <see cref="E:DevExpress.XtraSpreadsheet.SpreadsheetControl.UnhandledException"/> event. </para> </summary> <param name="sender"> The event sender (typically a <see cref="T:DevExpress.XtraSpreadsheet.SpreadsheetControl"/>). </param> <param name="e"> A <see cref="T:DevExpress.XtraSpreadsheet.SpreadsheetUnhandledExceptionEventArgs"/> object that contains event data. </param> </member> <member name="T:DevExpress.XtraSpreadsheet.SpreadsheetUnhandledExceptionEventArgs"> <summary> <para>Provides data for the <b>UnhandledException</b> event. </para> </summary> </member> <member name="M:DevExpress.XtraSpreadsheet.SpreadsheetUnhandledExceptionEventArgs.#ctor(System.Exception)"> <summary> <para>Initializes a new instance of the SpreadsheetUnhandledExceptionEventArgs class with the specified exception. </para> </summary> <param name="e"> An <see cref="T:System.Exception"/> object representing the exception which caused an event. </param> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetUnhandledExceptionEventArgs.Exception"> <summary> <para>Gets the exception which triggers the <b>UnhandledException</b> event. </para> </summary> <value>An <see cref="T:System.Exception"/> object representing an exception which caused the event. </value> </member> <member name="P:DevExpress.XtraSpreadsheet.SpreadsheetUnhandledExceptionEventArgs.Handled"> <summary> <para>Gets or sets whether the exception should be propagated upwards. </para> </summary> <value><b>true</b> to stop the exception from being propagated; otherwise, <b>false</b>. </value> </member> <member name="T:DevExpress.Spreadsheet.ReferenceStyle"> <summary> <para>Specifies the cell reference style. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.ReferenceStyle.A1"> <summary> <para>The cell range reference is in the A1 reference style. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.ReferenceStyle.R1C1"> <summary> <para>The cell range reference is in the R1C1 reference style. </para> </summary> </member> <member name="F:DevExpress.Spreadsheet.ReferenceStyle.UseDocumentSettings"> <summary> <para>The cell range reference is in the reference style used in the workbook. </para> </summary> </member> <member name="T:DevExpress.Spreadsheet.CommentCollection"> <summary> <para>A collection of comments contained in a worksheet. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.CommentCollection.Add(DevExpress.Spreadsheet.Range,System.String)"> <summary> <para>Adds an empty comment to the specified cell and returns the newly created object. </para> </summary> <param name="range"> A <see cref="T:DevExpress.Spreadsheet.Range"/> object that specifies a cell to which a comment is added. If you pass a range of cells, the comment will be added to the top-left cell in a range. </param> <param name="author"> A <see cref="T:System.String"/> value that specifies a name of the comment author. This value is assigned to the <see cref="P:DevExpress.Spreadsheet.Comment.Author"/> property. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.Comment"/> object that specifies the created comment. </returns> </member> <member name="M:DevExpress.Spreadsheet.CommentCollection.Add(DevExpress.Spreadsheet.Range,System.String,System.String)"> <summary> <para>Adds a comment to the specified cell and returns the newly created object. </para> </summary> <param name="range"> A <see cref="T:DevExpress.Spreadsheet.Range"/> object that specifies a cell to which a comment is added. If you pass a range of cells, the comment will be added to the top-left cell in a range. </param> <param name="author"> A <see cref="T:System.String"/> value that specifies a name of the comment author. This value is assigned to the <see cref="P:DevExpress.Spreadsheet.Comment.Author"/> property. </param> <param name="text"> A <see cref="T:System.String"/> value that specifies the text to be displayed in the comment box. This value is assigned to the <see cref="P:DevExpress.Spreadsheet.Comment.Text"/> property. </param> <returns>A <see cref="T:DevExpress.Spreadsheet.Comment"/> object that specifies the created comment. </returns> </member> <member name="M:DevExpress.Spreadsheet.CommentCollection.Clear"> <summary> <para>Removes all comments from the collection. </para> </summary> </member> <member name="M:DevExpress.Spreadsheet.CommentCollection.Contains(DevExpress.Spreadsheet.Comment)"> <summary> <para>Indicates whether the collection contains the specified comment. </para> </summary> <param name="comment"> A <see cref="T:DevExpress.Spreadsheet.Comment"/> object to locate in the collection. </param> <returns><b>True</b>, if the collection contains the comment; otherwise, <b>false</b>. </returns> </member> <member name="M:DevExpress.Spreadsheet.CommentCollection.GetComments(DevExpress.Spreadsheet.Range)"> <summary> <para>Gets comments contained in the specified cell range. </para> </summary> <param name="range"> A <see cref="T:DevExpress.Spreadsheet.Range"/> object specifying a range of cells that contain comments to be returned. </param> <returns>A collection of comments within the specified range of cells. </returns> </member> <member name="M:DevExpress.Spreadsheet.CommentCollection.IndexOf(DevExpress.Spreadsheet.Comment)"> <summary> <para>Returns the index of the specified comment in the collection. </para> </summary> <param name="comment"> A <see cref="T:DevExpress.Spreadsheet.Comment"/> object to locate in the collection. </param> <returns>A zero-based integer which specifies the comment's position within the collection. <b>-1</b> if the comment doesn't belong to the collection. </returns> </member> <member name="M:DevExpress.Spreadsheet.CommentCollection.Remove(DevExpress.Spreadsheet.Comment)"> <summary> <para>Removes the specified comment from the collection. </para> </summary> <param name="comment"> A <see cref="T:DevExpress.Spreadsheet.Comment"/> object to be removed from the collection. </param> </member> <member name="M:DevExpress.Spreadsheet.CommentCollection.Remove(DevExpress.Spreadsheet.Range)"> <summary> <para>Removes comments from the specified cell range. </para> </summary> <param name="range"> A <see cref="T:DevExpress.Spreadsheet.Range"/> object that specifies a range of cells containing comments to be deleted. </param> </member> <member name="M:DevExpress.Spreadsheet.CommentCollection.RemoveAt(System.Int32)"> <summary> <para>Removes the comment at the specified index from the collection. </para> </summary> <param name="index"> A zero-based integer specifying the index of the comment to be removed. It should be non-negative and less than the number of elements in the collection. </param> </member> </members> </doc>