Skip to main content
A newer version of this page is available. .

SpreadsheetBuilder Members

A builder for the Spreadsheet.

Constructors

Name Description
SpreadsheetBuilder(IHtmlHelper) Creates an object of the Spreadsheet class.

Methods

Name Description
AutoSaveMode(AutoSaveMode) Specifies the auto-saving mode.
AutoSaveTimeout(TimeSpan) Gets or sets the timeout for auto-saving.
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 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, Func<Byte[]>) Opens a document specified by a stream.
Open(String, Func<Stream>) Opens a document specified by a stream.
Open(String) Opens a document by the specified path.
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