| Name | Description |
| ApplyStyle | Copies any nonblank elements of the specified style to the Web control, overwriting any existing style elements of the control. This method is primarily used by control developers. (Inherited from System.Web.UI.WebControls.WebControl) |
| ApplyStyleSheetSkin | Applies the style properties defined in the page style sheet to the control. (Inherited from System.Web.UI.Control) |
| CancelEdit | Discards the editing values in the Spread component. |
| CopyBaseAttributes | Copies the properties not encapsulated by the System.Web.UI.WebControls.WebControl.Style object from the specified Web server control to the Web server control that this method is called from. This method is used primarily by control developers. (Inherited from System.Web.UI.WebControls.WebControl) |
| DataBind | Overloaded. Overridden. Binds a data source to the Spread component. |
| FindControl | Overloaded. Overridden. Searches the current naming container for a server control with the specified id and an integer, specified in the pathOffset parameter, which aids in the search. You should not override this version of the Overload:System.Web.UI.Control.FindControl method. |
| Focus | Sets input focus to a control. (Inherited from System.Web.UI.Control) |
| GetColumnIndex | Returns the client column index for the specified column. |
| GetEditValue | Gets the postback value of the specified cell on the active sheet in the Spread component. |
| GetExcelSheetNames | Overloaded. Gets an array of sheet names from the specified Excel file. |
| GetImage | Gets the image in the component. |
| GetMergeCell | Gets the merged cell range at the specified cell. |
| GetMergeCells | Gets the merged cell ranges in the specified range. |
| GetPageIndex | Returns the page index the specified row is rendered in. |
| GetRouteUrl | Overloaded. Gets the URL that corresponds to a set of route parameters. (Inherited from System.Web.UI.Control) |
| GetRowIndex | Returns the client row index for the specified row. |
| GetTabText | Gets the text of the sheet name tab at the specified sheet in the Spread component. |
| GetUniqueIDRelativeTo | Returns the prefixed portion of the System.Web.UI.Control.UniqueID property of the specified control. (Inherited from System.Web.UI.Control) |
| GoalSeek | Attempts to find values for one cell that will produce the desired formula result in another cell. |
| GotoPage | Scrolls through the sheet in the component to the specified page. |
| HasControls | Determines if the server control contains any child controls. (Inherited from System.Web.UI.Control) |
| IsExcelFile | Overloaded. Opens the specified file and determines whether it meets the minimal requirements to be considered an Excel file. |
| IsExcelStream | Overloaded. Opens the specified file and determines whether it meets the minimal requirements to be considered an Excel-compatible stream. |
| IsStrictMode | Determines whether the component is under strict standards-compliant mode. |
| LoadFormulas | Loads formulas that are deserialized, but not parsed yet, to be used after all sheets have been created and deserialized. |
| MergeStyle | Copies any nonblank elements of the specified style to the Web control, but will not overwrite any existing style elements of the control. This method is used primarily by control developers. (Inherited from System.Web.UI.WebControls.WebControl) |
| Open | Overloaded. Opens a saved Spread XML file and loads it into the Spread component. |
| OpenExcel | Overloaded. Opens an Excel file and loads it into the Spread component. |
| RecreateControl | Forces spread to recreate its content. |
| Reset | Resets the Spread component to its default values, removing all settings and all sheets. |
| ResolveClientUrl | Gets a URL that can be used by the browser. (Inherited from System.Web.UI.Control) |
| ResolveUrl | Converts a URL into one that is usable on the requesting client. (Inherited from System.Web.UI.Control) |
| Save | Overloaded. Saves the contents of the Spread component to XML in the specified file. |
| SaveChanges | Saves the changes to the Spread component. |
| SaveExcel | Overloaded. Saves the contents of the Spread component to the specified Excel file in a stream. |
| SaveExcelToResponse | Overloaded. Saves the contents of the Spread component to a Response object in Excel file format with default settings. |
| SavePdf | Overloaded. Handles the export (or printing) of all the sheets to PDF as a file. |
| SavePdfToResponse | Overloaded. Saves the contents of the Spread component to a Response object in PDF file format. |
| Search | Overloaded. Searches the text in the cells in the specified sheet for the specified string with the specified criteria. |
| SearchHeaders | Overloaded. Searches the text in the header cells in the specified sheet for the specified string with the specified criteria. |
| SetImage | Sets the custom image in the specified part of the Spread component interface. |
| Validate | Tests to see if the value is valid for a cell in the active sheet in the Spread component. |