SpreadsheetBuilder Methods
A builder for the Spreadsheet.Name | Description |
---|---|
AutoSaveMode(AutoSaveMode) | Specifies the auto-saving mode. |
AutoSaveTimeout(TimeSpan) | Gets or sets the auto-save timeout. |
ClientSideEvents(Action<SpreadsheetClientSideEventsBuilder>) | Allows you to assign event handlers to client-side events available for the Spreadsheet. |
ConfirmOnLosingChanges(Action<ConfirmOnLosingChangesBuilder>) | Allows you to customize settings of a confirmation message that can be displayed when any unsaved data changes are going to be lost. |
CssClassName(String) | Specifies a CSS class to be applied to the Spreadsheet. |
DocumentRequestHandlerUrl(String) | Specifies a URL to an action the handles document request operation. |
Equals(Object, Object) static | Determines 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. |
FullscreenMode(Boolean) | Specifies whether the spreadsheet is used in full-screen mode. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
Height(Int32) | Specifies the Spreadsheet’s height. |
Height(String) | Sets a specified height for the Spreadsheet’s element on the page. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
Name(String) | Sets a specified identifier for the element representing the Spreadsheet on the page. |
Open(String, DocumentFormat, Func<Byte[]>) | Opens a document in the specified format from a byte array. |
Open(String, DocumentFormat, Func<Stream>) | Opens a document in the specified format from a stream. |
Open(String, DocumentFormat) | Opens a document in the specified format from a file system. |
Open(String, Func<Byte[]>) | Opens a document from an array of bytes. |
Open(String, Func<Stream>) | Opens a document from a stream. |
Open(String) | Opens a document from a file system. |
ReadOnly(Boolean) | Indicates whether an end-user can change the Spreadsheet contents at runtime. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
Ribbon(Action<SpreadsheetRibbonSettingsBuilder>) | Allows you to customize the ribbon element. |
ShowSheetTabs(Boolean) | Specifies the sheet tab selector’s visibility. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
Width(Int32) | Specifies the Spreadsheet’s width. |
Width(String) | Specifies the Spreadsheet’s width. |
WorkDirectory(String) | Gets or sets the working directory path. |
WriteTo(TextWriter, HtmlEncoder) | Writes this Spreadsheet to the writer. |
See Also