Clear | Clear all cells in the collection. |
ClearContents | Clears contents of a range. |
CopyTo | Copies the cells to an array. |
DeleteColumn | Deletes a column. |
DeleteRow | Deletes a row. |
DeleteRows | Deletes a number of rows. This method is much faster than DeleteRow when doing a batch row deleting. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
Export | Overloaded. Exports data in the Cells collection of a WebWorksheet to a new DataTable object |
GetColumnCaption | Gets the column caption. If the caption is not set, returns empty string. |
GetColumnReadonly | Gets if a column is readonly. |
GetColumnWidth | Gets the width of the specified column |
GetEnumerator | Internal use only. |
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. |
GetRowCaption | Gets the row caption. If the caption is not set, returns empty string. |
GetRowHeight | Gets the height of a specified row. |
GetRowOutlineLevel | Gets the outline level of the row. |
GetRowReadonly | Gets if a row is readonly. |
GetType (inherited from Object) | Gets the Type of the current instance. |
InsertColumn | Inserts a new column into the worksheet. |
InsertRow | Inserts a new row into the worksheet. |
InsertRows | Inserts a number of rows into the worksheet. This method is much faster than InsertRow when doing a batch row insertion. |
Merge | Merges a specified range of cells into a single cell. |
SetBorders | Sets borders for a cells range. |
SetColumnCaption | Sets the caption for the column. |
SetColumnReadonly | Sets a column to readonly so user can't delete it from client side. |
SetColumnWidth | Sets the width of the specified column. |
SetRowCaption | Sets the caption for the row. |
SetRowHeight | Sets the height of the specified row. |
SetRowOutlineLevel | Sets the outline level of the row. |
SetRowReadonly | Sets a row to readonly so user can't delete it from client side. |
Sort | Overloaded. Sorts the datas ascend top to bottom in a range of a WebWorksheet by specified column index. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Unmerge | Unmerges a specified range of cells. |