ig.excel.WorkbookSaveOptions
Contains the options related to saving a workbook to a file or stream.
Dependencies
jquery-1.4.4.js
infragistics.util.js
infragistics.ext_collections.js
infragistics.ext_collectionsExtended.js
infragistics.ext_io.js
infragistics.ext_text.js
infragistics.ext_core.js
infragistics.documents.core_core.js
infragistics.ext_ui.js
The current widget has no options.
The current widget has no events.
-
ig.excel.WorkbookSaveOptions
Constructor- new $.ig.excel.WorkbookSaveOptions( );
Creates a new WorkbookSaveOptions instance.
-
type
- .type( );
Gets the format in which to save the workbook: "base64", "string", "uint8array", "arraybuffer", "blob"
-
type
- .type( value:string );
Sets the format in which to save the workbook: "base64", "string", "uint8array", "arraybuffer", "blob"
- value
- Type:string