DevExpress.XtraSpreadsheet.v22.2
Contains the class that provides the main functionality of the XtraSpreadsheet Suite.
Provides data for the event.
Returns the type of the custom cell editor.
Specifies the custom editor type.
Returns the active cell editor.
An object that specifies the active editor.
Indicates whether the active cell editor is custom.
true if the active editor is custom; otherwise, false.
A method that handles the event.
The event source. This parameter identifies the Spreadsheet control that raised the event.
An object that contains event data.
Provides data for the SpreadsheetControl.CustomDrawCellBackground event.
Gets or sets the background color of the painted cell.
A structure that specifies the cell’s background color.
A method that will handle the CustomDrawCellBackground event of the SpreadsheetControl.
The event source. This parameter identifies the SpreadsheetControl which raised the event.
A object which contains event data.
Provides data for the SpreadsheetControl.CustomDrawCell event.
Gets the font attributes of the painted cell.
A System.Drawing.Font object specifying the font options (font name, size, color and etc.).
Gets or sets the color of the text within the painted cell.
A System.Drawing.Color object specifying the foreground color.
Gets or sets the painted cell’s text.
A System.String object specifying the text of the painted cell.
Provides data for the event.
Returns the bounding rectangle of the drawing area.
A value which specifies the object’s bounding rectangle.
Gets the worksheet cell being painted.
A object that is the worksheet cell.
Returns the bounding rectangle of the drawing area for painting the cell background.
A value which specifies the object’s bounding rectangle.
A method that will handle the CustomDrawCell event of the SpreadsheetControl.
The event source. This parameter identifies the SpreadsheetControl which raised the event.
A object which contains event data.
Provides data for the event.
Returns the column index of the column header being painted.
An integer that is the zero-based worksheet column index.
A method that will handle the CustomDrawCellColumnHeaderBackground event of the SpreadsheetControl.
The event source. This parameter identifies the SpreadsheetControl which raised the event.
A object which contains event data.
Provides data for the event.
Returns the column index of the column header being painted.
An integer that is the zero-based worksheet column index.
A method that will handle the CustomDrawColumnHeader event of the SpreadsheetControl.
The event source. This parameter identifies the SpreadsheetControl which raised the event.
A object which contains event data.
Provides data for the event.
Gets a cell that contains a comment indicator being pained.
A cell in a worksheet.
Returns the cell’s boundaries, excluding cell borders.
A rectangle that specifies the cell’s size and location.
Gets or sets the color of the default comment indicator.
Specifies a comment indicator’s color.
Gets or sets the size of the default comment indicator in units of measurement that are currently in effect.
A comment indicator’s size.
A method that will handle the event.
The event source. This parameter identifies the SpreadsheetControl that raised the event.
An object that contains event data.
Provides data for the event.
Gets the color of the frozen pane border line.
A structure that specifies the color of the frozen pane border line.
Gets the first endpoint of the frozen pane border line.
A structure that specifies the point where the line drawing starts.
Gets the second endpoint of the frozen pane border line.
A structure that specifies the point where the line drawing finishes.
Gets whether the frozen pane is vertical or horizontal.
A enumeration member.
Gets the width of the frozen pane border line.
A value that specifies the width of the frozen pane border line.
A method that will handle the CustomDrawFrozenPaneBorder event of the SpreadsheetControl.
The event source. This parameter identifies the SpreadsheetControl that raised the event.
A object which contains event data.
Represents the base class for classes that provide data for the , , and events of the SpreadsheetControl.
Provides access to the properties that control the appearance of a worksheet header.
A object which provides the appearance settings used to paint the header.
Gets the background color of the header.
A object that identifies the background color of the header.
Gets the header’s bound rectangle.
A object specifying the header boundaries.
Provides access to the SpreadsheetControl that raised the event.
A object.
Gets the font used to paint the header caption.
A System.Drawing.Font object specifying font options (font name, size, color and etc.).
Gets the color used to paint the header caption text.
A object specifying the text color.
Gets whether a mouse is currently over the worksheet header.
true if a row or column header is hovered over with a mouse; otherwise, false.
Gets whether the current column contains selected cell(s).
true if the column contains selected cell(s); otherwise, false.
Gets the text of the header caption.
A string that is the header caption.
Represents the base class for all classes that provide data for the custom draw events.
Gets an object that serves as the storage for pens, fonts and brushes.
Provides methods used to paint on drawing surfaces in GDI+.
Renders the element using the default drawing mechanism.
Gets an object used for painting.
A object which provides a means for painting.
Gets or sets whether an event is handled. If true, the default actions are not required.
true if default painting isn’t required; otherwise, false.
Provides data for the event.
Returns the row index of the column header being painted.
An integer that is the zero-based worksheet row index.
A method that will handle the CustomDrawRowHeaderBackground event of the SpreadsheetControl.
The event source. This parameter identifies the SpreadsheetControl which raised the event.
A object which contains event data.
Provides data for the event.
Returns the column index of the row header being painted.
An integer that is the zero-based worksheet row index.
A method that will handle the CustomDrawRowHeader event of the SpreadsheetControl.
The event source. This parameter identifies the SpreadsheetControl which raised the event.
A object which contains event data.
Lists values used to specify the frozen pane type.
The horizontal frozen pane (frozen rows).
The vertical frozen pane (frozen columns).
Lists values used to specify what items should be displayed in the Name Box‘s drop-down list.
Specifies that all items should be displayed in the Name Box.
Specifies that defined names should not be displayed in the Name Box.
Specifies that table names should not be displayed in the Name Box.
Provides data for the event.
Initializes a new instance of the class with the specified parameters.
The SpreadsheetPopupMenu object which represents the context menu to be invoked.
One of the enumeration values specifying the type of the context menu.
Gets or sets the SpreadsheetControl’s popup menu for which the event was raised.
The SpreadsheetPopupMenu object which represents the current context menu.
Returns the type of the current SpreadsheetControl’s popup menu.
One of the enumeration values.
A method that will handle the PopupMenuShowing event of the SpreadsheetControl.
The event source. This parameter identifies the SpreadsheetControl which raised the event.
A object which contains event data.
Contains interfaces that define services implemented in the SpreadsheetControl.
Default service that validates the data sources before using them in the document.
Initializes a new instance of the class with the default settings.
A instance.
Provides default validation of the specified data objects before data retrieval.
A <,> collection of instances to validate.
Contains extension methods for the class.
Enables Spreadsheet chart support for the WinForms Rich Text Editor.
An instance.
Emulates the Microsoft® Excel® appearance and allows you to create, load, edit, save and print spreadsheet documents.
Initializes a new instance of the class with default settings.
Invokes the About dialog box.
Gets or sets a value indicating whether pressing the ESC key is processed by the SpreadsheetControl.
true if the input ESC key is processed by the SpreadsheetControl, otherwise false.
Gets or sets a value indicating whether pressing the RETURN key is processed by the SpreadsheetControl.
true if the input RETURN key is processed by the SpreadsheetControl, otherwise false.
Gets or sets a value indicating whether pressing the TAB key is processed by the SpreadsheetControl instead of moving the focus to the next control in the tab order.
true if the input TAB key is processed by the SpreadsheetControl, otherwise false.
Returns an active cell in the active worksheet.
Specifies an active cell.
Gets the chart sheet that is currently displayed in the SpreadsheetControl.
A object that specifies the active chart sheet.
Gets the sheet that is currently displayed in the SpreadsheetControl.
A descendant that specifies the active worksheet or chart sheet.
Occurs after an active worksheet has been changed via the ‘s UI.
Occurs when an active worksheet is about to be changed via the ‘s UI.
Provides access to a SpreadsheetView object that contains layout information. This member supports the internal infrastructure and is not intended to be used directly from your code.
A DevExpress.Spreadsheet.SpreadsheetView object.
Gets or sets the zoom level for the sheet currently displayed in the .
An integer value specifying the zoom percentage.
Gets the worksheet that is currently displayed in the SpreadsheetControl.
A object that specifies the active worksheet.
Adds the specified service to the service container.
The type of service to add.
A callback object that is used to create the service. This allows a service to be declared as available, but delays the creation of the object until the service is requested.
true, to promote this request to any parent service containers; otherwise, false.
Adds the specified service to the service container.
The type of service to add.
A callback object that is used to create the service. This allows a service to be declared as available, but delays the creation of the object until the service is requested.
Adds the specified service to the service container.
The type of service to add.
An instance of the service type to add. This object must implement or inherit from the type indicated by the serviceType parameter.
true, to promote this request to any parent service containers; otherwise, false.
Adds the specified service to the service container.
The type of service to add.
An instance of the service type to add. This object must implement or inherit from the type indicated by the serviceType parameter.
Adds the specified ribbon tabs/bar groups to the existing ribbon or toolbar menu.
The enumeration members that specify ribbon tabs/toolbars to add to the control.
Occurs after a user dropped the selected cell range in a new location.
Occurs after a cell range was automatically filled with data based on values in the source range.
Fires after the expand/collapse operation is executed for row or column groups in a worksheet.
Fires after a user clicks an outline button for row or column groups.
Overrides the System.Windows.Forms.Control.AllowDrop property.
true if drag-and-drop operations are allowed in the SpreadsheetControl; otherwise, false.
Assigns a shortcut key to a command.
A System.Windows.Forms.Keys enumeration member specifying a key to assign.
A System.Windows.Forms.Keys enumeration member specifying a modifier key.
A SpreadsheetCommandId enumeration member specifying a command.
This property is not supported by the class.
This property has no effect on the .
This property has no effect on the .
Occurs before the SpreadsheetControl control is released from memory.
Occurs when a user starts to drag the selected cell range.
Occurs when a user is about to drop the selected cell range in a new location.
Occurs before detecting the encoding of the loaded CSV or TXT data.
Occurs before the document is saved (exported to a certain format).
Occurs when a user drags the fill handle to populate cells with data based on values in the source range.
Fires before the expand/collapse operation is executed for row or column groups in a worksheet.
Occurs before a document is loaded (imported from an external source).
Fires before a user clicks an outline button for row or column groups.
Provides the capability to prevent printing of the required worksheets in a workbook.
Locks the to prevent its visual updates until the SpreadsheetControl.EndUpdate method is called.
Gets or sets the SpreadsheetControl’s border style.
A enumeration value specifying the border style for the SpreadsheetControl.
This method supports the internal infrastructure and is not intended to be called directly from your code. Use the SpreadsheetControl.EndUpdate method instead.
Occurs before a cell editor is opened.
Occurs before the cell editor is closed and the entered value is rolled back.
Occurs after a cell editor was activated by a user.
Occurs before a cell editor is closed and the entered value is committed.
Occurs after the cell content was changed via the UI.
Displays circles around invalid data in a worksheet to which data validation is applied.
Hides circles around invalid data in a worksheet to which data validation is applied.
Provides access to the object used for working with the system Clipboard.
An object implementing the interface.
Occurs after data on the clipboard is obtained and recognized, but before data is pasted.
Occurs after data was pasted from the clipboard onto a worksheet.
Occurs before data is pasted into destination cells.
Closes the cell editor.
A enumeration member.
true if the cell editor is closed successfully; otherwise, false.
Occurs after new columns have been added to a worksheet via the ‘s UI.
Occurs when new columns are about to be inserted into a worksheet.
Occurs after columns have been deleted from a worksheet via the ‘s UI.
Occurs when columns are about to be deleted from a worksheet.
Occurs after the column width was changed.
Occurs when a comment is inserted.
Occurs before inserting a comment.
Occurs when a comment is deleted.
Occurs before deleting a comment.
Occurs when the document content is changed.
Occurs after the range content has been pasted into target cells.
Occurs before the range content is pasted into target cells.
Creates a that contains all SpreadsheetControl-specific bars.
A component that manages the created toolbars.
Adds a with the specified bars to the .
The enumeration members that specify toolbars to add to the control.
A component that manages the created toolbars.
Creates a command by its identifier.
A DevExpress.XtraSpreadsheet.Commands.SpreadsheetCommandId structure that identifies the command.
A DevExpress.XtraSpreadsheet.Commands.SpreadsheetCommand object that is the command used in a Spreadsheet UI.
Creates and loads a new empty workbook.
true if the document is created successfully; otherwise, false.
Creates a with all SpreadsheetControl-specific ribbon tabs.
The created ribbon.
Adds a with the specified tabs to the .
The enumeration members that specify ribbon tabs to add to the control.
The created ribbon.
Creates a with the specified items and binds it to the .
Specifies a Ribbon control to which the status bar should be bound.
Specifies items to display on the status bar.
The created status bar.
Creates a with all Spreadsheet-related items and binds it to the specified .
Specifies a Ribbon control to which the status bar should be bound.
The created status bar.
Adds a status bar with all Spreadsheet-related items to the Spreadsheet control with a Bar UI.
A component that manages the created status bar.
Adds a status bar with the specified items to the Spreadsheet control with a Bar UI.
Specifies items to display on the status bar.
A component that manages the created status bar.
Occurs before a custom assembly is loaded for use as the Entity Framework data source during mail merge and allows cancelling loading.
Allows you to assign a custom in-place editor to a cell.
Allows you to paint cell content.
Performs custom painting of the cell background.
Enables the column header to be painted manually.
Enables the column header background to be painted manually.
Allows you to customize comment indicators.
Enables frozen pane borders to be painted manually.
Enables the row header to be painted manually.
Enables the row header background to be painted manually.
Occurs before a data binding warning dialog is shown in the SpreadsheetControl.
Occurs when a formula or sheet being moved or copied contains a defined name which already exists on the destination worksheet or workbook.
Occurs before a Defined Name is deleted.
Occurs before a Defined Name is being edited.
Occurs when a new Defined Name is created before it is added to a collection.
Provides access to a workbook loaded in the control.
An object implementing the interface.
Occurs when a document that has not yet been saved is about to be closed.
Occurs after a document is loaded into the Spreadsheet control.
Occurs after one of the is changed.
Occurs after a document has been saved.
Gets the current dpi value for the X-coordinate.
A Single dpi value.
Gets the current dpi value for the Y-coordinate.
A Single dpi value.
Occurs when a new document is created in the .
Occurs when the encrypted file does not pass data integrity verification.
Occurs when the encryption password is empty or invalid.
Occurs when the property is not set or contains the wrong password.
Unlocks the object after a call to the SpreadsheetControl.BeginUpdate method and causes an immediate visual update.
Exports the specified range to the specified stream in HTML format.
A object to which the created HTML file should be sent.
A object to be exported to HTML.
Exports the specified worksheet to the specified stream in HTML format.
A object to which the created HTML file should be sent.
A object to be exported to HTML.
Exports the document’s data to the specified stream in HTML format using the specified options.
A object to which the created HTML file should be sent.
A instance containing required export options.
Exports the specified worksheet to the specified stream in HTML format.
A object to which the created HTML file should be sent.
An integer value that is the index of the worksheet to be exported to HTML.
Exports the specified range to the specified file in HTML format.
A value which contains the full path (including the file name and extension) specifying where the HTML file will be created.
A object to be exported to HTML.
Exports the specified worksheet to the specified file in HTML format.
A value which contains the full path (including the file name and extension) specifying where the HTML file will be created.
A object to be exported to HTML.
Exports the document’s data to the specified file in HTML format using the specified options.
A value which contains the full path (including the file name and extension) specifying where the HTML file will be created.
A instance containing required export options.
Exports the specified worksheet to the specified file in HTML format.
A value which contains the full path (including the file name and extension) specifying where the HTML file will be created.
An integer value that is the index of the worksheet to be exported to HTML.
Exports the content of the SpreadsheetControl to the specified stream in PDF format using the specified options.
A object, to which the created document is exported.
A object which specifies the PDF export options.
Exports the content of the SpreadsheetControl to the specified stream in PDF format.
A object to which the created document is exported.
Exports the content of the SpreadsheetControl to the specified file in PDF format using the specified options.
A which specifies the name (including the full path) of the PDF file to which the data is exported.
A object which specifies the PDF export options.
Exports the content of the SpreadsheetControl to the specified file in PDF format.
A which specifies the name (including the full path) of the PDF file to which the data is exported.
This property is not supported by the class.
This property is not supported by the class.
Obtains the coordinates and size of a cell specified by the row and column indices.
An integer that is the zero-based index of the row that contains the required cell.
An integer that is the zero-based index of the column that contains the required cell.
A object that is the rectangle with the specified location and size in pixels.
Gets a worksheet cell located at the specified point.
A structure specifying the location for which the position is retrieved. The point coordinates are measured in documents units.
A object.
Returns cell ranges currently selected in the active worksheet.
A list of the objects.
Returns shapes currently selected in the active worksheet.
A list of the objects.
Gets the service object of the specified type.
An object that specifies the type of service object to get.
A service object of the specified type, or a null reference (Nothing in Visual Basic) if there is no service object of this type.
Gets the specified service.
The service type.
A service object of the specified type or null for reference types and zero for numeric value types if a service is not available.
Fires after row or column groups are expanded or collapsed.
Fires before row or column groups are expanded or collapsed.
Occurs when an end-user activates the hyperlink before navigating to the referenced location.
Occurs before a document is loaded. Handle this event to set the initial document settings.
Fires when the supplied data could not be recognized as data in the assumed format for import.
Gets whether the cell editor is currently active.
true if the cell editor is opened; otherwise, false.
Indicates whether the can be printed or exported.
true if the control can be printed and exported; otherwise, false.
Gets a value indicating whether a preview of the SpreadsheetControl’s document is allowed.
true if the print preview is available; otherwise, false.
Returns a value indicating whether the is locked for update.
true if the control is locked; otherwise, false.
Gets or sets a unit of measure used for a document layout.
The enumeration value.
Invokes the Open dialog, creates a specific importer and loads the file.
Loads a document from a byte array.
A [] object that is an array of bytes containing document data in the specified format.
A enumeration member specifying the format of the document to be loaded.
true if the document is successfully loaded; otherwise, false.
Load the document from a [] array.
A System.Byte[] object that is an array of bytes containing document data.
true if the document is loaded succesfully; otherwise, false.
Loads a document from a stream, specifying the document format.
The stream from which to load a document.
One of the members.
true if a document is loaded successfully; otherwise, false.
Loads the document from a stream.
A object that is the stream used to load a document.
true if the document is loaded succesfully; otherwise, false.
Loads a document from a file, specifying the document format.
A string specifying the file to load (including the full path).
One of the members.
true if a document is loaded successfully; otherwise, false.
Loads a document from a file.
A string specifying the file to load (including the full path).
true if a document is loaded successfully; otherwise, false.
Invokes the Open file dialog as a child of the specified parent window.
The that is the parent window.
Provides access to the control’s look and feel settings.
A object whose properties specify the control’s look and feel.
Gets or sets the menu manager which controls the look and feel of context menus.
An object that implements the DevExpress.Utils.Menu.IDXMenuManager interface.
Gets or sets a value that indicates that the document content was modified since it was last saved.
true if the control’s content was modified since it was last saved; otherwise, false.
Occurs when the value of the property is changed.
Invokes a cell editor and switches to the spreadsheet edit mode, allowing you to edit cell content.
A that specifies the editor and the mode in which it is activated.
true if the cell editor is active; otherwise, false.
Provides access to the variety of options which can be specified for the document loaded into the SpreadsheetControl and the control itself.
A object.
Occurs after a worksheet area has been frozen via the ‘s UI.
Occurs after a frozen worksheet area has been unlocked via the ‘s UI.
Occurs when a popup menu is about to be displayed for the ‘s visual elements.
Prints the document to the default printer.
Prints the document using the specified printer settings.
A object that contains printer settings.
Occurs every time any of the class properties has changed its value.
Occurs when attempting to edit a locked cell in a protected worksheet.
Occurs after the range content has been copied.
Occurs before a cell range is copied in a worksheet.
Gets or sets whether document modifications are prohibited.
true if the document is in a read-only state; otherwise, false.
Occurs when the ‘s read-only state is changed.
Removes the service of the specified type from the service container.
The type of service to remove.
true, to promote this request to any parent service containers; otherwise, false.
Removes the service of the specified type from the service container.
The type of service to remove.
Removes a command shortcut.
A System.Windows.Forms.Keys enumeration member specifying a shortcut key.
A System.Windows.Forms.Keys enumeration member specifying a modifier key.
Allows you to replace the specified service.
A service of the specified type to be registered.
The type of the service to be replaced.
The previously registered service of the specified type, or null (Nothing in Visual Basic) if the service does not exist.
Updates the layout of the document loaded into control and the control itself.
This property is not in effect for the class.
Occurs after the row height was changed.
Occurs after new rows have been added to a worksheet via the ‘s UI.
Occurs when new rows are about to be inserted into a worksheet.
Occurs after rows have been deleted from a worksheet via the ‘s UI.
Occurs when rows are about to be deleted from a worksheet.
Saves a document in its original format to its original location.
true if a document has been successfully saved; otherwise, false.
Saves a document to an array of bytes in the specified format and with specified encryption settings.
The format of the exported document.
Document encryption settings.
An array of bytes containing document data in the specified format.
Saves a document to an array of bytes in the specified format.
A enumeration member specifying the format of the document to be saved.
A [] object that is an array of bytes containing document data in the specified format.
Saves the workbook to a stream, specifying the export format and encryption options.
The stream used to output the document.
The format of the exported document.
Document encryption settings.
Saves the workbook to a stream, specifying the export format.
The object to output the document to.
One of the values that is the format of the exported document.
Saves the control’s document to a file, specifying the document format and encryption settings.
The path to a file in which to save the document.
The format of exported document.
Document encryption settings.
Saves the control’s document to a file, specifying the document format.
A string value specifying the path to a file in which to save the control’s document.
One of the enumeration values.
Saves the document to a file with the specified encryption settings.
The path to a file in which to save the document.
Document encryption settings.
Saves the document to the specified file in the Excel or text format. The file format is identified by the file extension.
Specifies the file path to save the document to.
Saves a document in its original format to its original location. If original format and location are not specified, invokes the Save As dialog that is shown modally as a child of the specified parent window.
The that is the parent window.
true if a document has been successfully saved; otherwise, false.
Invokes the Save As dialog and saves a document.
Invokes the Save As dialog which is shown modally as a child of the specified parent window.
The that is the parent window.
Occurs when a worksheet is being scrolled in the ‘s UI.
Gets or sets an active cell in the active worksheet.
A object specifying an active cell in a worksheet that is currently active. If you assign a cell located in a worksheet that is not active, an exception is raised.
Gets or sets a comment selected in the active worksheet.
A object, or null (Nothing in VB) if a comment is not selected.
Gets or sets a picture selected in the active worksheet.
A object. If you assign a picture located in a worksheet that is not active, an exception is raised.
Gets or sets a shape selected in the active worksheet.
A object. If you assign a shape located in a worksheet that is not active, an exception is raised.
Gets or sets a cell range selected in the active worksheet.
A object specifying the cell selection in a worksheet that is currently active. If you assign a cell range located in a worksheet that is not active, an exception is raised.
Fires when the selection changes in an active worksheet.
Selects cell ranges in the worksheet and specifies whether the selection expands to fit merged cells.
A list of the objects.
true, to expand the selection to include merged cells; otherwise, false.
true, if cell ranges are selected successfully; otherwise false.
Sets cell ranges selected in the active worksheet.
A list of the objects.
true if cell ranges are selected successfully; otherwise false. If you pass null (Nothing 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 false.
Sets shapes selected in the active worksheet.
A list of the objects.
true if shapes are selected successfully; otherwise false. If you pass a list that contains at least one shape located in a worksheet that is not active, the method returns false.
Occurs after a drawing object has been inserted into a worksheet.
Occurs after a drawing object has been removed from a worksheet.
Occurs before a drawing object is removed from a worksheet.
Occurs before a drawing object is copied.
Occurs after a new worksheet has been added into a workbook via the ‘s UI.
Occurs after a worksheet has been removed from a workbook via the ‘s UI.
Occurs when a worksheet is about to be removed from a workbook.
Occurs after a worksheet has been renamed via the ‘s UI.
Occurs when a worksheet is about to be renamed via the ‘s UI.
Invokes the Print dialog to select a printer, specify the print options (number of copies, page range, and paper source) and print the document.
Invokes the Print Preview window with a Bar UI.
Invokes the Print Preview window with a Ribbon UI.
Gets or sets the tooltip controller component that controls the appearance, position and the content of the hints displayed by the SpreadsheetControl.
A component which controls the appearance and behavior of the hints displayed by the SpreadsheetControl.
This event is raised when an exception, unhandled by the , occurs.
Gets or sets a unit of measure used in the workbook.
The enumeration member.
Fires after a unit of measurement used in the workbook is changed.
Fires before a unit of measurement used within the workbook is changed.
Refreshes the SpreadsheetControl command UI.
Raised when changes occur which may affect the control’s UI.
Allows validation of the custom SQL query created using the Data Source Wizard.
Gets the cell range that is currently visible in the SpreadsheetControl.
Specifies the currently visible cell range.
Occurs after the visible cell range was changed in the Spreadsheet control.
Gets the visible cell range of the scrollable area when there are frozen rows and columns in the worksheet.
Specifies the visible unfrozen range.
Provides access to an object enabling you to specify a worksheet area that is visible in the SpreadsheetControl and allows end-user input.
A object.
Occurs when the current zoom level of the active worksheet has been changed via the ‘s UI.
Contains various options you can specify for the Spreadsheet control.
Initializes a new instance of the class with the specified settings.
Provides access to an object that enables you to apply restrictions to different spreadsheet operations.
A class instance containing restriction specifications.
Allows you to specify whether to prohibit the ObjectDataSource data retrieval, prompt the user or silently load the data.
An object that contains data source options.
Provides access to the customization options of the Data Source Wizard.
A object containing options which affect the layout and behavior of the Data Source Wizard and Query Builder.
Provides access to options that control the Formula AutoComplete behavior.
A object containing options which affect the Formula AutoComplete functionality.
Provides access to the options specific to the horizontal scrollbar of the SpreadsheetControl.
A object used to specify options for the horizontal scrollbar.
Provides access to the options used to specify the size and starting position of the PivotTable Field List pane at runtime.
A object containing the PivotTable Field List options.
Provides access to options used to generate and preview a printed document in the SpreadsheetControl.
A object containing options for previewing and printing a document in the SpreadsheetControl.
Provides access to the options specific to the Sheet Tab Selector of the SpreadsheetControl.
A object used to specify options for the Sheet Tab Selector.
Provides access to the options specific to the vertical scrollbar of the SpreadsheetControl.
A object used to specify options for the vertical scrollbar.
Gets the ‘s view options.
A object that specifies the display settings for the SpreadsheetControl.
Provides data for the event.
Initializes a new instance of the class with the specified settings.
An InnerSpreadsheetControl object.
A worksheet that contains the cell for which the event has been raised.
An integer specifying the index of the column that contains the cell for which the event has been raised.
An integer specifying the index of the row that contains the cell for which the event has been raised.
A value associated with the custom in-place editor assigned to the processed cell.
A descendant specifying the in-place editor assigned to the processed cell.
Gets or sets the in-place editor for the current cell.
A descendant that specifies the in-place editor for the current cell.
Gets a value associated with the object assigned to the cell.
A object associated with the custom cell editor.
A method that will handle the CustomCellEdit event of the SpreadsheetControl.
The event source. This parameter identifies the SpreadsheetControl which raised the event.
A object which contains event data.
Contains options which affect the behavior of the Data Source Wizard.
Initializes a new instance of the class with the default settings.
Gets or sets whether the user will be prompted to save credentials after creating a connection string.
True, to save credentials in the connection string without prompting; otherwise, false.
Enables you to specify whether the Data Source Wizard can load a custom assembly containing the Entity Framework data context during mail merge.
A enumeration value that specifies whether to load an assembly without prompting, to not load and disable browsing for the assembly file, or pass the request to a special service.
Gets or sets data source types displayed on the "Select the data source type" page of the Data Source Wizard.
A enumeration member.
Gets or sets whether an option for the user to create a new connection by specifying connection parameters is shown.
True, to choose from existing connections only; otherwise, false.
Gets or sets whether the direct SQL text editing is enabled.
True, to enable direct SQL text editing; otherwise, false.
Specifies whether or not the Query Builder enables end-users to specify custom SQL queries, column aliases and expressions.
true, to disallow end-users from specifying custom SQL queries, column aliases and expressions; otherwise, false.
Gets or sets a value indicating whether the Browse… button is displayed on the Data Source Wizard page, which allows an end-user to select the required Entity Framework data context.
true, to show the Browse… button on the “Choose a data context” page; otherwise, false.
Lists values used to specify the visibility of a certain element of the SpreadsheetControl.
The element of the SpreadsheetControl is hidden or displayed as specified by the workbook display options.
The element of the SpreadsheetControl is always hidden.
The element of the SpreadsheetControl is always displayed.
Displays the active cell’s address and content and is used to view, enter and edit formulas and cell data in the SpreadsheetControl.
Initializes a new instance of the class with the default settings.
Occurs before the control is released from memory.
Occurs before the is entered.
Occurs when the Cancel button on the Formula Bar is clicked.
Executes the command corresponding to one of the ‘s buttons.
One of the enumeration values that is the type of button displayed in the Formula Bar.
true if the command is executed; otherwise, false.
Gets or sets a value indicating whether the Formula Bar‘s editor is expanded to allow multiline editing.
true if the formula editor is expanded; otherwise, false.
Occurs when the Insert Function button on the Formula Bar is clicked.
Determines whether the specified button on the Formula Bar is enabled.
One of the enumeration values that is the type of button located on the Formula Bar.
true if the button is enabled; otherwise, false.
Occurs when a key is pressed while the has focus.
Occurs when the Enter button on the Formula Bar is clicked.
Occurs before the user input is canceled and the modified value is replaced with a value before modification.
Gets or sets a value indicating whether the Cancel, Enter and Insert function buttons are displayed in the Formula Bar.
true, to display the Formula Bar‘s buttons; otherwise, false.
Gets or sets a value indicating whether the formula editor is displayed in the Formula Bar.
true, to display the Formula Bar‘s editor; otherwise, false.
Gets or sets a value indicating whether the Name Box is displayed in the Formula Bar.
true, to display the Name Box; otherwise, false.
Gets or sets the SpreadsheetControl to which the is bound.
A with which the Formula Bar interacts.
Displays the content of the active cell and is used to view, enter and edit formulas and cell data in the SpreadsheetControl.
Initializes a new instance of the class with default settings.
Occurs before the SpreadsheetFormulaBarControl control is released from memory.
Occurs before the SpreadsheetFormulaBarControl is entered.
Occurs when the Cancel button on the Formula Bar has been clicked.
Executes the command corresponding to one of the SpreadsheetFormularBarControl’s buttons.
One of the enumeration values that is the type of button displayed in the Formula Bar.
true if the command is executed; otherwise, false.
Gets or sets whether the Formula Bar is expanded or collapsed.
true if the Formula Bar is expanded; otherwise, false.
Occurs when the Insert Function button on the Formula Bar has been clicked.
Determines whether the specified button on the Formula Bar is enabled.
One of the enumeration values that is the type of button displayed in the Formula Bar.
true if the button is enabled; otherwise, false.
Occurs when a key is pressed while the SpreadsheetFormulaBarControl has focus.
Occurs when the Enter button on the Formula Bar has been clicked.
Occurs before the user input is canceled and the modified value is replaced with a value before modification.
Gets or sets the SpreadsheetControl to which the Formula Bar is bound.
A with which the Formula Bar interacts.
Contains options for the horizontal scrollbar of the SpreadsheetControl.
Initializes a new instance of the class with default settings.
Lists values used to specify the type of the SpreadsheetControl’s context menu.
Specifies a context menu which can be invoked by clicking the AutoFilter drop-down arrow.
Specifies a context menu which can be invoked by right-clicking any cell in a worksheet.
Specifies a context menu which can be invoked by right-clicking a chart in a worksheet.
Specifies a context menu which can be invoked by right-clicking a column header.
Specifies a context menu which can be invoked by right-clicking a drawing object when a worksheet contains several drawing objects, such as pictures or charts.
Specifies no menu.
Specifies a context menu which can be invoked by right-clicking a picture embedded in a worksheet.
Specifies a context menu which can be invoked by right-clicking any cell in a pivot table.
Specifies a context menu which can be invoked by clicking the AutoFilter drop-down arrow on the row or column label of a pivot table.
Specifies a context menu which can be invoked by right-clicking a row header.
Specifies a context menu which can be invoked by right-clicking the Select All button in the upper-left corner of a worksheet.
Specifies a context menu which can be invoked by right-clicking a worksheet tab.
Displays cell references and defined names specified in a worksheet.
Initializes a new instance of the class with default settings.
Occurs before the SpreadsheetNameBoxControl control is released from memory.
Gets the class name of the editor.
A System.String object identifying the class name.
Gets or sets a value indicating what items should appear in the Name Box list.
A enumeration member specifying what items should be displayed in the drop-down list of the Name Box control.
Gets an object that contains settings specific to the control.
A RepositoryItemNameBox object that contains settings for the current .
Gets or sets a value indicating whether the ‘s value can be changed by end-users.
A enumeration value specifying the accessibility of the control.The default is DefaultBoolean.Default.
Occurs when the value of the property has changed.
Gets or sets the SpreadsheetControl to which the Name Box is bound.
A with which the Name Box interacts.
Represents the base class for scrollbar options.
Gets or sets a value that indicates whether the SpreadsheetControl’s scrollbar should be displayed or hidden.
One of the enumeration values.
Lists values used to specify the visibility of a scrollbar in the SpreadsheetControl.
The scrollbar is hidden or displayed depending on the workbook display options.
The scrollbar is always hidden.
The scrollbar is always displayed.
Lists items that can be displayed on the Spreadsheet status bar.
Displays all status bar items.
Displays the average of numerical values in the selected cells.
Displays the number of selected cells that contain data.
Displays the End Mode label used to indicate that End Mode is activated.
Displays the maximum numerical value in the selected cells.
Displays the minimum numerical value in the selected cells.
Displays the number of selected cells that contain numerical data.
Displays the progress bar that indicates the progress of lengthy operations (file load/save operations and export to PDF/HTML).
Displays the sum of numerical values in the selected cells.
Displays the current zoom level.
Displays the zoom slider that allows you zoom the current worksheet.
Contains options which can be specified for the Sheet Tab Selector of the SpreadsheetControl.
Initializes a new instance of the class with default settings.
Gets or sets a value that indicates whether the Sheet Tab Selector of the SpreadsheetControl should be displayed or hidden.
A enumeration value that specifies the visibility of the Sheet Tab Selector.
Lists ribbon tabs/toolbars that can be added to the SpreadsheetControl at runtime.
Specifies all ribbon tabs/bars, except for the Mail Merge toolbar.
Specifies the Chart Tools contextual ribbon tab/bar group.
Specifies the Data ribbon tab/bar group.
Specifies the Drawing Tools contextual ribbon tab/toolbar.
Specifies the File ribbon tab/toolbar.
Specifies the Formulas ribbon tab/bar group.
Specifies the Home ribbon tab/bar group.
Specifies the Insert ribbon tab/bar group.
Specifies the Mail Merge ribbon tab/bar group.
Specifies the Page Layout ribbon tab/bar group.
Specifies the Picture Tools contextual ribbon tab/toolbar.
Specifies the PivotTable Tools contextual ribbon tab/bar group.
Specifies the Review ribbon tab/bar group.
Specifies the Table Tools contextual ribbon tab/bar group.
Specifies the View ribbon tab/bar group.
Contains options for the vertical scrollbar of the SpreadsheetControl.
Initializes a new instance of the class with default settings.
An object that allows you to specify a worksheet’s visible area.
Returns the number of visible columns in the specified worksheet.
An integer that is the zero-based index of the worksheet in the worksheet collection.
An integer that represents the number of columns currently visible in a worksheet.
Returns the number of visible columns in the specified worksheet.
A string value specifying the worksheet name in the worksheet collection.
An integer that represents the number of columns currently visible in a worksheet.
Returns the number of visible rows in the specified worksheet.
An integer that is the zero-based index of the worksheet in the worksheet collection.
An integer that represents the number of rows currently visible in a worksheet.
Returns the number of visible rows in the specified worksheet.
A string value specifying the worksheet name in the worksheet collection.
An integer that represents the number of rows currently visible in a worksheet.
Displays all columns and rows in the specified worksheet.
An integer that is the zero-based index of the worksheet in the worksheet collection.
Displays all columns and rows in the specified worksheet.
A string value specifying the worksheet name in the worksheet collection.
Defines the number of visible columns and rows for the specified worksheet.
An integer that is the zero-based index of the worksheet whose visible area should be restricted.
An integer that represents the maximum number of columns to be displayed in a worksheet. The value must be a whole number between 1 and 16,384.
An integer that represents the maximum number of rows to be displayed in a worksheet. The value must be a whole number between 1 and 1,048,576.
Defines the number of visible columns and rows for the specified worksheet.
A string value specifying the name of the worksheet whose visible area should be restricted.
An integer that represents the maximum number of columns to be displayed in a worksheet. The value must be a whole number between 1 and 16,384.
An integer that represents the maximum number of rows to be displayed in a worksheet. The value must be a whole number between 1 and 1,048,576.