Language:
Arabic (العربية)
Chinese Simplified (中文(简体)
Chinese Traditional (中文(繁體)
Dutch (Nederlands)
English
French (français)
German (Deutsch)
Italian (italiano)
Japanese (日本語)
Korean (한국어)
Portuguese (Português)
Russian (русский)
Spanish (español)
Sign In
Sign Up
Products
Purchase
Downloads
Demos
Forums
Blogs
Documentation
Corporate
Product Suites
Aspose.Total for .NET and Java
Aspose.Total for Reporting Services
File Format Components
Aspose.Words for .NET and Java
Aspose.Cells for .NET and Java
Aspose.Pdf for .NET and Java
Aspose.Slides for .NET and Java
Aspose.Pdf.Kit for .NET and Java
Aspose.Network for .NET
Aspose.Tasks for .NET
Aspose.Form for .NET
Aspose.Metafiles for Java
Aspose.Flash for .NET
Aspose.Recognition for .NET
SSRS Rendering Extensions
Aspose.Words for Reporting Services
Aspose.Slides for Reporting Services
Aspose.Cells for Reporting Services
Aspose.Pdf for Reporting Services
Aspose.BarCode for Reporting Services
JasperReports Exporters
Aspose.Slides for JasperReports
Visual Components
Aspose.BarCode for .NET and Java
Aspose.Grid for .NET
Product Information
Aspose.Grid.Desktop Programmer's Guide
Aspose.Grid.Web Programmer's Guide
Technical Articles
Knowledge Base
Aspose.Grid for .NET API Reference
Aspose.Grid.Desktop Namespace
Aspose.Grid.Web Namespace
Aspose.Grid.Web.Data Namespace
CellAttachObject Class
CellImage Class
CustomFunctionErrorType Enumeration
CustomFunctionException Class
CustomFunctionHandler Delegate
FreezePaneInfo Class
Hyperlink Class
HyperlinkActionType Enumeration
Hyperlinks Class
InitializeNewBindRowHandler Delegate
NumberType Enumeration
OnErrorActionQuery Class
OnErrorActionType Enumeration
PivotCache Class
PivotCaches Class
PivotField Class
PivotFieldFunction Enumeration
PivotFieldOrientation Enumeration
PivotFields Class
PivotFieldSort Enumeration
PivotItem Class
PivotItems Class
PivotNumberType Class
PivotSourceType Enumeration
PivotTable Class
PivotTables Class
RowFilterSettings Class
SortOrder Enumeration
SortOrientation Enumeration
SubtotalFunction Enumeration
WebCell Class
WebCellArea Class
WebCellErrorType Enumeration
WebCellException Class
WebCells Class
WebComment Class
WebComments Class
WebWorksheet Class
WebWorksheets Class
WebWorksheets Members
WebWorksheets Constructor
Properties
Methods
Aspose.Grid.Web.Design Namespace
Aspose.Chart for .NET
Aspose.Editor for .NET
Aspose.AdHoc for .NET
Utility Components
Aspose.Workflow for .NET
Aspose.Spell for .NET
Aspose.ASPXpand for .NET
Aspose
>
Documentation
>
Visual Components
>
Aspose.Grid for .NET
>
Aspose.Grid for .NET API Reference
>
Aspose.Grid.Web.Data Namespace
>
WebWorksheets Class
>
WebWorksheets Members
WebWorksheets overview
Public Instance Properties
ActiveSheet
Gets the active sheet object.
ActiveSheetIndex
Specifies the index of the active sheet which should be displayed in the GridWeb control.
Count
Gets the sheets count.
DefaultFontName
Gets or sets the websheet's default font name.
DefaultFontSize
Gets or sets the websheet's default font size.
IsFixedSize
Gets a value indicating whether the collection has a fixed size.
IsReadOnly
Gets a value indicating whether the IList is read-only.
IsSynchronized
Gets a value indicating if access to the ICollection is synchronized (thread-safe).
Item
Gets a worksheet object from the collection by a integer index or a sheet name string. The index could be a integer or a string.
PivotCaches
Gets the PivotCache collection object
PivotTables
Gets the pivotTable collection object.
SyncRoot
Gets an object that can be used to synchronize access to the ICollection.
Public Instance Methods
Add
Overloaded. Adds a new
WebWorksheet
.
AddCopy
Overloaded. Adds a worksheet to the collection and copys data from an existed worksheet.
Clear
Clears all sheets.
ClearCustomFunctionHandlers
Clear all the custom functions.
Contains
Indicates whether the collection contains the sheet.
CopyTo
Copys contents to an array.
Equals
(inherited from
Object
)
Determines whether the specified
Object
is equal to the current
Object
.
GetEnumerator
Gets a enumerator.
GetHashCode
(inherited from
Object
)
Serves as a hash function for a particular type.
GetHashCode
is suitable for use in hashing algorithms and data structures like a hash table.
GetType
(inherited from
Object
)
Gets the
Type
of the current instance.
ImportDataView
Overloaded. Imports from a DataView. Creates a sheet with the DataView's table name automatically.
ImportExcelFile
Overloaded. Imports from an excel file.
IndexOf
Gets the index of the sheet.
Insert
Inserts a sheet to the index.
LoadCSVFile
Overloaded. Loads data from a CSV file.
LoadSpreadSheetMLFile
Overloaded. Loads data from a SpreadSheetML file.
RegisterCustomFunctionHandler
Register a custom function handler used in the formulas.
Remove
Removes a sheet.
RemoveAt
Overloaded. Removes the element at a specified name.
RunAllFormulas
Runs all the cells's formula.
SaveCSVFile
Overloaded. Saves data to a CSV file.
SaveDataToExcelFile
Saves data only to a excel file with a predefined excel template file, without saving styles.
SaveSpreadSheetMLFile
Overloaded. Saves data to a SpreadSheetML file.
SaveToExcelFile
Overloaded. Saves the worksheets to a excel file.
ToString
(inherited from
Object
)
Returns a
String
that represents the current
Object
.
UnregisterCustomFunctionHandler
Unregister a custom function.
Protected Instance Constructors
WebWorksheets Constructor
Internal used only.
Protected Instance Methods
Finalize
(inherited from
Object
)
Allows an
Object
to attempt to free resources and perform other cleanup operations before the
Object
is reclaimed by garbage collection.
MemberwiseClone
(inherited from
Object
)
Creates a shallow copy of the current
Object
.
See Also
WebWorksheets Class
|
Aspose.Grid.Web.Data Namespace