Back to Devexpress

SpreadsheetExtension Methods

aspnetmvc-devexpress-dot-web-dot-mvc-dot-spreadsheetextension-dot-underscore-methods.md

latest10.1 KB
Original Source

SpreadsheetExtension Methods

An extension object that implement the Spreadsheet functionality.

NameDescription
CloseDocument(String) staticCloses the current document in the specified Spreadsheet.
DownloadFile(String) staticObsolete. Returns the binary content of the file downloaded from the specified Spreadsheet.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetCallbackResult(SpreadsheetSettings) staticReturns the specified result back to the client side after processing a callback within an Action specified by the SpreadsheetSettings.CallbackRouteValues property.
GetCallbackResult(String, Action<SpreadsheetCustomDocumentProcessor>) staticReturns the specified result back to the client side after.
GetCurrentDocument(String) staticGets access to a workbook loaded into the specified Spreadsheet.
GetCustomActionResult(String) staticReturns the specified result back to the client side after processing a callback within an Action defined by the SpreadsheetSettings.CustomActionRouteValues property.
GetDocumentId(String) staticReturns the unique identifier of the specified Spreadsheet document.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetHtml()Inserts the HTML code rendered by an extension into the required page output. Inherited from ExtensionBase.
GetType()Gets the Type of the current instance. Inherited from Object.
LoadDocument(String, String) staticObsolete. Loads a specific file to the specified Spreadsheet extension.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
New(String) staticCreates a new empty document within the Spreadsheet.
Open(SpreadsheetDocumentInfo)Opens the specified document.
Open(String, DocumentFormat, Func<Byte[]>)Opens a document specified by an array of bytes.
Open(String, DocumentFormat, Func<Stream>)Opens a document specified by a stream.
Open(String, DocumentFormat)Opens the specified document.
Open(String, SpreadsheetDocumentInfo) staticOpens the specified document.
Open(String, Func<Byte[]>)Opens a document specified by an array of bytes.
Open(String, Func<Stream>)Opens a document specified by a stream.
Open(String, String, DocumentFormat, Func<Byte[]>) staticOpens a document specified by an array of bytes.
Open(String, String, DocumentFormat, Func<Stream>) staticOpens a document specified by a stream.
Open(String, String, DocumentFormat) staticOpens the specified document.
Open(String, String) staticOpens the specified document.
Open(String)Opens the specified file.
PerformMailMerge(Func<Byte[]>, DocumentFormat, Object, String)Initializes the mail merge process and generates the resulting documents containing the merged information.
PerformMailMerge(Func<Byte[]>, DocumentFormat, Object)Initializes the mail merge process and generates the resulting documents containing the merged information.
PerformMailMerge(Func<Stream>, DocumentFormat, Object, String)Initializes the mail merge process and generates the resulting documents containing the merged information.
PerformMailMerge(Func<Stream>, DocumentFormat, Object)Initializes the mail merge process and generates the resulting documents containing the merged information.
PerformMailMerge(String, Object, String, Int32, DocumentFormat)Initializes the mail merge process and generates the documents that contain the merged information.
PerformMailMerge(String, Object, String)Initializes the mail merge process and generates the resulting documents containing the merged information.
PerformMailMerge(String, Object)Initializes the mail merge process and generates the resulting documents containing the merged information.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
Render()Renders the extension’s HTML code to the Response. Inherited from ExtensionBase.
SaveCopy(String, DocumentFormat) staticSaves a document copy using the specified settings.
SaveCopy(String, Stream, DocumentFormat) staticA string value that specifies the Spreadsheet name.
SaveCopy(String, String) staticSaves a document copy using the specified settings.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

SpreadsheetExtension Class

SpreadsheetExtension Members

DevExpress.Web.Mvc Namespace