You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
DS7/packages/Aspose.Cells.19.7.0/lib/net20/Aspose.Cells.GridWeb.xml

9900 lines
416 KiB
XML

<?xml version="1.0"?>
<doc>
<assembly>
<name>Aspose.Cells.GridWeb</name>
</assembly>
<members>
<member name="T:Aspose.Cells.GridWeb.Data.CellAttachObject">
<remarks>
NOTE: This class is now obsolete.
This class will be removed after 6 months since Aug. 2014.
Aspose apologizes for any inconvenience you may have experienced.</remarks>
<summary>
Represents an cell's attachment object like Comment, Hyperlink, etc.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.CellAttachObject.Cell">
<summary>
Gets the relative cell of the object.
</summary>
</member>
<member name="T:Aspose.Cells.GridWeb.Data.HyperlinkActionType">
<summary>
Hyperlink has two action type: UrlLink and CellCommand.
UrlLink type hyperlink is an anchor in a cell, click it will navigate to another page or open a new browser window.
CellCommand type hyperlink is an command button in a cell, click it will generate a server side event.
</summary>
<remarks>
NOTE: This class is now obsolete.
please use GridHyperlink Instead.
This class will be removed after 6 months since Aug. 2014.
Aspose apologizes for any inconvenience you may have experienced.</remarks>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.HyperlinkActionType.UrlLink">
<summary>
Url link. An anchor in a cell.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.HyperlinkActionType.CellCommand">
<summary>
Cell command button.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.HyperlinkActionType.SimpleImage">
<summary>
just simple image
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.Hyperlink.Url">
<summary>
Gets or sets the URL string.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.Hyperlink.Text">
<summary>
Gets or sets the displayed text of the hyperlink.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.Hyperlink.ToolTip">
<summary>
Gets or sets the tooltip of the hyperlink.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.Hyperlink.ImageUrl">
<summary>
Gets or sets the hyperlink's image url. If sets to null or empty string, the hyperlink will only display it's text.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.Hyperlink.CellCommand">
<summary>
Gets or sets the Cell Command name.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.Hyperlink.ActionType">
<summary>
Gets or sets the hyperlink's action type.
It may be ActionTpye.UrlLink or ActionType.CellCommand.
The UrlLink Type means that the hyperlink is a link to a web page or a mail receipt. For example: "http://www.aspose.com" or "mailto:admin@aspose.com".
The CellCommand Type means that the hyperlink will fire a CellCommand event, and you may handle this event.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.Hyperlink.DiscardInput">
<summary>
Indicates whether to discard user input at client browser when user click this CellCommand hyperlink. Could be used as an "undo" action.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.Hyperlink.Area">
<summary>
Gets the range of hyperlink.
</summary>
</member>
<member name="T:Aspose.Cells.GridWeb.Data.Hyperlinks">
<remarks>
NOTE: This class is now obsolete.
please use GridHyperlinkCollection Instead.
This class will be removed after 6 months since Aug. 2014.
Aspose apologizes for any inconvenience you may have experienced.</remarks>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.Hyperlinks.GetHyperlink(Aspose.Cells.GridWeb.Data.WebCell)">
<summary>
Gets the cell's Hyperlink object. If there is no Hyperlink of the cell, returns null.
</summary>
<param name="cell">The cell object.</param>
<returns>
</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.Hyperlinks.Clear">
<summary>
Clears all hyperlinks.
</summary>
</member>
<member name="T:Aspose.Cells.GridWeb.Data.RowFilterSettings">
<remarks>
NOTE: This class is now obsolete.
This class will be removed after 6 months since Aug. 2014.
you can use GridWorksheet AddAutoFilter/FilterString for autofilter /custom filter settings
Aspose apologizes for any inconvenience you may have experienced.</remarks>
<summary>
Summary description for RowFilter.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.RowFilterSettings.CustomFilter(System.Int32,Aspose.Cells.GridWeb.Data.ICustomFilter)">
<summary>
Specifies a custom filter.
</summary>
<param name="headerRow">Header row index.</param>
<param name="customFilter">An instance of ICustomFilter.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.RowFilterSettings.BuildAutoFilterCriteria">
<summary>
Builds criteria string from auto filter settings.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.RowFilterSettings.FilterRows">
<summary>
Filters rows using criteria string.
</summary>
<returns>Filtered indexes list of rows.</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.RowFilterSettings.ClearFilter">
<summary>
Clears all filter settings and display all rows.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.RowFilterSettings.EnableAutoFilter">
<summary>
Enables auto filtering. The HeaderRow will display dropdown buttons to let user select the column's value to be filtered.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.RowFilterSettings.StartColumn">
<summary>
The start row number of the filter range.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.RowFilterSettings.EndColumn">
<summary>
The end row number of the filter range. If this value is set to -1, the last row number of the sheet is used.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.RowFilterSettings.HeaderRow">
<summary>
The header row number which will display filter dropdown buttons.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.RowFilterSettings.Criteria">
<summary>
The filter criteria string.
</summary>
<remarks>
The filter criteria string.
below are the criteria string examples:
CELL0 = 12.3
CELL1 = "ABC"
AND(CELL0 = 123, CELL1 = "ABC")
OR(CELL0 = 123, CELL1 = "ABC")
CELL0 = B1 + 4
</remarks>
</member>
<member name="T:Aspose.Cells.GridWeb.Data.ICustomFilter">
<summary>
Summary description for ICustomFilter.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.ICustomFilter.GetFilterValueList(Aspose.Cells.GridWeb.Data.WebWorksheet,System.Int32)">
<summary>
Provides a value list to the specified column for filtering.
</summary>
<param name="sheet">WebWorksheet object.</param>
<param name="columnIndex">Column index.</param>
<returns>
</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.ICustomFilter.FilterRows(Aspose.Cells.GridWeb.Data.WebWorksheet,System.Int32,System.Int32)">
<summary>
Filters data by specified column and filter index.
</summary>
<param name="sheet">WebWorksheet object.</param>
<param name="columnIndex">Column index.</param>
<param name="filterIndex">Filter index.</param>
</member>
<member name="T:Aspose.Cells.GridWeb.SessionMode">
<summary>
Represents the session mode of the grid.
</summary>
this is for .net use only
</member>
<member name="F:Aspose.Cells.GridWeb.SessionMode.Session">
<summary>
Uses the system session to store/recover the grid's sheet data automatically.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.SessionMode.ViewState">
<summary>
Uses the page's viewstate to store/recover the grid's sheet data automatically.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.SessionMode.Custom">
<summary>
Uses the LoadCustomData event to load the grid's sheet data manually. And uses the
SheetDataUpdated event to save the grid's sheet data.
</summary>
</member>
<member name="T:Aspose.Cells.GridWeb.Data.SortOrientation">
<summary>
Represents sorting orientation
</summary>
<remarks>
SortOrientation.SortTopToBottom represents sorting datas from top to bottom and exchanging data row by row.
SortOrientation.SortLeftToRight represents sorting datas from left to right and exchanging data column by column.
</remarks>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.SortOrientation.SortTopToBottom">
<summary>
Represents sorting datas from top to bottom and exchanging data row by row.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.SortOrientation.SortLeftToRight">
<summary>
Represents sorting datas from left to right and exchanging data column by column.
</summary>
</member>
<member name="T:Aspose.Cells.GridWeb.Data.SortOrder">
<summary>
Represents what order the data sort by.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.SortOrder.Ascending">
<summary>
Sorts by ascending
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.SortOrder.Descending">
<summary>
Sorts by descending
</summary>
</member>
<member name="T:Aspose.Cells.GridWeb.Data.WebCell">
<remarks>
NOTE: This class is now obsolete.
please use GridCell Instead.
This class will be removed after 6 months since Aug. 2014.
Aspose apologizes for any inconvenience you may have experienced.</remarks>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebCell.PutValueAndSetFormatByValue(System.String)">
<summary>
Sets the cell's value with a string value and set cell format by this value.
</summary>
<param name="stringValue">Input value.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebCell.CreateValidation(Aspose.Cells.GridWeb.ValidationType,System.Boolean)">
<summary>
Creates a validation object for a cell.
</summary>
<param name="validationType">Validation type.</param>
<param name="isRequried">Whether the cell value is required.</param>
<returns>
</returns>
<example>
<code>
[C#]
Validation v = cell1.CreateValidation(ValidationType.CustomExpression, true);
// Sets to number validation expression.
v.RegEx = "\\d+";
[Visual Basic]
Dim v As Validation = cell1.CreateValidation(ValidationType.CustomExpression,True)
' Sets to number validation expression.
v.RegEx = "\\d+"
</code>
</example>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebCell.PutValue(System.DateTime)">
<summary>
Puts a DateTime value into the cell.
</summary>
<param name="param_date">Input value</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebCell.PutValue(System.String)">
<summary>
Puts a String value into the cell.
</summary>
<param name="param_string">Input value</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebCell.PutValue(System.Object)">
<summary>
Puts an object value into the cell.same as setValue(Object param_object)
</summary>
<param name="objectValue">input value</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebCell.PutValue(System.Int32)">
<summary>
Puts a int value into the cell.
</summary>
<param name="param_int">Input value</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebCell.PutValue(System.String,System.Boolean,System.Boolean)">
<summary>
Puts a value into the cell, if appropriate the value will be converted to other data type and cell's number format will be reset.
</summary>
<param name="stringValue">Input value</param>
<param name="isConverted">True: converted to other data type if appropriate.</param>
<param name="setStyle">True: set the number format to cell's style when converting to other data type</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebCell.PutValue(System.String,System.Boolean)">
<summary>
Puts a string value into the cell and converts the value to other data type if appropriate.
</summary>
<param name="stringValue">Input value</param>
<param name="isConverted">True: converted to other data type if appropriate.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebCell.PutValue(System.Boolean)">
<summary>
Puts a boolean value into the cell.
</summary>
<param name="param_boolean">Input value</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebCell.PutValue(System.Double)">
<summary>
Puts a double value into the cell.
</summary>
<param name="param_double">Input value</param>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.WebCell.Column">
<summary>
Gets the column number of the cell.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.WebCell.Row">
<summary>
Gets the row number of the cell.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.WebCell.IsReadonly">
<summary>
Gets or sets whether the cell is readonly.this is an extended attribute of GridWeb ,it will not keep in actual excel file
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.WebCell.Formula">
<summary>
Gets or sets the formula string of the cell.
Returns null when the cell doesn't contain a formula.
</summary>
<example>
<code>
[C#]
cell.Formula = "=SUM(A1:C3) + E6*2";
[Visual Basic]
cell.Formula = "=SUM(A1:C3) + E6*2"
</code>
</example>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.WebCell.UnformattedStringValue">
<summary>
Gets the unformatted string value.
</summary>
</member>
<member name="T:Aspose.Cells.GridWeb.Data.WebCellArea">
<remarks>
NOTE: This class is now obsolete.
please use GridCellArea Instead.
This class will be removed after 6 months since Aug. 2014.
Aspose apologizes for any inconvenience you may have experienced.</remarks>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.WebCellArea.StartRow">
<summary>
Gets or sets the start row of this area.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.WebCellArea.EndRow">
<summary>
Gets or sets the end row of this area.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.WebCellArea.StartColumn">
<summary>
Gets or sets the start column of this area.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.WebCellArea.EndColumn">
<summary>
Gets or sets the end column of this area.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebCellArea.Equals(System.Object)">
<summary>
Test if the object equals to another WebCellArea object.
</summary>
<param name="obj">
</param>
<returns>
</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebCellArea.GetHashCode">
<summary>
Get the hashcode.
</summary>
<returns>
</returns>
</member>
<member name="T:Aspose.Cells.GridWeb.Data.WebCells">
<remarks>
NOTE: This class is now obsolete.
please use GridCells Instead.
This class will be removed after 6 months since Aug. 2014.
Aspose apologizes for any inconvenience you may have experienced.</remarks>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebCells.GetEnumerator">
<summary>
Gets the cells enumerator
</summary>
<returns>The cells enumertor</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebCells.ClearContents(System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
Clears contents of a range.
</summary>
<param name="startRow">Start row index.</param>
<param name="startColumn">Start column index.</param>
<param name="endRow">End row index.</param>
<param name="endColumn">End column index.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebCells.GetColumnCaption(System.Int32)">
<summary>
Gets the column caption. If the caption is not set, returns empty string.
</summary>
<param name="column">Column index.</param>
<returns>The column caption. If the caption is not set, returns empty string.</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebCells.SetColumnCaption(System.Int32,System.String)">
<summary>
Sets the caption for the column.please note this is an extension attribute and can not keep in excel file
</summary>
<param name="column">Column index.</param>
<param name="caption">The column caption. Pass null or empty string if you want cancel the caption.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebCells.GetRowCaption(System.Int32)">
<summary>
Gets the row caption. If the caption is not set, returns empty string.
</summary>
<param name="row">Row index.</param>
<returns>The row caption. If the caption is not set, returns empty string.</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebCells.SetRowCaption(System.Int32,System.String)">
<summary>
Sets the caption for the row.
</summary>
<param name="row">Row index.</param>
<param name="caption">The row caption. Pass null or empty string if you want cancel the caption.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebCells.SetColumnWidth(System.Int32,System.Web.UI.WebControls.Unit)">
<summary>
Sets the width of the specified column.the accepted width type is Point,Pixel or Inch
</summary>
<param name="column">Column index.</param>
<param name="width">Width of Column .</param>
<remarks>To hide a column, sets column width to zero.</remarks>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebCells.GetColumnWidth(System.Int32)">
<summary>
Gets the width of the specified column
</summary>
<param name="column">Column index</param>
<returns>Width of column</returns>
<remarks>
Only support UnitType.Pixel unit type.
</remarks>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebCells.GetRowHeight(System.Int32)">
<summary>
Gets the height of a specified row.
</summary>
<param name="row">Row index</param>
<returns>Height of row</returns>
<remarks>
Only support UnitType.Pixel unit type.
</remarks>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebCells.SetRowHeight(System.Int32,System.Web.UI.WebControls.Unit)">
<summary>
Sets the height of the specified row.the accepted width type is Point,Pixel or Inch
</summary>
<param name="row">Row index.</param>
<param name="height">Height of row.In unit of point It should be between 0 and 409.5.</param>
<remarks>To hide a row, sets row height to zero.</remarks>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebCells.InsertColumn(System.Int32)">
<summary>
Inserts a new column into the worksheet.
</summary>
<param name="columnIndex">Column index.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebCells.DeleteColumn(System.Int32)">
<summary>
Deletes a column.
</summary>
<param name="columnIndex">Column index.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebCells.InsertRow(System.Int32)">
<summary>
Inserts a new row into the worksheet.
</summary>
<param name="rowIndex">Row index.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebCells.InsertRows(System.Int32,System.Int32)">
<summary>
Inserts multiple rows into the worksheet.
</summary>
<param name="rowIndex">Row index.</param>
<param name="totalRows">Number of rows to be inserted.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebCells.DeleteRow(System.Int32)">
<summary>
Deletes a row.
</summary>
<param name="rowIndex">Row index.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebCells.DeleteRows(System.Int32,System.Int32)">
<summary>
Deletes a number of rows. This method is much faster than DeleteRow when doing a batch row deleting.
</summary>
<param name="rowIndex">
</param>
<param name="rows">
</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebCells.UnMerge(System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
Unmerges a specified range of merged cells.
</summary>
<param name="firstRow">First row of this range(zero based)</param>
<param name="firstColumn">First column of this range(zero based)</param>
<param name="totalRows">Number of rows(one based)</param>
<param name="totalColumns">Number of columns(one based)</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebCells.SetStyle(System.Int32,System.Int32,System.Int32,System.Int32,Aspose.Cells.GridWeb.TableItemStyle)">
<summary>
Sets the style to a specified range of cells.
</summary>
<param name="firstRow">First row of this range(zero based)</param>
<param name="firstColumn">First column of this range(zero based)</param>
<param name="rowNumber">Number of rows(one based)</param>
<param name="columnNumber">Number of columns(one based)</param>
<param name="style">The style object to be set</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebCells.SetStyle(System.String,Aspose.Cells.GridWeb.TableItemStyle)">
<summary>
Sets the style to a specified range of cells.
</summary>
<param name="cellRange">The range of cells' names, like "A1:D6"</param>
<param name="style">The style object to be set</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebCells.GetRowHiddenStatus(System.Int32)">
<summary>
Get hidden status of a specified row.
</summary>
<param name="row">Row index.</param>
<returns>Hidden status of row.</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebCells.SetRowHiddenStatus(System.Int32,System.Boolean)">
<summary>
Set hidden status of a specified row.
</summary>
<param name="row">Row index.</param>
<param name="isHidden">Hidden status of row.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebCells.Sort(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
Sorts the datas ascend top to bottom in a range of a WebWorksheet by specified column index.
</summary>
<param name="startRow">The row number of the first cell to sort.</param>
<param name="startColumn">The column number of the first cell to sort.</param>
<param name="rows">Number of rows to be imported.</param>
<param name="columns">Number of columns to be imported.</param>
<param name="index">The column index that specifis the sort column.
</param>
<example>
<code>
[C#]
GridWeb1.WebWorksheets[0].Cells.Sort(1,0,25,6,3);
[VB]
GridWeb1.WebWorksheets(0).Cells.Sort(1,0,25,6,3)
</code>
</example>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebCells.Sort(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,Aspose.Cells.GridWeb.Data.SortOrder,Aspose.Cells.GridWeb.Data.SortOrientation,System.Boolean)">
<summary>
Sorts the datas ascend top to bottom in a range of a WebWorksheet by specified column index.
</summary>
<param name="startRow">The row number of the first cell to sort.</param>
<param name="startColumn">The column number of the first cell to sort.</param>
<param name="rows">Number of rows to be imported.</param>
<param name="columns">Number of columns to be imported.</param>
<param name="index">
The column(or row) index that specifis the sort column(or row).
If sort orientation is top to bottom, the index represents column index.
If sort orientation is left to right, the index represents row index.
</param>
<param name="order">The sort order:Ascending or Descending
</param>
<param name="orientation">The sort orientation: top to bottom or left to right.</param>
<param name="isCaseSensitive">Indicates whether the sort data is case sensitive if the data is string.</param>
<example>
<code>
[C#]
GridWeb1.WebWorksheets[0].Cells.Sort(0,1,4,14,3,SortOrder.Ascending,SortOrientation.SortLeftToRight,true)
[VB]
GridWeb1.WebWorksheets(0).Cells.Sort(0,1,4,14,3,SortOrder.Ascending,SortOrientation.SortLeftToRight,True)
</code>
</example>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebCells.Sort(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32[])">
<summary>
Sorts the datas ascend top to bottom in a range of a WebWorksheet by some field that are specifed by column indexes array.
</summary>
<param name="startRow">The row number of the first cell to sort.</param>
<param name="startColumn">The column number of the first cell to sort.</param>
<param name="rows">Number of rows to be imported.</param>
<param name="columns">Number of columns to be imported.</param>
<param name="indexes">The column indexes array that specifies the data sorted by.
</param>
<example>
<code>
[C#]
int[] indexes = new int[3];
indexes[0] = 0;
indexes[1] = 2;
indexes[2] = 3;
GridWeb1.WebWorksheets[0].Cells.Sort(1,0,25,6,indexes);
[VB]
Dim indexes() As Integer = New Integer(3) {}
indexes(0) = 0
indexes(1) = 2
indexes(2) = 3
GridWeb1.WebWorksheets(0).Cells.Sort(1,0,25,6,indexes)
</code>
</example>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebCells.Sort(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32[],Aspose.Cells.GridWeb.Data.SortOrder[],Aspose.Cells.GridWeb.Data.SortOrientation,System.Boolean)">
<summary>
Sorts the datas ascend in a range of a WebWorksheet by some field that are specifed by indexes array.
</summary>
<remarks>
If you use this method to sort a block of data, please be sure that length of the parameter indexes equals length of the parameter orders.
</remarks>
<param name="startRow">The row number of the first cell to sort.</param>
<param name="startColumn">The column number of the first cell to sort.</param>
<param name="rows">Number of rows to be imported.</param>
<param name="columns">Number of columns to be imported.</param>
<param name="indexes">
The column(or row) index that specifis the sort column(or row).
If sort orientation is top to bottom, the index represents column index.
If sort orientation is left to right, the index represents row index.
</param>
<param name="orders">The sort order:Ascending or Descending
</param>
<param name="orientation">The sort orientation: top to bottom or left to right.</param>
<param name="isCaseSensitive">Indicates whether the sorting is case sensitive.</param>
<example>
<code>
</code>
[C#]
int[] indexes = new int[3];
indexes[0] = 0;
indexes[1] = 1;
indexes[2] = 3;
SortOrder[] orders = new SortOrder[3];
orders[0] = SortOrder.Ascending;
orders[1] = SortOrder.Descending;
orders[2] = SortOrder.Descending;
GridWeb1.WebWorksheets[0].Cells.Sort(0,1,4,14,indexes,orders,SortOrientation.SortLeftToRight,false);
[VB]
Dim indexes() As Integer = New Integer(3) {}
indexes(0) = 0
indexes(1) = 1
indexes(2) = 3
Dim orders() As SortOrder = New SortOrder(3) {}
orders(0) = SortOrder.Ascending
orders(1) = SortOrder.Descending
orders(2) = SortOrder.Descending
GridWeb1.WebWorksheets(0).Cells.Sort(0,1,4,14,indexes,orders,SortOrientation.SortLeftToRight,False)
</example>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebCells.SetBorders(System.Int32,System.Int32,System.Int32,System.Int32,Aspose.Cells.GridWeb.SetBorderPosition,Aspose.Cells.GridWeb.WebBorderStyle)">
<summary>
Sets borders for a cells range.
</summary>
<param name="firstRow">The first row number of the range(zero based).</param>
<param name="firstColumn">The first column number of the range(zero based).</param>
<param name="rowNumber">The rows number.</param>
<param name="columnNumber">The columns number.</param>
<param name="position">The border position.</param>
<param name="borderStyle">The border style.</param>
<example>
<code>
[C#]
GridWeb1.WebWorksheets[0].Cells.SetBorders(0, 0, 5, 8, SetBorderPosition.Outline, borderStyle1);
[VB]
GridWeb1.WebWorksheets(0).Cells.SetBorders(0, 0, 5, 8, SetBorderPosition.Outline, borderStyle1)
</code>
</example>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebCells.SetRowReadonly(System.Int32,System.Boolean)">
<summary>
Sets a row to readonly so user can't delete it from client side.
this is extended method of GridWeb specifically,it will not keep and take affect in actual excel file
</summary>
<param name="rowIndex">row index.</param>
<param name="isReadonly">true or false.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebCells.SetColumnReadonly(System.Int32,System.Boolean)">
<summary>
Sets a column to readonly so user can't delete it from client side.
this is extended method of GridWeb specifically,it will not keep and take affect in actual excel file
</summary>
<param name="columnIndex">column index.</param>
<param name="isReadonly">true or false.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebCells.GetRowReadonly(System.Int32)">
<summary>
Gets if a row is readonly.
this is extended method of GridWeb specifically,it will not keep and take affect in actual excel file
</summary>
<param name="rowIndex">row index.</param>
<returns>If readonly returns true.</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebCells.GetColumnReadonly(System.Int32)">
<summary>
Gets if a column is readonly.
this is extended method of GridWeb specifically,it will not keep and take affect in actual excel file
</summary>
<param name="columnIndex">column index.</param>
<returns>If readonly returns true.</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebCells.GetRowOutlineLevel(System.Int32)">
<summary>
Gets the outline level of the row.
</summary>
<param name="rowIndex">row index.</param>
<returns>the outline level.</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebCells.SetRowOutlineLevel(System.Int32,System.Int32)">
<summary>
Sets the outline level of the row.
</summary>
<param name="rowIndex">row index.</param>
<param name="outlineLevel">outline level.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebCells.SetRowOutlineLevelAndStatus(System.Int32,System.Int32,System.Boolean)">
<summary>
Sets the outline level of the row.
</summary>
<param name="rowIndex">row index.</param>
<param name="outlineLevel">outline level.</param>
<param name="isHidden">isHidden.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebCells.ColumnNameToIndex(System.String)">
<summary>
Gets column index according to column name.
</summary>
<param name="columnName">Column name.</param>
<returns>Column index.</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebCells.ColumnIndexToName(System.Int32)">
<summary>
Gets column name according to column index.
</summary>
<param name="column">Column index.</param>
<returns>Name of column.</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebCells.CellIndexToName(System.Int32,System.Int32)">
<summary>
Gets cell name according to its row and column indexes.
</summary>
<param name="row">Row index.</param>
<param name="column">Column index.</param>
<returns>Name of cell.</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebCells.CellNameToIndex(System.String,System.Int32@,System.Int32@)">
<summary>
Gets the cell row and column indexes according to its name
</summary>
<param name="cellName">Name of cell.</param>
<param name="row">Output row index</param>
<param name="column">Output column index</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebCells.ExportArray(System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
Exports data in the <see cref="T:Aspose.Cells.Cells" /> collection to a two-dimension array object.
</summary>
<param name="firstRow">The row number of the first cell to export out.</param>
<param name="firstColumn">The column number of the first cell to export out.</param>
<param name="totalRows">Number of rows to be exported</param>
<param name="totalColumns">Number of columns to be exported</param>
<returns>Exported cell value array object.</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebCells.Export(System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,System.Boolean)">
<summary>
Exports data in the Cells collection of a WebWorksheet to a new DataTable object
</summary>
<param name="startRow">The row number of the first cell to export out.</param>
<param name="startColumn">The column number of the first cell to export out.</param>
<param name="rows">Number of rows to be imported.</param>
<param name="columns">Number of columns to be imported.</param>
<param name="exportColumnName">Indicates whether the data in the first row are exported as the column name of the DataTable</param>
<param name="isVertical">True if a row in Excel file represents a row in DataTable.
False if a column in Excel file represents a row in DataTable.</param>
<returns>Exported DataTable object.</returns>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.WebCells.Item(System.Int32)">
<summary>
Gets <see cref="T:Aspose.Cells.Cell" /> item within the worksheet
</summary>
<param name="cellIndex">The zero based index of the element.</param>
<value>The element at the specified index.</value>
<remarks>
This is the indexer for the Cells class.
Gets the cell element at the specified index.
</remarks>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.WebCells.Item(System.Int32,System.Int32)">
<summary>
Gets the <see cref="T:Aspose.Cells.Cell" /> element at the specified cell row index and column index.
</summary>
<param name="row">Row index.</param>
<param name="column">Column index.</param>
<returns>The <see cref="T:Aspose.Cells.Cell" /> object.</returns>
<example>
<code>
[C#]
Cells cells = excel.Worksheets[0].Cells;
Cell cell = cells[0, 0]; //Gets the cell at "A1"
[Visual Basic]
Dim cells As Cells = excel.WorkSheets(0).Cells
Dim cell As Cell = cells(0,0) 'Gets the cell at "A1"
</code>
</example>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.WebCells.Item(System.String)">
<summary>
Gets the <see cref="T:Aspose.Cells.Cell" /> element at the specified cell name.
</summary>
<param name="cellName">Cell name,including its column letter and row number, for example A5.</param>
<returns>A <see cref="T:Aspose.Cells.Cell" /> object</returns>
<example>
<code>
[C#]
Cells cells = excel.Worksheets[0].Cells;
Cell cell = cells["A1"]; //Gets the cell at "A1"
[Visual Basic]
Dim cells As Cells = excel.Worksheets(0).Cells
Dim cell As Cell = cells("A1") 'Gets the cell at "A1"
</code>
</example>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.WebCells.MergedCells">
<summary>
Gets the collection of merged cells.
</summary>
<remarks>In this collection, each item is a <see cref="T:Aspose.Cells.GridWeb.Data.WebCellArea" /> structure which represents an area of merged cells.</remarks>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.WebCells.MinRow">
<summary>
Min row number of cell which contains data or style.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.WebCells.MinColumn">
<summary>
Min column number of cell which contains data or style.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.WebCells.StandardWidth">
<summary>
Gets or sets the default column width in the worksheet,in unit of characters.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.WebCells.StandardHeight">
<summary>
Gets or sets the default row height in this worksheet,in unit of points.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.WebCells.Count">
<summary>
Gets the number of cells.
</summary>
</member>
<member name="T:Aspose.Cells.GridWeb.Data.WebComment">
<remarks>
NOTE: This class is now obsolete.
please use GridComment Instead.
This class will be removed after 6 months since Aug. 2014.
Aspose apologizes for any inconvenience you may have experienced.</remarks>
</member>
<member name="T:Aspose.Cells.GridWeb.Data.WebComments">
<remarks>
NOTE: This class is now obsolete.
please use GridCommentCollection Instead.
This class will be removed after 6 months since Aug. 2014.
Aspose apologizes for any inconvenience you may have experienced.</remarks>
</member>
<member name="T:Aspose.Cells.GridWeb.Data.CellErrorHandler">
<summary>
Represents the interface that intend to handle cell error events.
<para>void <b>handleCellEvent</b>(Object sender, GridCellException ex, OnErrorActionQuery query);</para></summary>
<param name="sender">The source of the event.</param>
<param name="ex">The cell operation error.</param>
<param name="action">can get onerror action type information.</param>
</member>
<member name="T:Aspose.Cells.GridWeb.CellEventArgs">
<summary>
Provides data for cell events.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.CellEventArgs.Cell">
<summary>
The cell.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.CellEventArgs.Argument">
<summary>
The argument of the event.
</summary>
</member>
<member name="T:Aspose.Cells.GridWeb.Data.CellEventHandler">
<summary>
Represents the interface that intend to handle cell events.
<para>void <b>handleCellEvent</b>(Object sender, CellEventArgs e);</para></summary>
<param name="sender">The source grid of the event. </param>
<param name="e">The event argument. The e.Cell is the cell who fires the event. The e.Argument contains the argument of the event.</param>
</member>
<member name="T:Aspose.Cells.GridWeb.Data.CellEventStringHandler">
<summary>
Represents the method that intend to handle cell events.
same as CellEventHandler interface,but return string result
<para>String <b>handleCellEvent</b>(Object sender, CellEventArgs e);</para></summary>
<param name="sender">The source grid of the event. </param>
<param name="e">The event argument. The e.Cell is the cell who fires the event. The e.Argument contains the argument of the event.</param>
<returns>string value</returns>
</member>
<member name="T:Aspose.Cells.GridWeb.Data.CustomCommandEventHandler">
<summary>
Represents the interface that intend to handle Custom Command events.
<para>void <b>handleCellEvent</b>(Object sender, String command);</para></summary>
<param name="sender">The source grid of the event. </param>
<param name="command">The command string user send.</param>
</member>
<member name="T:Aspose.Cells.GridWeb.Data.GridCell">
<summary>
Represents a cell object.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCell.ToString">
<summary>
Returns a string represents the current Cell object.
</summary>
<returns>
</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCell.Copy(Aspose.Cells.GridWeb.Data.GridCell)">
<summary>
Copies data from a source cell.
</summary>
<param name="source">Source <see cref="T:Aspose.Cells.GridWeb.Data.GridCell" /> object.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCell.PutValue(System.DateTime)">
<summary>
Puts a DateTime value into the cell.
</summary>
<param name="param_date">Input value</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCell.PutValue(System.String)">
<summary>
Puts a String value into the cell.
</summary>
<param name="param_string">Input value</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCell.PutValue(System.Object)">
<summary>
Puts an object value into the cell.same as setValue(Object param_object)
</summary>
<param name="objectValue">input value</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCell.PutValue(System.Int32)">
<summary>
Puts a int value into the cell.
</summary>
<param name="param_int">Input value</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCell.PutValue(System.String,System.Boolean,System.Boolean)">
<summary>
Puts a value into the cell, if appropriate the value will be converted to other data type and cell's number format will be reset.
</summary>
<param name="stringValue">Input value</param>
<param name="isConverted">True: converted to other data type if appropriate.</param>
<param name="setStyle">True: set the number format to cell's style when converting to other data type</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCell.PutValue(System.String,System.Boolean)">
<summary>
Puts a string value into the cell and converts the value to other data type if appropriate.
</summary>
<param name="stringValue">Input value</param>
<param name="isConverted">True: converted to other data type if appropriate.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCell.PutValue(System.Boolean)">
<summary>
Puts a boolean value into the cell.
</summary>
<param name="param_boolean">Input value</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCell.PutValue(System.Double)">
<summary>
Puts a double value into the cell.
</summary>
<param name="param_double">Input value</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCell.IsFormula">
<summary>
Represents if the specified cell contains formula.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCell.SetFormula(System.String,System.Object)">
<summary>
Set the formula and the value of the formula.
</summary>
<param name="formula">The formula.</param>
<param name="value">The value of the formula.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCell.CopyStyle(Aspose.Cells.GridWeb.GridTableItemStyle)">
<summary>
copy the style and set the style for the cell
</summary>
<param name="style">The source style.</param>
<returns>Style object.</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCell.SetCustom(System.String)">
<summary>
sets the custom format, null or empty string means no custom format.
</summary>
<param name="custom">the custom string presentation</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCell.PutValueAndSetFormatByValue(System.String)">
<summary>
Sets the cell's value with a string value and set cell format by this value.
</summary>
<param name="stringValue">Input value.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCell.SetNumberType(System.Int32)">
<summary>
set the display format of numbers and dates
</summary>
<param name="numbertype">the value of ther numbertype,see GridTableItemStyle.NumberType</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCell.IsErrorValue">
<summary>
Checks if a formula can properly evaluate a result.
</summary>
<remarks>Only applies to formula cell.</remarks>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCell.ContainsExternalLink">
<summary>
Indicates wether this cell contains an external link.
Only applies when the cell is a formula cell.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCell.GetWidthOfValue">
<summary>
Gets the width of the value in unit of pixels.
</summary>
<returns>
</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCell.SetBorder(Aspose.Cells.GridWeb.WebBorderStyle)">
<summary>
Sets borders(top,bottom,left and right) for a cell,all the borders have same borderstyle.
</summary>
<param name="borderStyle">The border style.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCell.CreateValidation(Aspose.Cells.GridWeb.Data.GridValidationType,System.Boolean)">
<summary>
Creates a validation object for a cell.
</summary>
<param name="validationType">Validation type.</param>
<param name="isRequried">Whether the cell value is required.</param>
<returns>
</returns>
<example>
<code>
[C#]
Validation v = cell1.CreateValidation(GridValidationType.CustomExpression, true);
// Sets to number validation expression.
v.RegEx = "\\d+";
[Visual Basic]
Dim v As Validation = cell1.CreateValidation(GridValidationType.CustomExpression,True)
' Sets to number validation expression.
v.RegEx = "\\d+"
</code>
</example>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCell.RemoveValidation">
<summary>
Removes the validation object of the cell.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCell.CreateComment(System.String,System.String,System.Boolean)">
<summary>
Creates a comment object for a cell.
</summary>
<param name="note">comment note.</param>
<param name="author">comment author.</param>
<param name="isvisible">whether the comment is visible.</param>
<returns>GridComment object</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCell.RemoveComment">
<summary>
Removes the comment object of the cell.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCell.GetComment">
<summary>
Get comment object on this cell
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridCell.Name">
<summary>
Gets the name of the cell.
For example: A1, F102.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridCell.Value">
<summary>
Gets the value contained in this cell.
</summary>
<remarks>Possible type:
<p>null,</p><p>Boolean,</p><p>DateTime,</p><p>Double,</p><p>Integer</p><p>String.</p></remarks>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridCell.Type">
<summary>
return the cell value type ,the meaning can see GridCellValueType.java
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridCell.Formula">
<summary>
Gets or sets a formula of the <see cref="T:Aspose.Cells.Cell" />.
</summary>
<remarks>A formula string always begins with an equal sign (=).
And please always use comma(,) as parameters delimeter, such as "=SUM(A1, E1, H2)".<p></p>
User can set any formula in Workbook designer file. Aspose.Cells will keep all the formulas.
If user use this property to set a formula to a cell, major part of Workbook built-in functions
is supported. And more is coming. If you have any special need for Workbook built-in functions,
please let us know.
</remarks>
<example>
<code>
[C#]
cell.Formula = "=SUM(A1:C3) + E6*2";
[Visual Basic]
cell.Formula = "=SUM(A1:C3) + E6*2"
</code>
</example>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridCell.StringValue">
<summary>
Gets the string value contained in the cell.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridCell.Style">
<summary>
Gets the copy of cell style. set the style for the cell.
</summary>
<returns>Style object.</returns>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridCell.DateValue">
<summary>
Gets the DateTime value contained in the cell.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridCell.Row">
<summary>
Gets row number (zero based) of the cell.
</summary>
<value>Cell row number</value>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridCell.Column">
<summary>
Gets column number (zero based) of the cell.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridCell.DisplayStringValue">
<summary>
Gets the formatted string value of this cell.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridCell.IntValue">
<summary>
Gets the integer value contained in the cell.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridCell.DoubleValue">
<summary>
Gets the double value contained in the cell.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridCell.FloatValue">
<summary>
Gets the float value contained in the cell.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridCell.BoolValue">
<summary>
Gets the boolean value contained in the cell.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridCell.IsStyleSet">
<summary>
Indicates if the cell's style is set. If return false, it means this cell has a default cell format.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridCell.HtmlString">
<summary>
Gets and sets the html string which contains data and some formattings in this cell.
</summary>
</member>
<member name="T:Aspose.Cells.GridWeb.Data.GridSaveFormat">
<summary>
Enumerates supported file format types.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridSaveFormat.CSV">
<summary>
CSV
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridSaveFormat.Excel2003">
<summary>
Excel 2003, Excel97-2003 xls file.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridSaveFormat.Excel2007">
<summary>
Excel 2007 Represents an xlsx file
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridSaveFormat.XLSM">
<summary>
Excel 2007 xlsm file which enable macros
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridSaveFormat.XLTX">
<summary>
Excel Template file
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridSaveFormat.XLTM">
<summary>
Represents an Xltx file which enable macros.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridSaveFormat.TABDELIMITED">
<summary>
Represents a tab delimited text file,txt file.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridSaveFormat.HTML">
<summary>
Represents a html file.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridSaveFormat.PDF">
<summary>
Represents a pdf file.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridSaveFormat.ODS">
<summary>
Represents a ods file.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridSaveFormat.SpreadsheetML">
<summary>
SpreadsheetML,Represents an Excel 2003 xml file.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridSaveFormat.XLSB">
<summary>
Represents a XLSB file.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridSaveFormat.MHTML">
<summary>
Represents a mhtml file.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridSaveFormat.XPS">
<summary>
Represents a XPS file.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridSaveFormat.TIFF">
<summary>
Represents a TIFF file.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridSaveFormat.SVG">
<summary>
Represents a SVG file.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridSaveFormat.DIF">
<summary>
Data Interchange Format.
</summary>
</member>
<member name="T:Aspose.Cells.GridWeb.Data.GridCellErrorType">
<summary>
Used in WebCellException. Represents the cell error type.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridCellErrorType.ValidationError">
<summary>
The cell's validation failed.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridCellErrorType.DataSourceInsertError">
<summary>
When insert the sheet's binding row to datasource, an error occured.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridCellErrorType.DataSourceUpdateError">
<summary>
When update the sheet's binding row or object's field, an error occured.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridCellErrorType.DataSourceDeleteError">
<summary>
When delete the sheet's binding row to datasource, an error occured.
</summary>
</member>
<member name="T:Aspose.Cells.GridWeb.Data.GridCellException">
<summary>
Represents a cell operation error.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridCellException.Cell">
<summary>
Gets the error cell. If the Cell is null, the error is cause by an CommitNewBindRow operation, that means the DataTable rejected the new created row.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridCellException.ErrorType">
<summary>
Gets the error type.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridCellException.ErrorValue">
<summary>
Get the error value.
</summary>
</member>
<member name="T:Aspose.Cells.GridWeb.Data.GridCells">
<summary>
Encapsulates a collection of <see cref="T:Aspose.Cells.Cell" /> objects.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCells.Merge(System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
Merges a specified range of cells into a single cell.
</summary>
<param name="firstRow">First row of this range(zero based)</param>
<param name="firstColumn">First column of this range(zero based)</param>
<param name="totalRows">Number of rows(one based)</param>
<param name="totalColumns">Number of columns(one based)</param>
<remarks>
Reference the merged cell via the address of the upper-left cell in the range.
</remarks>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCells.GetCell(System.Int32,System.Int32)">
<summary>
Gets the <see cref="T:Aspose.Cells.Cell" /> element or null at the specified cell row index and column index.
</summary>
<param name="row">Row index</param>
<param name="column">Column index</param>
<returns>Return Cell object if a Cell object exists.
Return null if the cell does not exist.
</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCells.GetRow(System.Int32)">
<summary>
Gets the <see cref="T:Aspose.Cells.Row" /> element or at the specified cell row index.
</summary>
<param name="row">Row index</param>
<returns>
If the row object does exist return Row object,otherwise return null.
</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCells.GetEnumerator">
<summary>
Gets the rows enumerator
</summary>
<returns>The rows enumerator</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCells.IsRowHidden(System.Int32)">
<summary>
Checks whether a row at given index is hidden.
</summary>
<param name="rowIndex">row index</param>
<returns>true if the row is hidden</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCells.IsColumnHidden(System.Int32)">
<summary>
Checks whether a column at given index is hidden.
</summary>
<param name="columnIndex">column index</param>
<returns>true if the column is hidden.</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCells.UnMerge(System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
Unmerges a specified range of merged cells.
</summary>
<param name="firstRow">First row of this range(zero based)</param>
<param name="firstColumn">First column of this range(zero based)</param>
<param name="totalRows">Number of rows(one based)</param>
<param name="totalColumns">Number of columns(one based)</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCells.HideRow(System.Int32)">
<summary>
Hides a row.
</summary>
<param name="row">Row index.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCells.SetRowHeight(System.Int32,System.Double)">
<summary>
Sets the height of the specified row.
</summary>
<param name="row">Row index.</param>
<param name="height">Height of row.In unit of point It should be between 0 and 409.5.</param>
<remarks>To hide a row, sets row height to zero.</remarks>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCells.SetRowHeightPixel(System.Int32,System.Int32)">
<summary>
Sets row height in unit of pixels.
</summary>
<param name="row">Row index.</param>
<param name="pixels">Number of pixels.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCells.SetRowHeightInch(System.Int32,System.Double)">
<summary>
Sets row height in unit of inches.
</summary>
<param name="row">Row index.</param>
<param name="inches">Number of inches.It should be between 0 and 409.5/72.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCells.GetRowHeight(System.Int32)">
<summary>
Gets the height of a specified row.
</summary>
<param name="row">Row index</param>
<returns>Height of row</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCells.GetRowHeightPixel(System.Int32)">
<summary>
Gets the height of a specified row in unit of pixel.
</summary>
<param name="row">Row index</param>
<returns>Height of row</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCells.GetRowHeightInch(System.Int32)">
<summary>
Gets the height of a specified row in unit of inches.
</summary>
<param name="row">Row index</param>
<returns>Height of row</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCells.SetColumnWidth(System.Int32,System.Double)">
<summary>
Sets the width of the specified column.
</summary>
<param name="column">Column index.</param>
<param name="width">Width of column.Column width must be between 0 and 255.</param>
<remarks>To hide a column, sets column width to zero.</remarks>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCells.SetColumnWidthPixel(System.Int32,System.Int32)">
<summary>
Sets column width in unit of pixels.
</summary>
<param name="column">Column index.</param>
<param name="pixel">Number of pixels.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCells.SetColumnWidthInch(System.Int32,System.Double)">
<summary>
Sets column width in unit of inches.
</summary>
<param name="column">Column index.</param>
<param name="inches">Number of inches.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCells.GetViewColumnWidthPixel(System.Int32)">
<summary>
Get the width in different view type.
</summary>
<param name="column">The column index.</param>
<returns>the column width in unit of pixels</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCells.GetColumnWidth(System.Int32)">
<summary>
Gets the width of the specified column
</summary>
<param name="column">Column index</param>
<returns>Width of column</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCells.GetColumnWidthPixel(System.Int32)">
<summary>
Gets the width of the specified column, in units of pixel.
</summary>
<param name="column">Column index</param>
<returns>Width of column in normal view.</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCells.GetColumnWidthInch(System.Int32)">
<summary>
Gets the width of the specified column, in units of inches.
</summary>
<param name="column">Column index</param>
<returns>Width of column</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCells.UnhideRow(System.Int32)">
<summary>
Unhides a row.
</summary>
<param name="row">Row index.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCells.HideColumn(System.Int32)">
<summary>
Hides a column.
</summary>
<param name="column">Column index.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCells.UnhideColumn(System.Int32,System.Double)">
<summary>
Unhides a column
</summary>
<param name="column">Column index.</param>
<param name="width">Column width..Column width must be between 0 and 255</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCells.CopyColumn(Aspose.Cells.GridWeb.Data.GridCells,System.Int32,System.Int32)">
<summary>
Copies data and formattings of a whole column.
</summary>
<param name="sourceCells">Source Cells object contains data and formattings to copy.</param>
<param name="sourceColumnIndex">Source column index.</param>
<param name="destinationColumnIndex">Destination column index.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCells.CopyColumns(Aspose.Cells.GridWeb.Data.GridCells,System.Int32,System.Int32,System.Int32)">
<summary>
Copies data and formattings of a whole column.
</summary>
<param name="sourceCells">Source Cells object contains data and formattings to copy.</param>
<param name="sourceColumnIndex">Source column index.</param>
<param name="destinationColumnIndex">Destination column index.</param>
<param name="columnNumber">The copied column number.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCells.CopyRow(Aspose.Cells.GridWeb.Data.GridCells,System.Int32,System.Int32)">
<summary>
Copies data and formattings of a whole row.
</summary>
<param name="sourceCells">Source Cells object contains data and formattings to copy.</param>
<param name="sourceRowIndex">Source row index.</param>
<param name="destinationRowIndex">Destination row index.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCells.CopyRows(Aspose.Cells.GridWeb.Data.GridCells,System.Int32,System.Int32,System.Int32)">
<summary>
Copies data and formattings of some whole rows.
</summary>
<param name="sourceCells">Source Cells object contains data and formattings to copy.</param>
<param name="sourceRowIndex">Source row index.</param>
<param name="destinationRowIndex">Destination row index.</param>
<param name="rowNumber">The copied row number.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCells.UngroupColumns(System.Int32,System.Int32)">
<summary>
Ungroups columns.
</summary>
<param name="firstIndex">The first column index to be ungrouped.</param>
<param name="lastIndex">The last column index to be ungrouped.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCells.GroupColumns(System.Int32,System.Int32)">
<summary>
Groups columns.
</summary>
<param name="firstIndex">The first column index to be grouped.</param>
<param name="lastIndex">The last column index to be grouped.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCells.GroupColumns(System.Int32,System.Int32,System.Boolean)">
<summary>
Groups columns.
</summary>
<param name="firstIndex">The first column index to be grouped.</param>
<param name="lastIndex">The last column index to be grouped.</param>
<param name="isHidden">Specifies if the grouped columns are hidden.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCells.UngroupRows(System.Int32,System.Int32)">
<summary>
Ungroups rows.
</summary>
<param name="firstIndex">The first row index to be ungrouped.</param>
<param name="lastIndex">The last row index to be ungrouped.</param>
<remarks>
Only removes outter group info.
</remarks>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCells.GroupRows(System.Int32,System.Int32)">
<summary>
Groups rows.
</summary>
<param name="firstIndex">The first row index to be grouped.</param>
<param name="lastIndex">The last row index to be grouped.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCells.DeleteColumn(System.Int32)">
<summary>
Deletes a column.
</summary>
<param name="columnIndex">Column index.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCells.DeleteColumn(System.Int32,System.Boolean)">
<summary>
Deletes a column.
</summary>
<param name="columnIndex">Column index.</param>
<param name="updateReference">Indicates if update references in other worksheets.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCells.InsertColumns(System.Int32,System.Int32)">
<summary>
Inserts some columns into the worksheet.
</summary>
<param name="columnIndex">Column index.</param>
<param name="totalColumns">The number of columns.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCells.InsertColumns(System.Int32,System.Int32,System.Boolean)">
<summary>
Inserts some columns into the worksheet.
</summary>
<param name="columnIndex">Column index.</param>
<param name="totalColumns">The number of columns.</param>
<param name="updateReference">Indicates if references in other worksheets will be updated.</param>v
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCells.DeleteColumns(System.Int32,System.Int32,System.Boolean)">
<summary>
Deletes several columns.
</summary>
<param name="columnIndex">Column index.</param>
<param name="totalColumns">Number of columns to be deleted.</param>
<param name="updateReference">Indicates if update references in other worksheets.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCells.InsertColumn(System.Int32,System.Boolean)">
<summary>
Inserts a new column into the worksheet.
</summary>
<param name="columnIndex">Column index.</param>
<param name="updateReference">Indicates if references in other worksheets will be updated.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCells.InsertColumn(System.Int32)">
<summary>
Inserts a new column into the worksheet.
</summary>
<param name="columnIndex">Column index.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCells.DeleteRows(System.Int32,System.Int32)">
<summary>
Deletes several rows.
</summary>
<param name="rowIndex">The first row index to be deleted.</param>
<param name="totalRows">Number of rows to be deleted.</param>
<remarks>
If the deleted range contains the top part(not whole) of the table(ListObject),
the ranged could not be deleted and nothing will be done.It works as MS Excel.
</remarks>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCells.DeleteRows(System.Int32,System.Int32,System.Boolean)">
<summary>
Deletes multiple rows in the worksheet.
</summary>
<param name="rowIndex">Row index.</param>
<param name="totalRows">Number of rows to be deleted.</param>
<param name="updateReference">Indicates if update references in other worksheets.</param>
<returns>
</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCells.DeleteRow(System.Int32)">
<summary>
Deletes a row.
</summary>
<param name="rowIndex">Row index.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCells.InsertRows(System.Int32,System.Int32,System.Boolean)">
<summary>
Inserts multiple rows into the worksheet.
</summary>
<param name="rowIndex">Row index.</param>
<param name="totalRows">Number of rows to be inserted.</param>
<param name="updateReference">Indicates if references in other worksheets will be updated.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCells.InsertRows(System.Int32,System.Int32)">
<summary>
Inserts multiple rows into the worksheet.
</summary>
<param name="rowIndex">Row index.</param>
<param name="totalRows">Number of rows to be inserted.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCells.InsertRow(System.Int32)">
<summary>
Inserts a new row into the worksheet.
</summary>
<param name="rowIndex">Row index.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCells.DeleteBlankColumns">
<summary>
Delete all blank columns which do not contain any data.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCells.IsBlankColumn(System.Int32)">
<summary>
Checks whether given column is blank(does not contain any data).
</summary>
<param name="columnIndex">the column index</param>
<returns>true if given column does not contain any data</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCells.DeleteBlankRows">
<summary>
Delete all blank rows which do not contain any data.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCells.ClearRange(System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
Clears contents and formatting of a range.
</summary>
<param name="startRow">Start row index.</param>
<param name="startColumn">Start column index.</param>
<param name="endRow">End row index.</param>
<param name="endColumn">End column index.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCells.ClearRange(Aspose.Cells.GridWeb.Data.GridCellArea)">
<summary>
Clears contents and formatting of a range.
</summary>
<param name="range">Range to be cleared.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCells.ClearContents(System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
Clears contents of a range.
</summary>
<param name="startRow">Start row index.</param>
<param name="startColumn">Start column index.</param>
<param name="endRow">End row index.</param>
<param name="endColumn">End column index.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCells.ClearContents(Aspose.Cells.GridWeb.Data.GridCellArea)">
<summary>
Clears contents of a range.
</summary>
<param name="range">Range to be cleared.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCells.ClearFormats(System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
Clears formatting of a range.
</summary>
<param name="startRow">Start row index.</param>
<param name="startColumn">Start column index.</param>
<param name="endRow">End row index.</param>
<param name="endColumn">End column index.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCells.ClearFormats(Aspose.Cells.GridWeb.Data.GridCellArea)">
<summary>
Clears formatting of a range.
</summary>
<param name="range">Range to be cleared.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCells.SetStyle(System.Int32,System.Int32,System.Int32,System.Int32,Aspose.Cells.GridWeb.GridTableItemStyle)">
<summary>
Sets the style to a specified range of cells.
</summary>
<param name="firstRow">First row of this range(zero based)</param>
<param name="firstColumn">First column of this range(zero based)</param>
<param name="rowNumber">Number of rows(one based)</param>
<param name="columnNumber">Number of columns(one based)</param>
<param name="style">The style object to be set</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCells.SetStyle(System.String,Aspose.Cells.GridWeb.GridTableItemStyle)">
<summary>
Sets the style to a specified range of cells.
</summary>
<param name="cellRange">The range of cells' names, like "A1:D6"</param>
<param name="style">The style object to be set</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCells.RemoveFormulas">
<summary>
Removes all formula and replaces with the value of the formula.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCells.Sort(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,System.Boolean,System.Boolean)">
<summary>
Sorts the datas ascend/decend top to bottom in a range of a Worksheet by specified column index.
Sorts the datas ascend/decend left to right in a range of a Worksheet by specified row index.
</summary>
<param name="startRow">The row number of the first cell to sort.</param>
<param name="startColumn">The column number of the first cell to sort.</param>
<param name="rows">Number of rows to be imported.</param>
<param name="columns">Number of columns to be imported.</param>
<param name="index">The column index that specifis the sort column.
if the Orientation is top to bottom ,it stand for the column index that specifis the sort column.
if the Orientation is from left to right,it stand for the row index that specifis the sort row.</param>
<param name="isAsending">whether the sorting order is asending .</param>
<param name="isCaseSensitive">whether the sort is casesensitive .</param>
<param name="islefttoright">whether the sort orientation is from left to right</param>
<example>
<code>
[C#]
GridWeb1.WebWorksheets[0].Cells.Sort(1,0,25,6,3,true,true,false);
[VB]
GridWeb1.WebWorksheets(0).Cells.Sort(1,0,25,6,3,true,true,false)
</code>
</example>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCells.Clear">
<summary>
Clear all cells in the collection.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCells.GetRowOutlineLevel(System.Int32)">
<summary>
Gets the outline level of the row.
</summary>
<param name="rowIndex">row index.</param>
<returns>the outline level.</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCells.SetRowOutlineLevel(System.Int32,System.Int32)">
<summary>
Sets the outline level of the row.
</summary>
<param name="rowIndex">row index.</param>
<param name="outlineLevel">outline level.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCells.ColumnNameToIndex(System.String)">
<summary>
Gets column index according to column name.
</summary>
<param name="columnName">Column name.</param>
<returns>Column index.</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCells.ColumnIndexToName(System.Int32)">
<summary>
Gets column name according to column index.
</summary>
<param name="column">Column index.</param>
<returns>Name of column.</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCells.CellIndexToName(System.Int32,System.Int32)">
<summary>
Gets cell name according to its row and column indexes.
</summary>
<param name="row">Row index.</param>
<param name="column">Column index.</param>
<returns>Name of cell.</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCells.CellNameToIndex(System.String,System.Int32@,System.Int32@)">
<summary>
Gets the cell row and column indexes according to its name
</summary>
<param name="cellName">Name of cell.</param>
<param name="row">Output row index</param>
<param name="column">Output column index</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCells.SetBorders(System.Int32,System.Int32,System.Int32,System.Int32,Aspose.Cells.GridWeb.SetBorderPosition,Aspose.Cells.GridWeb.WebBorderStyle)">
<summary>
Sets borders for a cells range.
</summary>
<param name="firstRow">The first row number of the range(zero based).</param>
<param name="firstColumn">The first column number of the range(zero based).</param>
<param name="rowNumber">The rows number.</param>
<param name="columnNumber">The columns number.</param>
<param name="position">The border position.</param>
<param name="borderStyle">The border style.</param>
<example>
<code>
[C#]
GridWeb1.WebWorksheets[0].Cells.SetBorders(0, 0, 5, 8, SetBorderPosition.Outline, borderStyle1);
[VB]
GridWeb1.WebWorksheets(0).Cells.SetBorders(0, 0, 5, 8, SetBorderPosition.Outline, borderStyle1)
</code>
</example>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCells.ExportArray(System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
Exports data in the <see cref="T:Aspose.Cells.Cells" /> collection to a two-dimension array object.
</summary>
<param name="firstRow">The row number of the first cell to export out.</param>
<param name="firstColumn">The column number of the first cell to export out.</param>
<param name="totalRows">Number of rows to be exported</param>
<param name="totalColumns">Number of columns to be exported</param>
<returns>Exported cell value array object.</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCells.Export(System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,System.Boolean)">
<summary>
Exports data in the Cells collection of a WebWorksheet to a new DataTable object
</summary>
<param name="startRow">The row number of the first cell to export out.</param>
<param name="startColumn">The column number of the first cell to export out.</param>
<param name="rows">Number of rows to be imported.</param>
<param name="columns">Number of columns to be imported.</param>
<param name="exportColumnName">Indicates whether the data in the first row are exported as the column name of the DataTable</param>
<param name="isVertical">True if a row in Excel file represents a row in DataTable.
False if a column in Excel file represents a row in DataTable.</param>
<returns>Exported DataTable object.</returns>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridCells.RowEnumerator">
<summary>
Gets the rows enumerator
</summary>
<returns>The rows enuerator.</returns>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridCells.Item(System.Int32)">
<summary>
Gets <see cref="T:Aspose.Cells.Cell" /> item within the worksheet
</summary>
<param name="index">The zero based index of the element.</param>
<value>The element at the specified index.</value>
<remarks>
This is the indexer for the Cells class.
Gets the cell element at the specified index.
</remarks>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridCells.Item(System.Int32,System.Int32)">
<summary>
Gets the <see cref="T:Aspose.Cells.Cell" /> element at the specified cell row index and column index.
</summary>
<param name="row">Row index.</param>
<param name="column">Column index.</param>
<returns>The <see cref="T:Aspose.Cells.Cell" /> object.</returns>
<example>
<code>
[C#]
Cells cells = excel.Worksheets[0].Cells;
//Gets the cell at "A1"
Cell cell = cells[0, 0];
[Visual Basic]
Dim cells As Cells = excel.WorkSheets(0).Cells
'Gets the cell at "A1"
Dim cell As Cell = cells(0,0)
</code>
</example>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridCells.Item(System.String)">
<summary>
Gets the <see cref="T:Aspose.Cells.Cell" /> element at the specified cell name.
</summary>
<param name="cellName">Cell name,including its column letter and row number, for example A5.</param>
<returns>A <see cref="T:Aspose.Cells.Cell" /> object</returns>
<example>
<code>
[C#]
Cells cells = excel.Worksheets[0].Cells;
Cell cell = cells["A1"]; //Gets the cell at "A1"
[Visual Basic]
Dim cells As Cells = excel.Worksheets(0).Cells
Dim cell As Cell = cells("A1") 'Gets the cell at "A1"
</code>
</example>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridCells.Count">
<summary>
Gets the number of cells.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridCells.StandardWidth">
<summary>
Gets or sets the default column width in the worksheet,in unit of characters.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridCells.StandardHeight">
<summary>
Gets or sets the default row height in this worksheet,in unit of points.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridCells.StandardHeightPixels">
<summary>
Gets or sets the default row height in this worksheet,in unit of pixels.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridCells.MergedCells">
<summary>
Gets the collection of merged cells.
</summary>
<remarks>In this collection, each item is a <see cref="T:Aspose.Cells.GridWeb.Data.GridCellArea" /> structure which represents an area of merged cells.</remarks>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridCells.MaxRow">
<summary>
Maximum row index of cell which contains data or style.
</summary>
<remarks>
Return -1 if there is no cell whiche contains data or style in the worksheet.
</remarks>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridCells.MaxColumn">
<summary>
Maximum column index of cell which contains data or style.
</summary>
<remarks>
Return -1 if ther is not cell.
</remarks>
</member>
<member name="T:Aspose.Cells.GridWeb.Data.GridColumn">
<summary>
Represents a single column in a worksheet.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridColumn.Index">
<summary>
Gets the index of this column.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridColumn.Hidden">
<summary>
Indicates whether the column is hidden.
</summary>
</member>
<member name="T:Aspose.Cells.GridWeb.Data.GridColumnCollection">
<summary>
Collects the <seealso cref="T:Aspose.Cells.Column" /> objects that represent the individual columns in a worksheet.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridColumnCollection.GetEnumerator">
<summary>
Gets the columns enumerator
</summary>
<returns>The columns enumerator</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridColumnCollection.GetColumnByIndex(System.Int32)">
<summary>
Gets the <see cref="T:Aspose.Cells.Column" /> object by the position in the list.
</summary>
<param name="index">The position in the list.</param>
<returns>Returns the column object.</returns>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridColumnCollection.Item(System.Int32)">
<summary>
Gets a <seealso cref="T:Aspose.Cells.Column" /> object by column index. The Column object of given column index will be instantiated if it does not exist before.
</summary>
</member>
<member name="T:Aspose.Cells.GridWeb.Data.GridComment">
<summary>
Encapsulates the object that represents a cell comment.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridComment.Width">
<summary>
Represents the width of the comment, in unit of pixels.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridComment.Height">
<summary>
Represents the Height of the comment, in unit of pixels.
</summary>
</member>
<member name="T:Aspose.Cells.GridWeb.Data.GridCommentCollection">
<summary>
Encapsulates a collection of <see cref="T:Aspose.Cells.Comment" /> objects.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCommentCollection.GetEnumerator">
<summary>
Gets the rows enumerator
</summary>
<returns>The rows enumerator</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCommentCollection.Add(System.Int32,System.Int32)">
<summary>
Adds a comment to the collection.
</summary>
<param name="row">Cell row index.</param>
<param name="column">Cell column index.</param>
<returns>
<see cref="T:Aspose.Cells.Comment" /> object index.</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCommentCollection.Add(System.String)">
<summary>
Adds a comment to the collection.
</summary>
<param name="cellName">Cell name.</param>
<returns>
<see cref="T:Aspose.Cells.Comment" /> object index.</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCommentCollection.RemoveAt(System.String)">
<summary>
Removes the comment of the specific cell.
</summary>
<param name="cellName">The name of cell which contains a comment.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCommentCollection.RemoveAt(System.Int32,System.Int32)">
<summary>
Removes the comment of the specific cell.
</summary>
<param name="row">The row index.</param>
<param name="column">the column index.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCommentCollection.Clear">
<summary>
Removes all comments;
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridCommentCollection.Item(System.Int32)">
<summary>
Gets the <see cref="T:Aspose.Cells.Comment" /> element at the specified index.
</summary>
<param name="index">The zero based index of the element.</param>
<returns>The element at the specified index.</returns>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridCommentCollection.Item(System.String)">
<summary>
Gets the <see cref="T:Aspose.Cells.Comment" /> element at the specified cell.
</summary>
<param name="cellName">Cell name.</param>
<returns>The element at the specified cell.</returns>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridCommentCollection.Item(System.Int32,System.Int32)">
<summary>
Gets the <see cref="T:Aspose.Cells.Comment" /> element at the specified row index and column index.
</summary>
<param name="row">Row index.</param>
<param name="column">Column index.</param>
<returns>The element at the specified cell.</returns>
</member>
<member name="T:Aspose.Cells.GridWeb.Data.GridName">
<summary>
Encapsulates the object that represents a name object.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridName.ToString">
<summary>
Returns a string represents the current Range object.
</summary>
<returns>
</returns>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridName.Text">
<summary>
Gets the name text of the object.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridName.RefersTo">
<summary>
Returns or sets the formula that the name is defined to refer to, beginning with an equal sign.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridName.SheetIndex">
<summary>
Indicates this name belongs to Workbook or Worksheet.
0 = Global name, otherwise index to sheet (one-based)
</summary>
</member>
<member name="T:Aspose.Cells.GridWeb.Data.GridNameCollection">
<summary>
Encapsulates a collection of <see cref="T:Aspose.Cells.Name" /> objects.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridNameCollection.GetEnumerator">
<summary>
Gets the rows enumerator
</summary>
<returns>The rows enumerator</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridNameCollection.Add(System.String,System.String)">
<summary>
Defines a new global name.
</summary>
<param name="text">Name text.It can have sheetname .</param>
<param name="refersTo">The formula that the name is defined to refer to.It must have a sheetname .eg.'sheet hello!'A1:B2.</param>
<returns>Name object index.</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridNameCollection.Add(System.Int32,System.String,System.String)">
<summary>
Defines a new name in the specified sheet.
</summary>
<param name="sheetIndex">The sheet index that the name is applyed in.</param>
<param name="text">Name text.It can not have sheetname .</param>
<param name="refersTo">The formula that the name is defined to refer to.It must have sheetname .eg.'sheet hello!'A1:B2.</param>
<param name="sheetIndex">Name's SheetIndex ,the index is from 1.</param>
<returns>Name object index.</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridNameCollection.Remove(System.String[])">
<summary>
Remove an array of name
</summary>
<param name="names">The names' text.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridNameCollection.RemoveAt(System.Int32)">
<summary>
Remove the name at the specific index.
</summary>
<param name="index">
</param>
<remarks>
Please make sure that the name is not referred by the other formulas before calling the method.
And if the name is referred,please only set Name.RefersTo as null.
</remarks>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridNameCollection.Clear">
<summary>
Removes all Names;
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridNameCollection.Item(System.Int32)">
<summary>
Gets the <see cref="T:Aspose.Cells.Name" /> element at the specified index.
</summary>
<param name="index">The zero based index of the element.</param>
<returns>The element at the specified index.</returns>
</member>
<member name="T:Aspose.Cells.GridWeb.Data.GridHyperlink">
<summary>
Encapsulates the object that represents a hyperlink.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridHyperlink.Address">
<summary>
Represents the address of a hyperlink.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridHyperlink.Command">
<summary>
Returns or sets the self defined command value text for the specified hyperlink.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridHyperlink.TextToDisplay">
<summary>
Represents the text to be displayed for the specified hyperlink. The default value is the address of the hyperlink.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridHyperlink.Area">
<summary>
Gets the range of hyperlink.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridHyperlink.ScreenTip">
<summary>
Returns or sets the ScreenTip text for the specified hyperlink.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridHyperlink.Target">
<summary>
Get or Set web link target type,please note this is an extension attribute and can not keep in excel file
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridHyperlink.AltText">
<summary>
Get or Set Alternate text for the image link,please note this is an extension attribute and can not keep in excel file
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridHyperlink.DiscardInput">
<summary>
Indicates whether to discard user input at client browser when user click this CellCommand hyperlink. Could be used as an "undo" action.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridHyperlink.ImageURL">
<summary>
Get or Set Image URL for the link, there is no imageurl properties in hyperlink,
so actually use TextToDisplay to record this value ,TextToDisplay will be set to &lt;img src=value &gt;
so it will change the value of TextToDisplay
</summary>
</member>
<member name="T:Aspose.Cells.GridWeb.Data.GridHyperlinkCollection">
<summary>
Encapsulates a collection of <see cref="T:Aspose.Cells.GridWeb.Data.Hyperlink" /> objects.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridHyperlinkCollection.Add(System.Int32,System.Int32,System.Int32,System.Int32,System.String)">
<summary>
Adds a hyperlink to a specified cell or a range of cells.
</summary>
<param name="firstRow">First row of the hyperlink range.</param>
<param name="firstColumn">First column of the hyperlink range.</param>
<param name="totalRows">Number of rows in this hyperlink range.</param>
<param name="totalColumns">Number of columns of this hyperlink range.</param>
<param name="address">Address of the hyperlink.</param>
<returns>
<see cref="T:Aspose.Cells.GridWeb.Data.Hyperlink" /> object index.</returns>
<example>
<code>
[C#]
Worksheet worksheet = excel.Worksheets[0];
worksheet.Hyperlinks.Add("A4", 1, 1, "http://www.aspose.com");
worksheet.Hyperlinks.Add("A5", 1, 1, "c:\\book1.xls");
[Visual Basic]
Dim worksheet as Worksheet = excel.Worksheets(0)
worksheet.Hyperlinks.Add("A4", 1, 1, "http://www.aspose.com")
worksheet.Hyperlinks.Add("A5", 1, 1, "c:\\book1.xls")
</code>
</example>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridHyperlinkCollection.Add(System.String,System.Int32,System.Int32,System.String)">
<summary>
Adds a hyperlink to a specified cell or a range of cells.
</summary>
<param name="cellName">Cell name.</param>
<param name="totalRows">Number of rows in this hyperlink range.</param>
<param name="totalColumns">Number of columns of this hyperlink range.</param>
<param name="address">Address of the hyperlink.</param>
<returns>
<see cref="T:Aspose.Cells.GridWeb.Data.GridHyperlink" /> object index.</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridHyperlinkCollection.Add(System.String,System.String)">
<summary>
Adds a hyperlink to a specified cell .
</summary>
<param name="cellName">Cell name.</param>
<param name="address">Address of the hyperlink.</param>
<returns>
<see cref="T:Aspose.Cells.GridWeb.Data.GridHyperlink" /> object index.</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridHyperlinkCollection.Add(System.String,System.String,System.String,System.String,System.String)">
<summary>
Adds a hyperlink to a specified cell or a range of cells.
</summary>
<param name="startCellName">The top-left cell of the range.</param>
<param name="endCellName">The bottom-right cell of the range.</param>
<param name="address">Address of the hyperlink.</param>
<param name="textToDisplay">The text to be displayed for the specified hyperlink.</param>
<param name="screenTip">The screenTip text for the specified hyperlink.</param>
<returns>
<see cref="T:Aspose.Cells.GridWeb.Data.GridHyperlink" /> object index.</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridHyperlinkCollection.GetHyperlink(Aspose.Cells.GridWeb.Data.GridCell)">
<summary>
Gets the cell's Hyperlink object. If there is no Hyperlink of the cell, returns null.
</summary>
<param name="cell">The GridCell object.</param>
<returns>
<see cref="T:Aspose.Cells.GridWeb.Data.GridHyperlink" /> the GridHyperlink object.</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridHyperlinkCollection.GetHyperlink(System.Int32,System.Int32)">
<summary>
Gets the cell's Hyperlink object. If there is no Hyperlink of the cell, returns null.
</summary>
<param name="row">The row of the cell.</param>
<param name="column">The column of the cell.</param>
<returns>
<see cref="T:Aspose.Cells.GridWeb.Data.GridHyperlink" /> the GridHyperlink object.</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridHyperlinkCollection.Clear">
<summary>
Clears all hyperlinks.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridHyperlinkCollection.RemoveAt(System.Int32)">
<summary>
Remove the hyperlink at the specified index.
</summary>
<param name="index">The zero based index of the element.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridHyperlinkCollection.Remove(Aspose.Cells.GridWeb.Data.GridCellArea)">
<summary>
Remove the hyperlink at the specified area.
</summary>
<param name="area">The area which contains hyperlink.</param>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridHyperlinkCollection.Item(System.Int32)">
<summary>
Gets the <see cref="T:Aspose.Cells.GridWeb.Data.Hyperlink" /> element at the specified index.
</summary>
<param name="index">The zero based index of the element.</param>
<returns>The element at the specified index.</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridShapeCollection.GetEnumerator">
<summary>
Gets the rows enumerator
</summary>
<returns>The rows enumerator</returns>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridShapeCollection.Item(System.Int32)">
<summary>
Gets the <see cref="T:Aspose.Cells.Drawing.Picture" /> element at the specified index.
</summary>
<param name="index">The zero based index of the element.</param>
<returns>The element at the specified index.</returns>
</member>
<member name="T:Aspose.Cells.GridWeb.Data.NumberType">
<summary>
Represents the number or datetime format type.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.NumberType.General">
<summary>
General
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.NumberType.Decimal1">
<summary>
Decimal 0
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.NumberType.Decimal2">
<summary>
Decimal 0.00
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.NumberType.Decimal3">
<summary>
Decimal #,##0
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.NumberType.Decimal4">
<summary>
Decimal #,##0.00
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.NumberType.Currency1">
<summary>
Currency $#,##0;$-#,##0
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.NumberType.Currency2">
<summary>
Currency $#,##0;[Red]$-#,##0
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.NumberType.Currency3">
<summary>
Currency $#,##0.00;$-#,##0.00
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.NumberType.Currency4">
<summary>
Currency $#,##0.00;[Red]$-#,##0.00
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.NumberType.Percentage1">
<summary>
Percentage 0%
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.NumberType.Percentage2">
<summary>
Percentage 0.00%
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.NumberType.Scientific1">
<summary>
Scientific 0.00E+00
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.NumberType.Fraction1">
<summary>
Fraction # ?/?
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.NumberType.Fraction2">
<summary>
Fraction # ??/??
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.NumberType.Date1">
<summary>
Date m/d/yyyy
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.NumberType.Date2">
<summary>
Date d-mmm-yy
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.NumberType.Date3">
<summary>
Date d-mmm
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.NumberType.Date4">
<summary>
Date mmm-yy
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.NumberType.Time1">
<summary>
Time h:mm AM/PM
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.NumberType.Time2">
<summary>
Time h:mm:ss AM/PM
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.NumberType.Time3">
<summary>
Time h:mm
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.NumberType.Time4">
<summary>
Time h:mm:ss
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.NumberType.Time5">
<summary>
Time m/d/yy h:mm
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.NumberType.Currency5">
<summary>
Currency #,##0;-#,##0
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.NumberType.Currency6">
<summary>
Currency #,##0;[Red]-#,##0
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.NumberType.Currency7">
<summary>
Currency #,##0.00;-#,##0.00
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.NumberType.Currency8">
<summary>
Currency #,##0.00;[Red]-#,##0.00
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.NumberType.Accounting1">
<summary>
Accounting _ * #,##0_ ;_ * -#,##0_ ;_ * "-"_ ;_ @_
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.NumberType.Accounting2">
<summary>
Accounting _ $* #,##0_ ;_ $* -#,##0_ ;_ $* "-"_ ;_ @_
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.NumberType.Accounting3">
<summary>
Accounting _ * #,##0.00_ ;_ * -#,##0.00_ ;_ * "-"??_ ;_ @_
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.NumberType.Accounting4">
<summary>
Accounting _ $* #,##0.00_ ;_ $* -#,##0.00_ ;_ $* "-"??_ ;_ @_
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.NumberType.Time6">
<summary>
Time mm:ss
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.NumberType.Time7">
<summary>
Time [h]:mm:ss
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.NumberType.Time8">
<summary>
Time mm:ss.0
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.NumberType.Scientific2">
<summary>
Scientific ##0.0E+00
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.NumberType.Text">
<summary>
Text @
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.NumberType.Currency9">
<summary>
Currency $#,##0;($#,##0)
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.NumberType.Currency10">
<summary>
Currency $#,##0;[Red]($#,##0)
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.NumberType.Currency11">
<summary>
Currency $#,##0.00;($#,##0.00)
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.NumberType.Currency12">
<summary>
Currency $#,##0.00;[Red]($#,##0.00)
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.NumberType.EasternDate1">
<summary>
Date YYYY?M?
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.NumberType.EasternDate2">
<summary>
Date M?D?
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.NumberType.EasternDate3">
<summary>
Date M?D?
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.NumberType.EasternDate4">
<summary>
Date M/D/YY
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.NumberType.EasternDate5">
<summary>
Date YYYY?M?D?
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.NumberType.EasternDate6">
<summary>
Date YYYY?M?
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.NumberType.EasternDate7">
<summary>
Date YYYY?M?
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.NumberType.EasternDate8">
<summary>
Date M?D?
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.NumberType.EasternDate9">
<summary>
Date YYYY?M?
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.NumberType.EasternDate10">
<summary>
Date M?D?
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.NumberType.EasternDate11">
<summary>
Date M?D?
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.NumberType.EasternDate12">
<summary>
Date YYYY?M?
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.NumberType.EasternDate13">
<summary>
Date M?D?
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.NumberType.EasternTime1">
<summary>
Time h?mm?
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.NumberType.EasternTime2">
<summary>
Time h?mm?ss?
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.NumberType.EasternTime3">
<summary>
Time tth?mm?
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.NumberType.EasternTime4">
<summary>
Time tth?mm?ss?
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.NumberType.EasternTime5">
<summary>
Time tth?mm?
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.NumberType.EasternTime6">
<summary>
Time tth?mm?ss?
</summary>
</member>
<member name="T:Aspose.Cells.GridWeb.Data.GridPicture">
<summary>
Encapsulates the object that represents a single picture in a spreadsheet.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridPicture.Move(System.Int32,System.Int32)">
<summary>
Moves the picture to a specified location.
</summary>
<param name="upperLeftRow">Upper left row index.</param>
<param name="upperLeftColumn">Upper left column index.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridPicture.IsGroup">
<summary>
Indicates whether the shape is a group.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridPicture.AddHyperlink(System.String)">
<summary>
Adds a hyperlink to the shape.
</summary>
<param name="address">Address of the hyperlink.</param>
<returns>Return the new hyperlink object.</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridPicture.RemoveHyperlink">
<summary>
Remove the hyperlink of the shape.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridPicture.MoveToRange(System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
Moves the shape to a specified range.
</summary>
<param name="upperLeftRow">Upper left row index.</param>
<param name="upperLeftColumn">Upper left column index.</param>
<param name="lowerRightRow">Lower right row index</param>
<param name="lowerRightColumn">Lower right column index</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridPicture.AlignTopRightCorner(System.Int32,System.Int32)">
<summary>
Moves the picture to the top-right corner.
</summary>
<param name="topRow">the row index.</param>
<param name="rightColumn">the column index.</param>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridPicture.Data">
<summary>
Gets the data of the picture.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridPicture.OriginalHeight">
<summary>
Gets the original height of the picture.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridPicture.OriginalWidth">
<summary>
Gets the original width of the picture.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridPicture.BorderLineColor">
<summary>
Represents the <see cref="T:System.Drawing.Color" /> of the border line of a picture.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridPicture.BorderWeight">
<summary>
Gets or sets the weight of the border line of a picture in units of pt.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridPicture.SourceFullName">
<summary>
Gets or sets the path and name of the source file for the linked image.
</summary>
<remarks>
The default value is an empty string.
If SourceFullName is not an empty string, the image is linked.
If SourceFullName is not an empty string, but Data is null, then the image is linked and not stored in the file.
</remarks>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridPicture.ImageFormat">
<summary>
Gets the image format of the picture.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridPicture.Image">
<summary>
Gets or sets the Image object.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridPicture.OriginalHeightCM">
<summary>
Gets the original height of picture, in unit of centimeters.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridPicture.OriginalWidthCM">
<summary>
Gets the original width of picture, in unit of centimeters.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridPicture.OriginalHeightInch">
<summary>
Gets the original height of picture, in unit of inches.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridPicture.OriginalWidthInch">
<summary>
Gets the original width of picture, in unit of inches.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridPicture.Name">
<summary>
Gets and sets the name of the shape.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridPicture.IsHidden">
<summary>
Indicates whether the object is visible.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridPicture.IsLocked">
<summary>
True if the object is locked, False if the object can be modified when the sheet is protected.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridPicture.Height">
<summary>
Represents the height of shape, in unit of pixel.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridPicture.Width">
<summary>
Represents the width of shape, in unit of pixels.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridPicture.ZOrderPosition">
<summary>
Returns the position of a shape in the z-order.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridPicture.IsLockAspectRatio">
<summary>
True means that don't allow changes in aspect ratio.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridPicture.RotationAngle">
<summary>
Gets and sets the rotation of the shape.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridPicture.Hyperlink">
<summary>
Gets the hyperlink of the shape.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridPicture.Left">
<summary>
Represents the horizontal offset of shape from its left column, in unit of pixels.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridPicture.Top">
<summary>
Represents the vertical offset of shape from its top row, in unit of pixels.
</summary>
<remarks>If the shape is in the chart, represents the vertical offset of shape from its top border.</remarks>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridPicture.Right">
<summary>
Represents the width of the shape's horizontal offset from its lower right corner column, in unit of pixels.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridPicture.UpperLeftColumn">
<summary>
Represents upper left corner column index.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridPicture.UpperLeftRow">
<summary>
Represents upper left corner row index.
</summary>
<remarks>If the shape is in the shape or in the group , UpperLeftRow will be ignored.</remarks>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridPicture.LowerRightColumn">
<summary>
Represents lower right corner column index.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridPicture.LowerRightRow">
<summary>
Represents lower right corner row index.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridPicture.UpperDeltaY">
<summary>
Gets or sets the shape's vertical offset from its upper left corner row.
<remarks>The range of value is 0 to 256.</remarks></summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridPicture.UpperDeltaX">
<summary>
Gets or sets the shape's horizontal offset from its upper left corner column.
<remarks>The range of value is 0 to 1024.</remarks></summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridPicture.LowerDeltaY">
<summary>
Gets or sets the shape's vertical offset from its lower right corner row.
<remarks>The range of value is 0 to 256.</remarks></summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridPicture.LowerDeltaX">
<summary>
Gets or sets the shape's horizontal offset from its lower right corner column.
<remarks>The range of value is 0 to 1024.</remarks></summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridPicture.WidthInch">
<summary>
Represents the width of the shape, in unit of inch.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridPicture.WidthPt">
<summary>
Represents the width of the shape, in unit of point.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridPicture.WidthCM">
<summary>
Represents the width of the shape, in unit of centimeters.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridPicture.HeightInch">
<summary>
Represents the height of the shape, in unit of inches.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridPicture.HeightPt">
<summary>
Represents the height of the shape, in unit of points.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridPicture.HeightCM">
<summary>
Represents the height of the shape, in unit of inches.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridPicture.LeftInch">
<summary>
Represents the horizontal offset of shape from its left column, in unit of inches.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridPicture.LeftCM">
<summary>
Represents the horizontal offset of shape from its left column, in unit of centimeters.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridPicture.TopInch">
<summary>
Represents the vertical offset of shape from its top row, in unit of inches.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridPicture.TopCM">
<summary>
Represents the vertical offset of shape from its top row, in unit of centimeters.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridPicture.X">
<summary>
Gets and sets the horizonal offset of shape from worksheet left border,in unit of pixels.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridPicture.Y">
<summary>
Gets and sets the vertical offset of shape from worksheet top border,in unit of pixels.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridPicture.WidthScale">
<summary>
Gets and sets the width scale, in unit of percent of the original picture width.
If the shape is not picture ,the WidthScale property only returns 100;
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridPicture.HeightScale">
<summary>
Gets and sets the height scale,in unit of percent of the original picture height.
If the shape is not picture ,the HeightScale property only returns 100;
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridPicture.HasLine">
<summary>
Gets and sets the line border of the shape is visible.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridPicture.IsFlippedVertically">
<summary>
Gets and sets whether shape is vertically flipped .
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridPicture.RelativeToOriginalPictureSize">
<summary>
Indicates whether shape is relative to original picture size.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridPicture.LinkedCell">
<summary>
Gets or sets the worksheet range linked to the control's value.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridPicture.Text">
<summary>
Represents the string in this TextBox object.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridPicture.HtmlText">
<summary>
Gets and sets the html string which contains data and some formattings in this textbox.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridPicture.IsTextWrapped">
<summary>
Gets and sets the text wrapped type of the shape which contains text.
</summary>
</member>
<member name="T:Aspose.Cells.GridWeb.Data.GridPictureCollection">
<summary>
Encapsulates a collection of <see cref="T:Aspose.Cells.Drawing.Picture" /> objects.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridPictureCollection.Add(System.Int32,System.Int32,System.Int32,System.Int32,System.IO.Stream)">
<summary>
Adds a picture to the collection.
</summary>
<param name="upperLeftRow">Upper left row index.</param>
<param name="upperLeftColumn">Upper left column index.</param>
<param name="lowerRightRow">Lower right row index</param>
<param name="lowerRightColumn">Lower right column index</param>
<param name="stream">Stream object which contains the image data.</param>
<returns>
<see cref="T:Aspose.Cells.Drawing.Picture" /> object index.</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridPictureCollection.Add(System.Int32,System.Int32,System.Int32,System.Int32,System.String)">
<summary>
Adds a picture to the collection.
</summary>
<param name="upperLeftRow">Upper left row index.</param>
<param name="upperLeftColumn">Upper left column index.</param>
<param name="lowerRightRow">Lower right row index</param>
<param name="lowerRightColumn">Lower right column index</param>
<param name="fileName">Image filename.</param>
<returns>
<see cref="T:Aspose.Cells.Drawing.Picture" /> object index.</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridPictureCollection.Add(System.Int32,System.Int32,System.IO.Stream)">
<summary>
Adds a picture to the collection.
</summary>
<param name="upperLeftRow">Upper left row index.</param>
<param name="upperLeftColumn">Upper left column index.</param>
<param name="stream">Stream object which contains the image data.</param>
<returns>
<see cref="T:Aspose.Cells.Drawing.Picture" /> object index.</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridPictureCollection.Add(System.Int32,System.Int32,System.String)">
<summary>
Adds a picture to the collection.
</summary>
<param name="upperLeftRow">Upper left row index.</param>
<param name="upperLeftColumn">Upper left column index.</param>
<param name="fileName">Image filename.</param>
<returns>
<see cref="T:Aspose.Cells.Drawing.Picture" /> object index.</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridPictureCollection.Add(System.Int32,System.Int32,System.String,System.Int32,System.Int32)">
<summary>
Adds a picture to the collection.
</summary>
<param name="upperLeftRow">Upper left row index.</param>
<param name="upperLeftColumn">Upper left column index.</param>
<param name="fileName">Image filename.</param>
<param name="widthScale">Scale of image width, a percentage.</param>
<param name="heightScale">Scale of image height, a percentage.</param>
<returns>
<see cref="T:Aspose.Cells.Drawing.Picture" /> object index.</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridPictureCollection.GetEnumerator">
<summary>
Gets the rows enumerator
</summary>
<returns>The rows enumerator</returns>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridPictureCollection.Item(System.Int32)">
<summary>
Gets the <see cref="T:Aspose.Cells.Drawing.Picture" /> element at the specified index.
</summary>
<param name="index">The zero based index of the element.</param>
<returns>The element at the specified index.</returns>
</member>
<member name="T:Aspose.Cells.GridWeb.Data.GridRow">
<summary>
Encapsulates the object that represents a single picture in a spreadsheet.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridRow.GetEnumerator">
<summary>
Gets the cells enumerator
</summary>
<returns>The cells enumerator</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridRow.GetCellByIndex(System.Int32)">
<summary>
Get the cell by specific index in the list.
</summary>
<param name="index">The position.</param>
<returns>The Cell object.</returns>
<remarks>NOTE: This member is now obsolete.
Instead,please use Row.GetEnumerator() method to iterate all cells in this row.
This property will be removed 12 months later since February 2015.
Aspose apologizes for any inconvenience you may have experienced.</remarks>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridRow.IsBlank">
<summary>
Indicates whether the row contains any data
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridRow.Item(System.Int32)">
<summary>
Gets the cell.
</summary>
<param name="column">The column index</param>
<returns>
</returns>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridRow.Index">
<summary>
Gets the index of this row.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridRow.Hidden">
<summary>
Indicates whether the row is hidden.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridRow.Height">
<summary>
Gets and sets the row height in unit of Points.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridRow.FirstCell">
<summary>
Gets the first cell in the row.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridRow.LastCell">
<summary>
Gets the last cell in the row.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridRow.LastDataCell">
<summary>
Gets the last cell in the row.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridRow.OutlineLevel">
<summary>
Gets and sets the outline level.
</summary>
</member>
<member name="T:Aspose.Cells.GridWeb.Data.GridRowCollection">
<summary>
Encapsulates a collection of <see cref="T:Aspose.Cells.Worksheet" /> objects.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridRowCollection.GetEnumerator">
<summary>
Gets the rows enumerator
</summary>
<returns>The rows enumerator</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridRowCollection.GetRowByIndex(System.Int32)">
<summary>
Gets the row object by the position in the list.
</summary>
<param name="index">The position.</param>
<returns>The Row object at given position.</returns>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridRowCollection.Item(System.Int32)">
<summary>
Gets a <seealso cref="T:Aspose.Cells.Row" /> object by given row index. The Row object of given row index will be instantiated if it does not exist before.
</summary>
</member>
<member name="T:Aspose.Cells.GridWeb.Data.GridShape">
<summary>
Represents a shape object.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridShape.Buffer">
<summary>
Gets the Buffer of object.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridShape.MsoDrawingType">
<summary>
Gets and sets mso drawing type.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridShape.UpperLeftRow">
<summary>
Represents upper left corner row index.
</summary>
<remarks>If the shape is in the shape or in the group , UpperLeftRow will be ignored.</remarks>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridShape.UpperLeftColumn">
<summary>
Represents upper left corner column index.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridShape.Text">
<summary>
Represents the string in this TextBox object.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridShape.Name">
<summary>
Gets and sets the name of the shape.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridShape.Left">
<summary>
Represents the horizontal offset of shape from its left column, in unit of pixels.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridShape.Top">
<summary>
Represents the vertical offset of shape from its top row, in unit of pixels.
</summary>
<remarks>If the shape is in the chart, represents the vertical offset of shape from its top border.</remarks>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridShape.ZOrderPosition">
<summary>
Returns the position of a shape in the z-order.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridShape.ImageFormat">
<summary>
Gets the image format of the picture.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridValidation.AddACell(System.Int32,System.Int32)">
<summary>
add the validation settings in the cell.
</summary>
<param name="row">The row index.</param>
<param name="column"> The column index.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridValidation.AddACell(System.String)">
<summary>
add the validation settings in the cell.
</summary>
<param name="cellname">cell name.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridValidation.AddArea(Aspose.Cells.GridWeb.Data.GridCellArea)">
<summary>
Applies the validation to the area.
</summary>
<param name="cellArea">The area.</param>
<remarks>
In this method , we will remove all old validations on this area.
</remarks>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridValidation.RemoveArea(Aspose.Cells.GridWeb.Data.GridCellArea)">
<summary>
Remove the validation settings in the range.
</summary>
<param name="cellArea">The range which contains the data validation settings.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridValidation.RemoveACell(System.Int32,System.Int32)">
<summary>
Remove the validation settings in the cell.
</summary>
<param name="row">The row index.</param>
<param name="column"> The column index.</param>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridValidation.ServerValidation">
<summary>
Gets or sets the serverside validation javascript function name.
</summary>
<remarks>
Use the GridCustomServerValidation property to specify the serverside validation .
</remarks>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridValidation.LoadValueList(System.Data.DataView,System.String,System.String,System.Boolean)">
<summary>
Loads value list from a DataView object. You can specify the value field and text field of the DataView.
Each value and text pair will be combined to one string, with a comma between them.
</summary>
<param name="view">The DataView object.</param>
<param name="valueField">The value field name.</param>
<param name="textField">The text field name.</param>
<param name="valuePrefixText">Indicates whether to add a value prefix to each displayed text.</param>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridValidation.ValidationType">
<summary>
Gets or sets the validation type.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridValidation.ValueList">
<summary>
Gets/Sets the value list object.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridValidation.AreaList">
<summary>
Represents a collection of <see cref="T:Aspose.Cells.CellArea" /> which contains the data validation settings.
</summary>
<remarks>
The old valvidations on the area will not be removed if directly adding are to this list.
</remarks>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridValidation.Formula1">
<summary>
Represents the value or expression associated with the data validation.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridValidation.Value1">
<summary>
Represents the value associated with the data validation.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridValidation.Formula2">
<summary>
Represents the value or expression associated with the second part of the data validation.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridValidation.Operator">
<summary>
Represents the operator for the data validation.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridValidation.InputMessage">
<summary>
Represents the data validation error message.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridValidation.InputTitle">
<summary>
Represents the title of the data-validation input dialog box.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridValidation.ShowError">
<summary>
Indicates whether the data validation error message will be displayed whenever the user enters invalid data.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridValidation.ErrorMessage">
<summary>
Represents the data validation error message.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridValidation.ErrorTitle">
<summary>
Represents the title of the data-validation error dialog box.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridValidation.RegEx">
<summary>
Gets or sets the regular expression string.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridValidation.ClientValidationFunction">
<summary>
Gets or sets the client validation javascript function name.
</summary>
<remarks>
Use the ClientValidationFunction property to specify the client validation function's name.
The function should be declared as this formation:<br />
function customValicationFunction(source, value)<br />
The parameter "source" is the cell object.
The parameter "value" is the string value of a cell to be checked.
The function should returns true if the value is valid.
</remarks>
</member>
<member name="T:Aspose.Cells.GridWeb.Data.GridValidationCollection">
<summary>
Encapsulates a collection of <see cref="T:Aspose.Cells.GridWeb.Data.Hyperlink" /> objects.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridValidationCollection.Add(Aspose.Cells.GridWeb.Data.GridValidation)">
<summary>
Add a <see cref="T:Aspose.Cells.GridWeb.Data.GridValidation" /> to the collection.
</summary>
<param name="validation"> A validation object.</param>
<returns>
<see cref="T:Aspose.Cells.GridWeb.Data.GridValidation" /> object index.</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridValidationCollection.Add">
<summary>
Add a <see cref="T:Aspose.Cells.GridWeb.Data.GridValidation" /> to the collection.
</summary>
<returns>
<see cref="T:Aspose.Cells.GridWeb.Data.GridValidation" /> the added GridValidation instance.</returns>
<remarks>
NOTE: This member is now obsolete. Instead,
please use GridValidationCollection.Add(row,col) method.
This property will be removed 12 months later since JANUARY 2015.
Aspose apologizes for any inconvenience you may have experienced.</remarks>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridValidationCollection.Add(Aspose.Cells.GridWeb.Data.GridCellArea)">
<summary>
Adds a data validation to the collection.
</summary>
<param name="ca">The area contains this validation.</param>
<returns>
<see cref="T:Aspose.Cells.GridWeb.Data.GridValidation" /> the validation.</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridValidationCollection.Add(System.String)">
<summary>
Add a <see cref="T:Aspose.Cells.GridWeb.Data.GridValidation" /> to the collection.the validation is applied to the specificed cell.
</summary>
<param name="cellname"> the name of the cell.</param>
<returns>
<see cref="T:Aspose.Cells.GridWeb.Data.GridValidation" /> the added GridValidation instance.</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridValidationCollection.Add(System.Int32,System.Int32)">
<summary>
Add a <see cref="T:Aspose.Cells.GridWeb.Data.GridValidation" /> to the collection.the validation is applied to the specificed cell.
</summary>
<param name="row">The row index.</param>
<param name="column"> The column index.</param>
<returns>
<see cref="T:Aspose.Cells.GridWeb.Data.GridValidation" /> the added GridValidation instance.</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridValidationCollection.GetValidationInCell(System.Int32,System.Int32)">
<summary>
Gets the validation applied to given cell.
</summary>
<param name="row">The row index.</param>
<param name="column">The column index.</param>
<returns>Returns a <see cref="T:Aspose.Cells.GridWeb.Validation" /> object or null if there is no validation for given cell</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridValidationCollection.Clear">
<summary>
Clears all validations.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridValidationCollection.RemoveAt(System.Int32)">
<summary>
Remove the validation at the specified index.
</summary>
<param name="index">The zero based index of the element.</param>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridValidationCollection.Item(System.Int32)">
<summary>
Gets the <see cref="T:Aspose.Cells.GridWeb.Data.Hyperlink" /> element at the specified index.
</summary>
<param name="index">The zero based index of the element.</param>
<returns>The element at the specified index.</returns>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridValidationType.AnyValue">
<summary>
Any value validation type.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridValidationType.WholeNumber">
<summary>
Whole number validation type.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridValidationType.Decimal">
<summary>
Decimal validation type.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridValidationType.List">
<summary>
List validation type.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridValidationType.Date">
<summary>
Date validation type.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridValidationType.Time">
<summary>
Time validation type.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridValidationType.TextLength">
<summary>
Text length validation type.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridValidationType.Custom">
<summary>
Custom validation type.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridValidationType.DropDownList">
<summary>
Show dropdown list.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridValidationType.FreeList">
<summary>
Free List validation type.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridValidationType.CustomExpression">
<summary>
Custom validation type, using regular expression.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridValidationType.Boolean">
<summary>
TRUE or FALSE
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridValidationType.DateTime">
<summary>
DateTime (yyyy-MM-dd or yyyy-MM-dd hh:mm:ss).
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridValidationType.CustomFunction">
<summary>
Custom javascript function validation.
</summary>
<remarks>
Use the ClientValidationFunction property to specify the client validation function's name.
The function should be declared as this formation:<br />
function customValicationFunction(source, value)<br />
The parameter "source" is the cell object.
The parameter "value" is the string value of a cell to be checked.
The function should returns true if the value is valid.
</remarks>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridValidationType.CustomServerFunction">
<summary>
Custom server-side function validation.
</summary>
<remarks>
Use the CustomServerFunction property to specify the serverside validation .
below is the example code:<br />
first define class which implement GridCustomServerValidation
class myservervali : GridCustomServerValidation<br />
......
then add validation
var gridValidationCollection = this.GridWeb.ActiveSheet.Validations;<br />
GridValidation gv = gridValidationCollection.Add(new GridCellArea(1, 1, 2, 2));<br />
gv.ValidationType = GridValidationType.CustomServerFunction;
gv.ServerValidation = new myservervali();
then set ClientValidationFunction to deal with client logic when server validation fails and return message
gv.ClientValidationFunction = "ValidationErrorClientFunction";
the client function shall be declared like this:
function ValidationErrorClientFunction(cell,msg)
please check demo page for a detail reference
</remarks>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridValidationType.CheckBox">
<summary>
Display the cell as a checkbox. And the value of the cell is True of False.
</summary>
</member>
<member name="T:Aspose.Cells.GridWeb.Data.GridWorkbook">
<summary>
Represents a root object to create an Excel spreadsheet.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridWorkbook.CalculateFormula">
<summary>
Calculates the result of formulas.
</summary>
</member>
<member name="T:Aspose.Cells.GridWeb.Data.GridWorksheet">
<summary>
Encapsulates the object that represents a single worksheet.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridWorksheet.Copy(Aspose.Cells.GridWeb.Data.GridWorksheet)">
<summary>
Copies contents and formats from another worksheet.
</summary>
<param name="sourceSheet">Source worksheet.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridWorksheet.IsProtected">
<summary>
Indicates if the worksheet is protected.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridWorksheet.UnFreezePanes">
<summary>
Unfreezes panes in the worksheet.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridWorksheet.FreezePanes(System.String,System.Int32,System.Int32)">
<summary>
Freezes panes at the specified cell in the worksheet.
</summary>
<param name="cellName">Cell name.</param>
<param name="freezedRows">Number of visible rows in top pane, no more than row index.</param>
<param name="freezedColumns">Number of visible columns in left pane, no more than column index.</param>
<remarks>Row index and column index cannot all be zero. Number of rows and number of columns
also cannot all be zero.</remarks>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridWorksheet.FreezePanes(System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
Freezes panes at the specified cell in the worksheet.
</summary>
<param name="row">Row index.</param>
<param name="column">Column index.</param>
<param name="freezedRows">Number of visible rows in top pane, no more than row index.</param>
<param name="freezedColumns">Number of visible columns in left pane, no more than column index.</param>
<remarks>
<p>Row index and column index cannot all be zero. Number of rows and number of columns
also cannot all be zero.</p>
<p>The first two parameters specify the freezed position and the last two parameters specify the area freezed on the left top pane.</p>
</remarks>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridWorksheet.GetFreezedPanes(System.Int32@,System.Int32@,System.Int32@,System.Int32@)">
<summary>
Gets the freeze panes.
</summary>
<param name="row">Row index.</param>
<param name="column">Column index.</param>
<param name="freezedRows">Number of visible rows in top pane, no more than row index.</param>
<param name="freezedColumns">Number of visible columns in left pane, no more than column index.</param>
<returns>Return whether the worksheet is frozen</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridWorksheet.AddAutoFilter(System.Int32,System.Int32,System.Int32)">
<summary>
Sets the range to which the specified AutoFilter applies.
</summary>
<param name="row">Row index.</param>
<param name="startColumn">Start column index.</param>
<param name="endColumn">End column Index.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridWorksheet.FilterString(System.Int32,System.String)">
<summary>
Sets the filter for the column.notice we shall call AddAutoFilter before calling of filterString
The filter criteria string. notice we use comma-&gt;"," as split char,so the cell value you want to filter shall not contains with comma
filterString(10,"123,456") means column 10 shall contain 123 or 456, filterString(10,"123") means column10 shall contain 123
<param name="criteria">value split with comma,eg. 123,456,789 or abc</param></summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridWorksheet.RefreshFilter">
<summary>
Refresh auto filters to hide or unhide the rows.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridWorksheet.RemoveAutoFilter">
<summary>
Remove the auto filter of the worksheet.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridWorksheet.ResetFilter(System.Int32)">
<summary>
<param name="fieldIndex">The integer offset of the field on which you want to apply ,based on the first filter column
(from the left of the list; the leftmost field is field 0).</param>
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridWorksheet.AddCustomFilter(System.Int32,System.String)">
<summary>
Add custom filter for the specified row.
</summary>
<remarks>
The filter criteria string. notice we use , and ; as split char,so the cell value shall not contains with those split char
below are the criteria string examples
//column 0 with value 12.3
CELL0 = 12.3
//column 1 with value ABC
CELL1 = ABC
//column 0 with value 123 or 456 or ABC and column 1 with value ABC
CELL0 = 123,456,ABC; CELL1 = ABC
</remarks>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridWorksheet.MoveTo(System.Int32)">
<summary>
Moves the sheet to another location in the spreadsheet.
</summary>
<param name="index">Destination sheet index.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridWorksheet.ClearComments">
<summary>
Clears all comments in designer spreadsheet.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridWorksheet.CalculateFormula(System.String)">
<summary>
Calculates a formula.
</summary>
<param name="formula">
</param>
<returns>
</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridWorksheet.SetProtect">
<summary>
Protects worksheet.
</summary>
<remarks>This method protects worksheet without password. It can protect worksheet in all versions of Excel file.
</remarks>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridWorksheet.UnProtect">
<summary>
unProtects worksheet.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridWorksheet.AutoFitColumn(System.Int32,System.Int32,System.Int32)">
<summary>
Autofits the column width.
</summary>
<param name="columnIndex">Column index.</param>
<param name="firstRow">First row index.</param>
<param name="lastRow">Last row index.</param>
<remarks>This method autofits a row based on content in a range of cells within the row.
</remarks>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridWorksheet.AutoFitColumn(System.Int32)">
<summary>
Autofits the column width.
</summary>
<param name="columnIndex">Column index.</param>
<remarks>AutoFitColumn is an imprecise function.</remarks>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridWorksheet.SetAllCellsReadonly">
<summary>
Makes all cells readonly.this is extended attribute
notice this attribute can not keep in actual cell,if you want to keep protect please use setProtect
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridWorksheet.SetAllCellsEditable">
<summary>
Makes all cells editable.this is extended attribute
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridWorksheet.GetColumnCaption(System.Int32)">
<summary>
Gets the column caption. If the caption is not set, returns empty string.
</summary>
<param name="column">Column index.</param>
<returns>The column caption. If the caption is not set, returns empty string.</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridWorksheet.SetColumnCaption(System.Int32,System.String)">
<summary>
Sets the caption for the column.please note this is an extension attribute and can not keep in excel file
</summary>
<param name="column">Column index.</param>
<param name="caption">The column caption. Pass null or empty string if you want cancel the caption.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridWorksheet.GetRowCaption(System.Int32)">
<summary>
Gets the row caption. If the caption is not set, returns empty string.
</summary>
<param name="row">Row index.</param>
<returns>The row caption. If the caption is not set, returns empty string.</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridWorksheet.SetRowCaption(System.Int32,System.String)">
<summary>
Sets the caption for the row.
</summary>
<param name="row">Row index.</param>
<param name="caption">The row caption. Pass null or empty string if you want cancel the caption.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridWorksheet.GetRowHeaderToolTip(System.Int32)">
<summary>
Gets the rowheader's tooltip text.
</summary>
<param name="rowIndex">The row's index.</param>
<returns>The tooltip text.</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridWorksheet.SetRowHeaderToolTip(System.Int32,System.String)">
<summary>
Sets the rowheader's tooltip text.
</summary>
<param name="rowIndex">The row's index.</param>
<param name="toolTip">The tooltip text.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridWorksheet.GetColumnHeaderToolTip(System.Int32)">
<summary>
Gets the columnheader's tooltip text.
</summary>
<param name="colIndex">The column's index.</param>
<returns>The tooltip text.</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridWorksheet.SetColumnHeaderToolTip(System.Int32,System.String)">
<summary>
Sets the columnheader's tooltip text.
</summary>
<param name="colIndex">The column's index.</param>
<param name="toolTip">The tooltip text.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridWorksheet.GetIsReadonly(Aspose.Cells.GridWeb.Data.GridCell)">
<summary>
Gets whether the cell is readonly.this is an extended attribute of GridWeb ,it will not keep in actual excel file
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridWorksheet.SetIsReadonly(Aspose.Cells.GridWeb.Data.GridCell,System.Boolean)">
<summary>
Sets whether the cell is readonly.this is an extended attribute of GridWeb ,it will not keep in actual excel file
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridWorksheet.SetEditableRange(System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
Makes a range of cells editable. http://docs.aspose.com:8082/docs/display/cellsnet/Protecting+Cells
Make all cells read only by calling the SetAllCellsReadonly method.
then call this method to Specify the range of cells that to be editable
</summary>
<param name="startRow">The start row of the range.</param>
<param name="startColumn">The start column of the range.</param>
<param name="rows">The number of the rows.</param>
<param name="columns">The number of the columns.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridWorksheet.SetReadonlyRange(System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
Makes a range of cells readonly. http://docs.aspose.com:8082/docs/display/cellsnet/Protecting+Cells
First make all cells editable by calling the SetAllCellsEditable method.
then call this method to Specify the range of cells that to be readonly
</summary>
<param name="startRow">The start row of the range.</param>
<param name="startColumn">The start column of the range.</param>
<param name="rows">The number of the rows.</param>
<param name="columns">The number of the columns.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridWorksheet.GroupRows(System.Int32,System.Int32,System.Boolean)">
<summary>
Groups rows.
</summary>
<param name="firstIndex">The first row index to be grouped.</param>
<param name="lastIndex">The last row index to be grouped.</param>
<param name="isHidden">Specifies if the grouped rows are hidden.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridWorksheet.UnGroupRows(System.Int32,System.Int32)">
<summary>
Ungroups rows.
</summary>
<param name="firstIndex">The first row index to be ungrouped.</param>
<param name="lastIndex">The last row index to be ungrouped.</param>
<remarks>
Only removes outter group info.
</remarks>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridWorksheet.SetRowReadonly(System.Int32,System.Boolean)">
<summary>
Sets a row to readonly so user can't delete it from client side.
this is extended method of GridWeb specifically,it will not keep and take affect in actual excel file
</summary>
<param name="rowIndex">row index.</param>
<param name="isReadonly">true or false.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridWorksheet.SetColumnReadonly(System.Int32,System.Boolean)">
<summary>
Sets a column to readonly so user can't delete it from client side.
this is extended method of GridWeb specifically,it will not keep and take affect in actual excel file
</summary>
<param name="columnIndex">column index.</param>
<param name="isReadonly">true or false.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridWorksheet.GetRowReadonly(System.Int32)">
<summary>
Gets if a row is readonly.
this is extended method of GridWeb specifically,it will not keep and take affect in actual excel file
</summary>
<param name="rowIndex">row index.</param>
<returns>If readonly returns true.</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridWorksheet.GetColumnReadonly(System.Int32)">
<summary>
Gets if a column is readonly.
this is extended method of GridWeb specifically,it will not keep and take affect in actual excel file
</summary>
<param name="columnIndex">column index.</param>
<returns>If readonly returns true.</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridWorksheet.CreateSubtotal(System.Int32,System.Int32,System.Int32,Aspose.Cells.GridWeb.Data.SubtotalFunction,System.Int32[],System.String,Aspose.Cells.GridWeb.GridTableItemStyle,Aspose.Cells.GridWeb.GridTableItemStyle,Aspose.Cells.GridWeb.Data.NumberType,System.String)">
<summary>
Creates subtotal in the sheet.
</summary>
<param name="columnNameRowIndex">The row index of the column name row.</param>
<param name="dataRows">The number of the data rows.</param>
<param name="groupByColumnIndex">The column index of the column to be grouped.</param>
<param name="subtotalFunction">The subtotal function type.</param>
<param name="subtotalColumnIndexList">The column indexes to be subtotaled.</param>
<param name="functionLabel">The label of subtotal function.</param>
<param name="grandCellStyle">The style of the grand total line.</param>
<param name="subtotalCellStyle">The style of the subtotal line.</param>
<param name="numberType">The number type of the subtotal result cells.</param>
<param name="customString">The custome format string of the subtotal result cells. Can be null.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridWorksheet.CreateSubtotal(System.Int32,System.Int32,System.Int32,Aspose.Cells.GridWeb.Data.SubtotalFunction,System.Int32[])">
<summary>
Creates subtotal in the sheet.
</summary>
<param name="columnNameRowIndex">The row index of the column name row.</param>
<param name="dataRows">The number of the data rows.</param>
<param name="groupByColumnIndex">The column index of the column to be grouped.</param>
<param name="subtotalFunction">The subtotal function type.</param>
<param name="subtotalColumnIndexList">The column indexes to be subtotaled.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridWorksheet.RemoveSubtotal">
<summary>
Removes subtotal created by the CreateSubtotal method in the sheet.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridWorksheet.DataBind">
<summary>
Bind the sheet to the DataSource.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridWorksheet.CreateAutoGenratedColumns">
<summary>
After setting a datasource for the worksheet, call this method to generate the bind columns automatically.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridWorksheet.DataSourceControlUpdate(System.Web.UI.WebControls.AccessDataSource)">
<summary>
Bind the sheet to the DataSource.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridWorksheet.CommitNewBindRow">
<summary>
Commits the new added bind row and add it to the datasource.
</summary>
<returns>The row index of the new row. If no row is created, returns -1.</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridWorksheet.CancelNewBindRow">
<summary>
Cancels and deletes the new added bind row.
</summary>
<returns>The row index. If there is no new created bind row, returns -1.</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridWorksheet.CreateNewBindRow">
<summary>
Creates a new bind row and bind to the datasource.
</summary>
<returns>The row index of the new row. If no row is created, returns -1.</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridWorksheet.DeleteBindRow(System.Int32)">
<summary>
Deletes a bind row.
</summary>
<param name="rowNum">The row index.</param>
<returns>The deleted row index. If no bind row is deleted, returns -1.</returns>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridWorksheet.Name">
<summary>
Gets or sets the name of the worksheet.
</summary>
<remarks>The max length of sheet name is 31. And you cannot assign same name(case insensitive) to two worksheets.
For example, you cannot set "SheetName1" to the first worksheet and set "SHEETNAME1" to the second worksheet.</remarks>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridWorksheet.IsGridlinesVisible">
<summary>
Gets or sets a value indicating whether the grid lines are visible.Default is true.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridWorksheet.DisplayZeros">
<summary>
True if zero values are displayed.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridWorksheet.OutlineShown">
<summary>
Indicates whether show outline.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridWorksheet.Selected">
<summary>
Indicates whether this worksheet is selected when the workbook is opened.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridWorksheet.Pictures">
<summary>
Gets a <see cref="P:Aspose.Cells.GridWeb.Data.GridWorksheet.Pictures" /> collection.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridWorksheet.Shapes">
<summary>
Gets a <see cref="P:Aspose.Cells.GridWeb.Data.GridWorksheet.Pictures" /> collection.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridWorksheet.Hyperlinks">
<summary>
Gets the <see cref="T:Aspose.Cells.HyperlinkCollection" /> collection.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridWorksheet.Validations">
<summary>
Gets the data validation setting collection in the worksheet.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridWorksheet.Visible">
<summary>
Indicates whether this sheet's name is shown in the sheet tabs of the control.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridWorksheet.TabColor">
<summary>
Represents worksheet tab color.
</summary>
<remarks>This feature is only supported in ExcelXP(Excel2002) and above version. If you save file as Excel97 or Excel2000 format, it will be omitted.</remarks>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridWorksheet.CodeName">
<summary>
Represents worksheet code name.
</summary>
<remarks>You cannot change the code name while the template file contains VBA/macro.</remarks>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridWorksheet.BackgroundImage">
<summary>
Gets and sets worksheet background image.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridWorksheet.PivotTables">
<summary>
Gets the pivotTables in the worksheet.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridWorksheet.StandardHeight">
<summary>
Gets or sets the default row height in this worksheet,in unit of points.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridWorksheet.StandardHeightPixels">
<summary>
Gets or sets the default row height in this worksheet,in unit of pixels.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridWorksheet.IsSummaryRowBelow">
<summary>
Indicates if the summary row will be positioned below the detail rows in the outline.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridWorksheet.CurrentBindRows">
<summary>
Gets the binding rows number in data-binding mode.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridWorksheet.DataMember">
<summary>
Gets or sets the DataMember from the multi-member DataSource.
Generally it represents a DataTable object of a DataSet.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridWorksheet.DataSource">
<summary>
Gets or sets the DataSource.
Generally it's a DataSet object.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridWorksheet.BindColumns">
<summary>
Bind columns collection.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridWorksheet.EnableCreateBindColumnHeader">
<summary>
In data-binding mode, indicates whether to create bind column header captions in the sheet.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridWorksheet.BindStartRow">
<summary>
In data-binding mode, BindStartRow and BindStartColumn indicate the position of the grid to bind bo the datasource.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridWorksheet.BindStartColumn">
<summary>
In data-binding mode, BindStartRow and BindStartColumn indicate the position of the grid to bind bo the datasource.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridWorksheet.BindingSource">
<summary>
The actually binding datasource object at run-time. It is a DataView object when the DataSource property is a DataSet, DataTable or DataView object.
</summary>
</member>
<member name="E:Aspose.Cells.GridWeb.Data.GridWorksheet.InitializeNewBindRow">
<summary>
Occurs when the worksheet has created a new bind row and need to initialize it.
</summary>
</member>
<member name="T:Aspose.Cells.GridWeb.Data.InitializeNewBindRowHandler">
<summary>
Represents the method that intend to handle InitializeNewBindRow event.
sender: The worksheet object.
bindObject: The new created bind object. Generally it's a DataRowView object.
</summary>
</member>
<member name="T:Aspose.Cells.GridWeb.Data.GridWorksheetCollection">
<summary>
Collects the <seealso cref="T:Aspose.Cells.Row" /> objects that represent the individual rows in a worksheet.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridWorksheetCollection.GetEnumerator">
<summary>
Gets the rows enumerator
</summary>
<returns>The rows enumerator</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridWorksheetCollection.Add">
<summary>
Adds a worksheet to the collection.
</summary>
<returns>
<see cref="T:Aspose.Cells.Worksheet" /> object index.</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridWorksheetCollection.Add(System.String)">
<summary>
Adds a worksheet to the collection.
</summary>
<param name="sheetName">Worksheet name</param>
<returns>
<see cref="T:Aspose.Cells.Worksheet" /> object.</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridWorksheetCollection.RemoveAt(System.Int32)">
<summary>
Removes the element at a specified index.
</summary>
<param name="index">The index value of the element to remove.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridWorksheetCollection.RemoveAt(System.String)">
<summary>
Removes the element at a specified name.
</summary>
<param name="name">The name of the element to remove.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridWorksheetCollection.SetVisible(System.String,System.Boolean)">
<summary>
Sets the visible options.
</summary>
<param name="isVisible">Whether the worksheet is visible</param>
<param name="ignoreError">Whether ignore error if this option is not valid.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridWorksheetCollection.AddCopy(System.String)">
<summary>
Adds a worksheet to the collection and copies data from an existed worksheet.
</summary>
<param name="sheetName">Name of source worksheet.</param>
<returns>
<see cref="T:Aspose.Cells.Worksheet" /> object index.</returns>
<exception cref="T:Aspose.Cells.CellsException">Specifies an invalid worksheet name.</exception>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridWorksheetCollection.AddCopy(System.Int32)">
<summary>
Adds a worksheet to the collection and copies data from an existed worksheet.
</summary>
<param name="sheetIndex">Index of source worksheet.</param>
<returns>
<see cref="T:Aspose.Cells.Worksheet" /> object index.</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridWorksheetCollection.Clear">
<summary>
Clear all worksheets.
</summary>
<remarks>
A workbook must contains a worksheet.
</remarks>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridWorksheetCollection.Insert(System.Int32,System.String)">
<param name="sheetName">The sheet name.</param>
<returns>Returns an inserted worksheet.</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridWorksheetCollection.SwapSheet(System.Int32,System.Int32)">
<summary>
Swaps the two sheets.
</summary>
<param name="sheetIndex1">The first worksheet.</param>
<param name="sheetIndex2">The second worksheet.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridWorksheetCollection.CalculateFormula">
<summary>
Calculates the result of formulas.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridWorksheetCollection.ImportDataView(System.Data.DataView,Aspose.Cells.GridWeb.TableItemStyle,Aspose.Cells.GridWeb.TableItemStyle)">
<summary>
Imports from a DataView. Creates a sheet with the DataView's table name automatically.
</summary>
<param name="dataView">The DataView object.</param>
<param name="colHeaderStyle">Specifies the style of the dataview header bar.</param>
<param name="dataStyle">Specifies the style of the data area.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridWorksheetCollection.ImportDataView(System.Data.DataView,Aspose.Cells.GridWeb.TableItemStyle,Aspose.Cells.GridWeb.TableItemStyle,System.String,System.Int32,System.Int32)">
<summary>
Imports from a DataView to the specified sheet and position.
</summary>
<param name="dataView">The DataView object.</param>
<param name="colHeaderStyle">Specifies the style of the dataview header bar.</param>
<param name="dataStyle">Specifies the style of the data area.</param>
<param name="sheetName">Specifies the sheet name. If the sheet doesn't exist, it will be created for you.</param>
<param name="row">Specifies the import position.</param>
<param name="column">Specifies the import postion.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridWorksheetCollection.CopyTo(System.Array,System.Int32)">
<summary>
Copys contents to an array.
</summary>
<param name="array">An array.</param>
<param name="index">Index of the array.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridWorksheetCollection.Add(System.Object)">
<summary>
Adds a sheet object.
</summary>
<param name="value">The sheet.</param>
<returns>
</returns>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridWorksheetCollection.Item(System.Int32)">
<summary>
Gets the <see cref="T:Aspose.Cells.Worksheet" /> element at the specified index.
</summary>
<param name="index">The zero based index of the element.</param>
<returns>The element at the specified index.</returns>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridWorksheetCollection.Item(System.String)">
<summary>
Gets the <see cref="T:Aspose.Cells.Worksheet" /> element with the specified name.
</summary>
<param name="sheetName">The name of the worksheet.</param>
<returns>The GridWorksheet with the name.</returns>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridWorksheetCollection.IsSynchronized">
<summary>
Gets a value indicating if access to the ICollection is synchronized (thread-safe).
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridWorksheetCollection.SyncRoot">
<summary>
Gets an object that can be used to synchronize access to the ICollection.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridWorksheetCollection.DefaultFontName">
<summary>
Gets or sets the control's default font name.
</summary>
<example>
<code>
[C#]
GridWeb1.DefaultFontName = "Arial";
[Visual Basic]
GridWeb1.DefaultFontName = "Arial"
</code>
</example>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridWorksheetCollection.NumberDecimalSeparator">
<summary>
Gets or sets the decimal separator for formatting/parsing numeric values. Default is the decimal separator of current Region.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridWorksheetCollection.DefaultFontSize">
<summary>
Gets or sets the control's default font size.
</summary>
<example>
<code>
[C#]
GridWeb1.DefaultFontSize = new System.Web.UI.WebControls.FontUnit("10pt");
[Visual Basic]
GridWeb1.DefaultFontSize = New System.Web.UI.WebControls.FontUnit("10pt")
</code>
</example>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridWorksheetCollection.Names">
<summary>
Gets the collection of all the Name objects in the spreadsheet.
</summary>
</member>
<member name="T:Aspose.Cells.GridWeb.Data.GridCellArea">
<summary>
Represents an area of cells.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridCellArea.StartRow">
<summary>
Gets or sets the start row of this area.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridCellArea.EndRow">
<summary>
Gets or sets the end row of this area.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridCellArea.StartColumn">
<summary>
Gets or sets the start column of this area.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridCellArea.EndColumn">
<summary>
Gets or sets the end column of this area.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCellArea.Equals(System.Object)">
<summary>
Test if the object equals to another WebCellArea object.
</summary>
<param name="obj">
</param>
<returns>
</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCellArea.GetHashCode">
<summary>
Get the hashcode.
</summary>
<returns>
</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCellArea.#ctor">
<summary>
Creat a cell area.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCellArea.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
Creat a cell area.
</summary>
<param name="startRow">The start row.</param>
<param name="startColumn">The start column.</param>
<param name="endRow">The end row.</param>
<param name="endColumn">The end column.</param>
</member>
<member name="T:Aspose.Cells.GridWeb.Data.OnErrorActionQuery">
<summary>
Used in the CellError event of the GridWeb.
</summary>
<example>
<code>
[C#]
onErrorActionQuery.OnErrorAction = OnErrorActionType.Ignore;
[VB]
onErrorActionQuery.OnErrorAction = OnErrorActionType.Ignore
</code>
</example>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.OnErrorActionQuery.OnErrorAction">
<summary>
Gets or set the action type.
</summary>
</member>
<member name="T:Aspose.Cells.GridWeb.Data.OnErrorActionType">
<summary>
Used in CellError event of the GridWeb. User set the OnErrorActionQuery.OnErrorAction to tell the control Stop processing or Ignore error.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.OnErrorActionType.Throw">
<summary>
Throws the current exception.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.OnErrorActionType.Stop">
<summary>
Stops current processing.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.OnErrorActionType.Ignore">
<summary>
Ignores the error and continue processing.
</summary>
</member>
<member name="T:Aspose.Cells.GridWeb.RowColumnType">
<summary>
Represents the row/column type of the row/column events.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.RowColumnType.Row">
<summary>
Row type.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.RowColumnType.Column">
<summary>
Column type.
</summary>
</member>
<member name="T:Aspose.Cells.GridWeb.RowColumnEventArgs">
<summary>
Provides data for row/column events.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.RowColumnEventArgs.RejectOperation">
<summary>
Call this method in RowDeleting/ColumnDeleting event handlers to cancel the deleting operations.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.RowColumnEventArgs.Type">
<summary>
The row or column type.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.RowColumnEventArgs.Num">
<summary>
The row or column number, starts from zero.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.RowColumnEventArgs.Argument">
<summary>
The argument of the event.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.RowColumnEventArgs.IsCancel">
<summary>
shall we cancel the operation.
</summary>
</member>
<member name="T:Aspose.Cells.GridWeb.Data.WebCellErrorType">
<summary>
Used in WebCellException. Represents the cell error type.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.WebCellErrorType.ValidationError">
<summary>
The cell's validation failed.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.WebCellErrorType.DataSourceInsertError">
<summary>
When insert the sheet's binding row to datasource, an error occured.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.WebCellErrorType.DataSourceUpdateError">
<summary>
When update the sheet's binding row or object's field, an error occured.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.WebCellErrorType.DataSourceDeleteError">
<summary>
When delete the sheet's binding row to datasource, an error occured.
</summary>
</member>
<member name="T:Aspose.Cells.GridWeb.Data.WebCellException">
<summary>
Represents a cell operation error.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.WebCellException.Cell">
<summary>
Gets the error cell. If the Cell is null, the error is cause by an CommitNewBindRow operation, that means the DataTable rejected the new created row.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.WebCellException.ErrorType">
<summary>
Gets the error type.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.WebCellException.ErrorValue">
<summary>
Get the error value.
</summary>
</member>
<member name="T:Aspose.Cells.GridWeb.Data.WorkbookEventHandler">
<summary>
Represents the interface that intend to handle workbook events.
<para>void <b>handleCellEvent</b>(Object sender, CellEventArgs e);</para></summary>
<param name="sender">The source of the event.</param>
<param name="e">The event argument.</param>
</member>
<member name="T:Aspose.Cells.GridWeb.Data.PivotCache">
<remarks>
NOTE: This class is now obsolete.
please use GridPivotTable Instead.
This class will be removed after 6 months since Aug. 2014.
Aspose apologizes for any inconvenience you may have experienced.</remarks>
<summary>
Represents the memory cache for a PivotTable report. The PivotCache object is a member of the <see cref="T:Aspose.Cells.GridWeb.Data.PivotCaches" /> collection.
</summary>
<remarks>
Uses the PivotCache method to return a PivotCache object for a PivotTable report (each report has only one cache).
The source data of PivotCache come from WebWorksheet, DataTable, and so on.
</remarks>
<example>
<code>
[C#]
//On the assumption that worksheet "Sheet1" has datas, then creates a PivotTable report base on it.
WebWorksheet sourceSheet = GridWeb1.WebWorksheets["Sheet1"];
Aspose.Cells.GridWeb.Data.WebCellArea sourceRange = new WebCellArea();
sourceRange.StartRow = 0;
sourceRange.StartColumn = 0;
sourceRange.EndRow = 10;
sourceRange.EndColumn = 5;
PivotCache cache = GridWeb1.WebWorksheets.PivotCaches.Add(sourceSheet, sourceRange);
PivotTable table = cache.CreatePivotTable();
table.PivotFields[0].Orientation = PivotFieldOrientation.RowField;
table.PivotFields[1].Orientation = PivotFieldOrientation.RowField;
table.PivotFields[2].Orientation = PivotFieldOrientation.RowField;
table.PivotFields[3].Orientation = PivotFieldOrientation.ColumnField | PivotFieldOrientation.DataField;
table.PivotFields[4].Orientation = PivotFieldOrientation.ColumnField;
table.PivotFields[5].Orientation = PivotFieldOrientation.ColumnField | PivotFieldOrientation.DataField;
table.PivotFields[3].Function = PivotFieldFunction.Count;
table.PivotFields[5].Function = PivotFieldFunction.Sum;
table.DataBind();
//Creates a PivotTable report from DataView or DataTable.
DataView dataView;//Or DataTable dataTable;
.
.
.
Sets dataView(dataTable) Value
.
.
.
PivotCache cache = GridWeb1.WebWorksheets.PivotCaches.Add(dataView);
//Or PivotCache cache = GridWeb1.WebWorksheets.PivotCaches.Add(dataTable);
PivotTable table = cache.CreatePivotTable();
table = GridWeb1.WebWorksheets.PivotTables["PivotTable1"];
table.PivotFields[0].Orientation = PivotFieldOrientation.RowField;
table.PivotFields[1].Orientation = PivotFieldOrientation.RowField;
table.PivotFields[2].Orientation = PivotFieldOrientation.ColumnField | PivotFieldOrientation.DataField;
table.DataBind();
[VB]
'On the assumption that worksheet "Sheet1" has datas, then creates a PivotTable report base on it.
Dim sourceSheet As WebWorksheet = GridWeb1.WebWorksheets("Sheet1")
Dim sourceRange As Aspose.Cells.GridWeb.Data.WebCellArea = New WebCellArea()/
sourceRange.StartRow = 0
sourceRange.StartColumn = 0
sourceRange.EndRow = 10
sourceRange.EndColumn = 5
Dim cache As PivotCache = GridWeb1.WebWorksheets.PivotCaches.Add(sourceSheet,sourceRange)
Dim table As PivotTable = cache.CreatePivotTable()
table.PivotFields(0).Orientation = PivotFieldOrientation.RowField
table.PivotFields(1).Orientation = PivotFieldOrientation.RowField
table.PivotFields(2).Orientation = PivotFieldOrientation.RowField
table.PivotFields(3).Orientation = PivotFieldOrientation.ColumnField | PivotFieldOrientation.DataField
table.PivotFields(4).Orientation = PivotFieldOrientation.ColumnField
table.PivotFields(5).Orientation = PivotFieldOrientation.ColumnField | PivotFieldOrientation.DataField
table.PivotFields(3).Function = PivotFieldFunction.Count
table.PivotFields(5).Function = PivotFieldFunction.Sum
table.DataBind()
'Creates a PivotTable report from DataView or DataTable.
Dim dataView As DataView ' Or Dim dataTable As DataTable
.
.
Sets dataView(dataTable) Value
.
.
.
Dim cache As PivotCache = GridWeb1.WebWorksheets.PivotCaches.Add(dataView)
'Or Dim cache As PivotCache = GridWeb1.WebWorksheets.PivotCaches.Add(dataTable)
Dim table As PivotTable = cache.CreatePivotTable()
table = GridWeb1.WebWorksheets.PivotTables("PivotTable1")
table.PivotFields(0).Orientation = PivotFieldOrientation.RowField
table.PivotFields(1).Orientation = PivotFieldOrientation.RowField
table.PivotFields(2).Orientation = PivotFieldOrientation.ColumnField | PivotFieldOrientation.DataField
table.DataBind()
</code>
</example>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.PivotCache.CreatePivotTable">
<summary>
Creates PivotTable report to a new Sheet.
</summary>
<returns>The PivotTable object</returns>
<remarks>
Calling this method will create a PivotTable object and a new worksheet.
Then adds the PivotTable object to the last location of GridWeb.Worksheets.PivotTables.
If You call the PivotTable.DataBind() method, the PivotTable report will be painted to the created worksheet.
</remarks>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.PivotCache.CreatePivotTable(System.String)">
<summary>
Creates PivotTable report to a new Sheet.
<param name="tableName">The name of the pivotTable object</param></summary>
<returns>The PivotTable object</returns>
<remarks>
Calling this method will create a PivotTable object and a new worksheet.
Then adds the PivotTable object to the last location of GridWeb.Worksheets.PivotTables.
If You call the PivotTable.DataBind() method, the PivotTable report will be painted to the created worksheet.
</remarks>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.PivotCache.CreatePivotTable(Aspose.Cells.GridWeb.Data.WebWorksheet,Aspose.Cells.GridWeb.Data.WebCell)">
<summary>
Creates PivotTable report to the targetSheet.
</summary>
<param name="targetSheet">The sheet that the pivotTable report will paint to</param>
<param name="targetCell">The start cell that the pivotTable report will paint to</param>
<returns>The PivotTable object</returns>
<remarks>
Calling this method will create a PivotTable object
Then adds the PivotTable object to the last location of GridWeb.Worksheets.PivotTables.
If You call the PivotTable.DataBind() method, the PivotTable report will be painted to the targetSheet
starting at the targetCell.
</remarks>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.PivotCache.CreatePivotTable(Aspose.Cells.GridWeb.Data.WebWorksheet,Aspose.Cells.GridWeb.Data.WebCell,System.String)">
<summary>
Creates PivotTable report to the targetSheet.
</summary>
<param name="targetSheet">The sheet that the pivotTable report will paint to</param>
<param name="targetCell">The start cell that the pivotTable report will paint to</param>
<param name="tableName">The name of the pivotTable object</param>
<returns>The PivotTable object</returns>
<remarks>
Calling this method will create a PivotTable object naming tableName
Then adds the PivotTable object to the last location of GridWeb.Worksheets.PivotTables.
If You call the PivotTable.DataBind() method, the PivotTable report will be painted to the targetSheet
starting at the targetCell.
</remarks>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.PivotCache.Equals(System.Object)">
<summary>
Determines whether two Object instances are equal.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.PivotCache.GetHashCode">
<summary>
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.PivotCache.ToString">
<summary>
Returns a String that represents the current Object
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.PivotCache.ResetDataSource(System.Data.DataTable)">
<summary>
Resets the source data
</summary>
<param name="dataTable">The data source</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.PivotCache.ResetDataSource(System.Data.DataView)">
<summary>
Resets the source data
</summary>
<param name="dataView">The data source</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.PivotCache.ResetDataSource(Aspose.Cells.GridWeb.Data.WebWorksheet,Aspose.Cells.GridWeb.Data.WebCellArea)">
<summary>
Resets the source data
</summary>
<param name="sourceSheet">The sheet of source dat</param>
<param name="sourceCellArea">The range of the sheet</param>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.PivotCache.Parent">
<summary>
Returns the parent object for the specified object(the container of PivotCache). Read-only.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.PivotCache.DataTable">
<summary>
Returns the data source of System.Data.DataTable for the PivotTable report.
</summary>
<remarks>
DataTable.Columns will be convert to PivotTable fields.
</remarks>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.PivotCache.DataView">
<summary>
Returns the data source of System.Data.DataView for the PivotTable report.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.PivotCache.SourceSheet">
<summary>
Returns the data source of WebWorksheet for the PivotTable report.
</summary>
<remarks>
DataTable.Columns will be convert PivotTable fields.
</remarks>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.PivotCache.SourceCellArea">
<summary>
Returns the range of the data source using with SourceSheet.
</summary>
<example>
<code>
[C#]
//Changes data source range
//Original value: StartRow=0;StartColumn=0;EndRow=10;EndColumn=4;
PivotTable table = GridWeb1.WebWorksheets.PivotTables["myPivotTable"];
//Adds 2 row data
table.PivotCache.SourceCellArea.EndRow = 12;
[VB]
'Changes data source range
'Original value: StartRow=0;StartColumn=0;EndRow=10;EndColumn=4;
Dim table As PivotTable = GridWeb1.WebWorksheets.PivotTables("myPivotTable")
'Adds 2 row data
table.PivotCache.SourceCellArea.EndRow = 12
</code>
</example>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.PivotCache.SourceType">
<summary>
Represents the type of the source data
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.PivotCache.Name">
<summary>
Returns the name of PivotCache.Re
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.PivotCache.Index">
<summary>
Returns the index of this object in Parent
</summary>
</member>
<member name="T:Aspose.Cells.GridWeb.Data.PivotCaches">
<remarks>
NOTE: This class is now obsolete.
please use GridPivotTableCollection Instead.
This class will be removed after 6 months since Aug. 2014.
Aspose apologizes for any inconvenience you may have experienced.</remarks>
<summary>
Represents the collection of memory caches from the PivotTable reports in a workbook.
Each memory cache is represented by a <see cref="T:Aspose.Cells.GridWeb.Data.PivotCache" /> object.
</summary>
<example>
<code>
[C#]
//On the assumption that worksheet "Sheet1" has datas, then creates a PivotTable report base on it.
WebWorksheet sourceSheet = GridWeb1.WebWorksheets["Sheet1"];
Aspose.Cells.GridWeb.Data.WebCellArea sourceRange = new WebCellArea();
sourceRange.StartRow = 0;
sourceRange.StartColumn = 0;
sourceRange.EndRow = 10;
sourceRange.EndColumn = 5;
PivotCache cache = GridWeb1.WebWorksheets.PivotCaches.Add(sourceSheet, sourceRange);
PivotTable table = cache.CreatePivotTable();
table.PivotFields[0].Orientation = PivotFieldOrientation.RowField;
table.PivotFields[1].Orientation = PivotFieldOrientation.RowField;
table.PivotFields[2].Orientation = PivotFieldOrientation.RowField;
table.PivotFields[3].Orientation = PivotFieldOrientation.ColumnField | PivotFieldOrientation.DataField;
table.PivotFields[4].Orientation = PivotFieldOrientation.ColumnField;
table.PivotFields[5].Orientation = PivotFieldOrientation.ColumnField | PivotFieldOrientation.DataField;
table.PivotFields[3].Function = PivotFieldFunction.Count;
table.PivotFields[5].Function = PivotFieldFunction.Sum;
table.DataBind();
//Creates a PivotTable report from DataView or DataTable.
DataView dataView;//Or DataTable dataTable;
.
.
.
Sets dataView(dataTable) Value
.
.
.
PivotCache cache = GridWeb1.WebWorksheets.PivotCaches.Add(dataView);
//Or PivotCache cache = GridWeb1.WebWorksheets.PivotCaches.Add(dataTable);
PivotTable table = cache.CreatePivotTable();
table = GridWeb1.WebWorksheets.PivotTables["PivotTable1"];
table.PivotFields[0].Orientation = PivotFieldOrientation.RowField;
table.PivotFields[1].Orientation = PivotFieldOrientation.RowField;
table.PivotFields[2].Orientation = PivotFieldOrientation.ColumnField | PivotFieldOrientation.DataField;
table.DataBind();
[VB]
'On the assumption that worksheet "Sheet1" has datas, then creates a PivotTable report base on it.
Dim sourceSheet As WebWorksheet = GridWeb1.WebWorksheets("Sheet1")
Dim sourceRange As Aspose.Cells.GridWeb.Data.WebCellArea = New WebCellArea()/
sourceRange.StartRow = 0
sourceRange.StartColumn = 0
sourceRange.EndRow = 10
sourceRange.EndColumn = 5
Dim cache As PivotCache = GridWeb1.WebWorksheets.PivotCaches.Add(sourceSheet,sourceRange)
Dim table As PivotTable = cache.CreatePivotTable()
table.PivotFields(0).Orientation = PivotFieldOrientation.RowField
table.PivotFields(1).Orientation = PivotFieldOrientation.RowField
table.PivotFields(2).Orientation = PivotFieldOrientation.RowField
table.PivotFields(3).Orientation = PivotFieldOrientation.ColumnField | PivotFieldOrientation.DataField
table.PivotFields(4).Orientation = PivotFieldOrientation.ColumnField
table.PivotFields(5).Orientation = PivotFieldOrientation.ColumnField | PivotFieldOrientation.DataField
table.PivotFields(3).Function = PivotFieldFunction.Count
table.PivotFields(5).Function = PivotFieldFunction.Sum
table.DataBind()
'Creates a PivotTable report from DataView or DataTable.
Dim dataView As DataView ' Or Dim dataTable As DataTable
.
.
Sets dataView(dataTable) Value
.
.
.
Dim cache As PivotCache = GridWeb1.WebWorksheets.PivotCaches.Add(dataView)
'Or Dim cache As PivotCache = GridWeb1.WebWorksheets.PivotCaches.Add(dataTable)
Dim table As PivotTable = cache.CreatePivotTable()
table = GridWeb1.WebWorksheets.PivotTables("PivotTable1")
table.PivotFields(0).Orientation = PivotFieldOrientation.RowField
table.PivotFields(1).Orientation = PivotFieldOrientation.RowField
table.PivotFields(2).Orientation = PivotFieldOrientation.ColumnField | PivotFieldOrientation.DataField
table.DataBind()
</code>
</example>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.PivotCaches.IndexOf(Aspose.Cells.GridWeb.Data.PivotCache)">
<summary>
Returns the index of the specified PivotCache in the collection
</summary>
<param name="pivotCache">
</param>
<returns>
</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.PivotCaches.Add(System.Data.DataTable)">
<summary>
Adds a PivotCache from DataTable.
</summary>
<param name="dataTable">The data source</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.PivotCaches.Add(System.Data.DataTable,System.String)">
<summary>
Adds a PivotCahe from DataTable using the specified name.
</summary>
<param name="dataTable">The data source</param>
<param name="cacheName">The cache name</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.PivotCaches.Add(System.Data.DataView)">
<summary>
Adds a PivotCache from DataView.
</summary>
<param name="dataView">The data source</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.PivotCaches.Add(System.Data.DataView,System.String)">
<summary>
Adds a PivotCahe from DataView using the specified name.
</summary>
<param name="dataView">The data source</param>
<param name="cacheName">The cache name</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.PivotCaches.Add(Aspose.Cells.GridWeb.Data.WebWorksheet,Aspose.Cells.GridWeb.Data.WebCellArea)">
<summary>
Adds a PivotCache from sheet
</summary>
<param name="sourceSheet">The sheet of source data</param>
<param name="sourceCellArea">The range of the sheet</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.PivotCaches.Add(Aspose.Cells.GridWeb.Data.WebWorksheet,Aspose.Cells.GridWeb.Data.WebCellArea,System.String)">
<summary>
Adds a PivotCache from sheet using the specified name.
</summary>
<param name="sourceSheet">The sheet of source data</param>
<param name="sourceCellArea">The range of the sheet</param>
<param name="cacheName">The cache name</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.PivotCaches.Clear">
<summary>
Removes all PivotCache objects and all PivotTable objects in the control.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.PivotCaches.Remove(Aspose.Cells.GridWeb.Data.PivotCache)">
<summary>
Removes the specified PivotCache object from the PivotCaches
and the related PivotTable using the pivotCache as data source.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.PivotCaches.RemoveAt(System.Int32)">
<summary>
Removes the specified PivotCache object from the PivotCaches
and the related PivotTable using the pivotCache as data source.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.PivotCaches.CopyTo(System.Array,System.Int32)">
<summary>
Copies the entire PivotCache to a compatible one-dimensional Array, starting at the specified index of the target array
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.PivotCaches.GetEnumerator">
<summary>
Returns an IEnumerator for the PivotCaches.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.PivotCaches.Item(System.Int32)">
<summary>
Gets PivotCache object by index.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.PivotCaches.Item(System.String)">
<summary>
Gets PivotCache object by name.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.PivotCaches.Parent">
<summary>
Gets the parent object for the specified object. Read-only.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.PivotCaches.Count">
<summary>
Gets the number of elements contained in the PivotCaches instance
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.PivotCaches.IsSynchronized">
<summary>
Gets a value indicating whether access to the PivotCaches is synchronized (thread-safe).
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.PivotCaches.SyncRoot">
<summary>
Gets an object that can be used to synchronize access to the PivotCaches.
</summary>
</member>
<member name="T:Aspose.Cells.GridWeb.Data.PivotField">
<summary>
Represents a field in a PivotTable report. The PivotField object is a member of the <see cref="T:Aspose.Cells.GridWeb.Data.PivotFields" /> collection.
<remarks>
NOTE: This class is now obsolete. Instead,
please use GridPivotField.
This class will be removed after 6 months since Aug. 2014.
Aspose apologizes for any inconvenience you may have experienced.</remarks></summary>
<example>
<code>
[C#]
//Gets PivotFields of PivotTable[0]
PivotField field1 = GridWeb1.WebWorksheets.PivotTables[0].PivotFields["field1"];
PivotField field2 = GridWeb1.WebWorksheets.PivotTables[0].PivotFields["field2"];
PivotField field3 = GridWeb1.WebWorksheets.PivotTables[0].PivotFields["field3"];
PivotField field4 = GridWeb1.WebWorksheets.PivotTables[0].PivotFields["field4"];
//Sets Location of PivotFields
field1.Orientation = PivotFieldOrientation.RowField;
field2.Orientation = PivotFieldOrientation.RowField;
field3.Orientation = PivotFieldOrientation.ColumnField;
field4.Orientation = PivotFieldOrientation.DataField;
//Sets function of data field
field3.Function = PivotFieldFunction.Sum;
//Changes row fields order
field2.Position = 1; //Or field1.Position = 2;
[VB]
'Gets PivotFields of PivotTable[0]
Dim field1 As PivotField = GridWeb1.WebWorksheets.PivotTables(0).PivotFields("field1")
Dim field2 As PivotField = GridWeb1.WebWorksheets.PivotTables(0).PivotFields("field2")
Dim field3 As PivotField = GridWeb1.WebWorksheets.PivotTables(0).PivotFields("field3")
Dim field4 As PivotField = GridWeb1.WebWorksheets.PivotTables(0).PivotFields("field4")
'Sets Location of PivotFields
field1.Orientation = PivotFieldOrientation.RowField
field2.Orientation = PivotFieldOrientation.RowField
field3.Orientation = PivotFieldOrientation.ColumnField
field4.Orientation = PivotFieldOrientation.DataField
'Sets function of data field
field3.Function = PivotFieldFunction.Sum
'Changes row fields order
field2.Position = 1 'Or field1.Position = 2;
</code>
</example>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.PivotField.FieldItems">
<summary>
Gets the data of the specified field.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.PivotField.Orientation">
<summary>
Represents The location of the field in the specified PivotTable report.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.PivotField.Function">
<summary>
Represents function used to summarize the PivotTable field (data fields only).
The default function is Count.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.PivotField.Name">
<summary>
Gets the name.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.PivotField.Caption">
<summary>
The label text for the pivot field show in report.
By default show the name.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.PivotField.Position">
<summary>
Represents Position of the field (first, second, third, and so on)
among all the fields in its orientation (Rows, Columns, Pages).
you shall call the get method after calling of Pivottable.DataBind
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.PivotField.SortOrder">
<summary>
Represents the order used to sort the specified PivotTable field.
</summary>
</member>
<member name="T:Aspose.Cells.GridWeb.Data.PivotFieldFunction">
<remarks>
NOTE: This class is now obsolete.
please use GridPivotFieldFunction Instead.
This class will be removed after 6 months since Aug. 2014.
Aspose apologizes for any inconvenience you may have experienced.</remarks>
<summary>
Represents functions used to summarize the PivotTable data field
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.PivotFieldFunction.Count">
<summary>
The number of data values.This is the default function.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.PivotFieldFunction.Sum">
<summary>
The sum of the values.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.PivotFieldFunction.Average">
<summary>
The average of the values.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.PivotFieldFunction.Max">
<summary>
The largest value.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.PivotFieldFunction.Min">
<summary>
The smallest value.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.PivotFieldFunction.Product">
<summary>
The product of the values.
</summary>
</member>
<member name="T:Aspose.Cells.GridWeb.Data.PivotFieldOrientation">
<remarks>
NOTE: This class is now obsolete.
please use GridPivotFieldType Instead.
This class will be removed after 6 months since Aug. 2014.
Aspose apologizes for any inconvenience you may have experienced.</remarks>
<summary>
Represents The location of the field in the specified PivotTable report.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.PivotFieldOrientation.RowField">
<summary>
Sets the PivotField to RowField
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.PivotFieldOrientation.ColumnField">
<summary>
Sets the PivotField to ColumnField
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.PivotFieldOrientation.PageField">
<summary>
Sets the PivotField to PageField
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.PivotFieldOrientation.DataField">
<summary>
Sets the PivotField to DataField
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.PivotFieldOrientation.HiddenField">
<summary>
Sets the PivotField to HiddenField
</summary>
</member>
<member name="T:Aspose.Cells.GridWeb.Data.PivotFields">
<remarks>
NOTE: This class is now obsolete.
please use GridPivotFieldCollection Instead.
This class will be removed after 6 months since Aug. 2014.
Aspose apologizes for any inconvenience you may have experienced.</remarks>
<summary>
Reprents A collection of all the <see cref="T:Aspose.Cells.GridWeb.Data.PivotField" /> objects in a PivotTable report.
</summary>
<example>
<code>
[C#]
//Gets PivotFields of PivotTable[0]
PivotField field1 = GridWeb1.WebWorksheets.PivotTables[0].PivotFields["field1"];
PivotField field2 = GridWeb1.WebWorksheets.PivotTables[0].PivotFields["field2"];
PivotField field3 = GridWeb1.WebWorksheets.PivotTables[0].PivotFields["field3"];
PivotField field4 = GridWeb1.WebWorksheets.PivotTables[0].PivotFields["field4"];
//Sets Location of PivotFields
field1.Orientation = PivotFieldOrientation.RowField;
field2.Orientation = PivotFieldOrientation.RowField;
field3.Orientation = PivotFieldOrientation.ColumnField;
field4.Orientation = PivotFieldOrientation.DataField;
//Sets function of data field
field3.Function = PivotFieldFunction.Sum;
//Changes row fields order
field2.Position = 1; //Or field1.Position = 2;
[VB]
'Gets PivotFields of PivotTable[0]
Dim field1 As PivotField = GridWeb1.WebWorksheets.PivotTables(0).PivotFields("field1")
Dim field2 As PivotField = GridWeb1.WebWorksheets.PivotTables(0).PivotFields("field2")
Dim field3 As PivotField = GridWeb1.WebWorksheets.PivotTables(0).PivotFields("field3")
Dim field4 As PivotField = GridWeb1.WebWorksheets.PivotTables(0).PivotFields("field4")
'Sets Location of PivotFields
field1.Orientation = PivotFieldOrientation.RowField
field2.Orientation = PivotFieldOrientation.RowField
field3.Orientation = PivotFieldOrientation.ColumnField
field4.Orientation = PivotFieldOrientation.DataField
'Sets function of data field
field3.Function = PivotFieldFunction.Sum
'Changes row fields order
field2.Position = 1 'Or field1.Position = 2;
</code>
</example>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.PivotFields.CopyTo(System.Array,System.Int32)">
<summary>
Copies the entire PivotField to a compatible one-dimensional Array, starting at the specified index of the target array
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.PivotFields.GetEnumerator">
<summary>
Returns an IEnumerator for the PivotFields.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.PivotFields.IndexOf(Aspose.Cells.GridWeb.Data.PivotField)">
<summary>
Gets the index of the specified PivotField.
</summary>
<param name="field">
</param>
<returns>
</returns>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.PivotFields.Count">
<summary>
Gets the number of elements contained in the PivotFields instance
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.PivotFields.IsSynchronized">
<summary>
Gets a value indicating whether access to the PivotFields is synchronized (thread-safe).
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.PivotFields.SyncRoot">
<summary>
Gets an object that can be used to synchronize access to the PivotFields.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.PivotFields.Item(System.Int32)">
<summary>
Gets a PivotField by index.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.PivotFields.Item(System.String)">
<summary>
Gets a PivotField by name.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.PivotFields.Parent">
<summary>
Gets the parent object for the specified object. Read-only.
</summary>
</member>
<member name="T:Aspose.Cells.GridWeb.Data.PivotFieldSort">
<summary>
Represents the order used to sort the specified PivotTable field.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.PivotFieldSort.Asc">
<summary>
Rows or Columns organize data ascendable
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.PivotFieldSort.Desc">
<summary>
Rows or Columns organize data descendable
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.PivotFieldSort.Auto">
<summary>
Rows or Columns organize data natural
</summary>
</member>
<member name="T:Aspose.Cells.GridWeb.Data.PivotItem">
<remarks>
NOTE: This class is now obsolete.
please use GridPivotItem Instead.
This class will be removed after 6 months since Aug. 2014.
Aspose apologizes for any inconvenience you may have experienced.</remarks>
<summary>
Represents an item in a PivotTable field. The items are the individual data entries
in a field category. The PivotItem object is a member of the PivotItems collection.
The PivotItems collection contains all the items in a PivotField object.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.PivotItem.CompareTo(System.Object)">
<summary>
Compares this instance to a specified object and returns an indication of their relative values.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.PivotItem.Equals(System.Object)">
<summary>
Determines whether two Object instances are equal.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.PivotItem.GetHashCode">
<summary>
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.PivotItem.ToString">
<summary>
Returns a String that represents the current Object
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.PivotItem.Value">
<summary>
Gets the value of the specified item.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.PivotItem.Visible">
<summary>
Represents whether the specified item visible.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.PivotItem.Parent">
<summary>
Gets the parent object for the specified object. Read-only.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.PivotItem.Name">
<summary>
Gets the name
</summary>
</member>
<member name="T:Aspose.Cells.GridWeb.Data.PivotItems">
<remarks>
NOTE: This class is now obsolete.
please use GridPivotItemCollection Instead.
This class will be removed after 6 months since Aug. 2014.
Aspose apologizes for any inconvenience you may have experienced.</remarks>
<summary>
Represents A collection of all the PivotItem objects in a PivotTable field. The items are the individual data entries in a field category.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.PivotItems.CopyTo(System.Array,System.Int32)">
<summary>
Copies the entire PivotItem to a compatible one-dimensional Array, starting at the specified index of the target array
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.PivotItems.GetEnumerator">
<summary>
Returns an IEnumerator for the PivotItems.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.PivotItems.Item(System.Int32)">
<summary>
Gets a item by index.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.PivotItems.Item(System.String)">
<summary>
Gets a item by name.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.PivotItems.Parent">
<summary>
Gets the parent object for the specified object. Read-only.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.PivotItems.Count">
<summary>
Gets the number of elements contained in the PivotItems instance
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.PivotItems.IsSynchronized">
<summary>
Gets a value indicating whether access to the PivotItems is synchronized (thread-safe).
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.PivotItems.SyncRoot">
<summary>
Gets an object that can be used to synchronize access to the PivotItems.
</summary>
</member>
<member name="T:Aspose.Cells.GridWeb.Data.PivotSourceType">
<summary>
Represents the source data type.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.PivotSourceType.DataTable">
<summary>
Represents data source from a DataTable object.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.PivotSourceType.DataView">
<summary>
Represents data source from a DataView object.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.PivotSourceType.WorkSheet">
<summary>
Represents data source from a WebWorksheet objecet.
</summary>
</member>
<member name="T:Aspose.Cells.GridWeb.Data.PivotTable">
<remarks>
NOTE: This class is now obsolete.
please use GridPivotTable Instead.
This class will be removed after 6 months since Aug. 2014.
Aspose apologizes for any inconvenience you may have experienced.</remarks>
<summary>
Represents a PivotTable report on a worksheet. The PivotTable object is a member of the <see cref="T:Aspose.Cells.GridWeb.Data.PivotTables" /> collection.
The PivotTables collection contains all the PivotTable objects on a control.
</summary>
<example>
<code>
[C#]
//On the assumption that worksheet "Sheet1" has datas, then creates a PivotTable report base on it.
WebWorksheet sourceSheet = GridWeb1.WebWorksheets["Sheet1"];
Aspose.Cells.GridWeb.Data.WebCellArea sourceRange = new WebCellArea();
sourceRange.StartRow = 0;
sourceRange.StartColumn = 0;
sourceRange.EndRow = 10;
sourceRange.EndColumn = 5;
PivotCache cache = GridWeb1.WebWorksheets.PivotCaches.Add(sourceSheet, sourceRange);
PivotTable table = cache.CreatePivotTable();
table.PivotFields[0].Orientation = PivotFieldOrientation.RowField;
table.PivotFields[1].Orientation = PivotFieldOrientation.RowField;
table.PivotFields[2].Orientation = PivotFieldOrientation.RowField;
table.PivotFields[3].Orientation = PivotFieldOrientation.ColumnField | PivotFieldOrientation.DataField;
table.PivotFields[4].Orientation = PivotFieldOrientation.ColumnField;
table.PivotFields[5].Orientation = PivotFieldOrientation.ColumnField | PivotFieldOrientation.DataField;
table.PivotFields[3].Function = PivotFieldFunction.Count;
table.PivotFields[5].Function = PivotFieldFunction.Sum;
table.DataBind();
//Creates a PivotTable report from DataView or DataTable.
DataView dataView;//Or DataTable dataTable;
.
.
.
Sets dataView(dataTable) Value
.
.
.
PivotCache cache = GridWeb1.WebWorksheets.PivotCaches.Add(dataView);
//Or PivotCache cache = GridWeb1.WebWorksheets.PivotCaches.Add(dataTable);
PivotTable table = cache.CreatePivotTable();
table = GridWeb1.WebWorksheets.PivotTables["PivotTable1"];
table.PivotFields[0].Orientation = PivotFieldOrientation.RowField;
table.PivotFields[1].Orientation = PivotFieldOrientation.RowField;
table.PivotFields[2].Orientation = PivotFieldOrientation.ColumnField | PivotFieldOrientation.DataField;
table.DataBind();
[VB]
'On the assumption that worksheet "Sheet1" has datas, then creates a PivotTable report base on it.
Dim sourceSheet As WebWorksheet = GridWeb1.WebWorksheets("Sheet1")
Dim sourceRange As Aspose.Cells.GridWeb.Data.WebCellArea = New WebCellArea()/
sourceRange.StartRow = 0
sourceRange.StartColumn = 0
sourceRange.EndRow = 10
sourceRange.EndColumn = 5
Dim cache As PivotCache = GridWeb1.WebWorksheets.PivotCaches.Add(sourceSheet,sourceRange)
Dim table As PivotTable = cache.CreatePivotTable()
table.PivotFields(0).Orientation = PivotFieldOrientation.RowField
table.PivotFields(1).Orientation = PivotFieldOrientation.RowField
table.PivotFields(2).Orientation = PivotFieldOrientation.RowField
table.PivotFields(3).Orientation = PivotFieldOrientation.ColumnField | PivotFieldOrientation.DataField
table.PivotFields(4).Orientation = PivotFieldOrientation.ColumnField
table.PivotFields(5).Orientation = PivotFieldOrientation.ColumnField | PivotFieldOrientation.DataField
table.PivotFields(3).Function = PivotFieldFunction.Count
table.PivotFields(5).Function = PivotFieldFunction.Sum
table.DataBind()
'Creates a PivotTable report from DataView or DataTable.
Dim dataView As DataView ' Or Dim dataTable As DataTable
.
.
Sets dataView(dataTable) Value
.
.
.
Dim cache As PivotCache = GridWeb1.WebWorksheets.PivotCaches.Add(dataView)
'Or Dim cache As PivotCache = GridWeb1.WebWorksheets.PivotCaches.Add(dataTable)
Dim table As PivotTable = cache.CreatePivotTable()
table = GridWeb1.WebWorksheets.PivotTables("PivotTable1")
table.PivotFields(0).Orientation = PivotFieldOrientation.RowField
table.PivotFields(1).Orientation = PivotFieldOrientation.RowField
table.PivotFields(2).Orientation = PivotFieldOrientation.ColumnField | PivotFieldOrientation.DataField
table.DataBind()
</code>
</example>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.PivotTable.PivotFields">
<summary>
Repesents all fields in PivotTable report.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.PivotTable.PivotCache">
<summary>
Gets PivotCache object that the report used.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.PivotTable.Name">
<summary>
Gets name
</summary>
</member>
<member name="T:Aspose.Cells.GridWeb.Data.PivotTables">
<remarks>
NOTE: This class is now obsolete.
please use GridPivotTableCollection Instead.
This class will be removed after 6 months since Aug. 2014.
Aspose apologizes for any inconvenience you may have experienced.</remarks>
<summary>
Represents a collection of all the <see cref="T:Aspose.Cells.GridWeb.Data.PivotTable" /> objects
</summary>
<example>
<code>
[C#]
//On the assumption that worksheet "Sheet1" has datas, then creates a PivotTable report base on it.
WebWorksheet sourceSheet = GridWeb1.WebWorksheets["Sheet1"];
Aspose.Cells.GridWeb.Data.WebCellArea sourceRange = new WebCellArea();
sourceRange.StartRow = 0;
sourceRange.StartColumn = 0;
sourceRange.EndRow = 10;
sourceRange.EndColumn = 5;
PivotCache cache = GridWeb1.WebWorksheets.PivotCaches.Add(sourceSheet, sourceRange);
PivotTable table = cache.CreatePivotTable();
table.PivotFields[0].Orientation = PivotFieldOrientation.RowField;
table.PivotFields[1].Orientation = PivotFieldOrientation.RowField;
table.PivotFields[2].Orientation = PivotFieldOrientation.RowField;
table.PivotFields[3].Orientation = PivotFieldOrientation.ColumnField | PivotFieldOrientation.DataField;
table.PivotFields[4].Orientation = PivotFieldOrientation.ColumnField;
table.PivotFields[5].Orientation = PivotFieldOrientation.ColumnField | PivotFieldOrientation.DataField;
table.PivotFields[3].Function = PivotFieldFunction.Count;
table.PivotFields[5].Function = PivotFieldFunction.Sum;
table.DataBind();
//Creates a PivotTable report from DataView or DataTable.
DataView dataView;//Or DataTable dataTable;
.
.
.
Sets dataView(dataTable) Value
.
.
.
PivotCache cache = GridWeb1.WebWorksheets.PivotCaches.Add(dataView);
//Or PivotCache cache = GridWeb1.WebWorksheets.PivotCaches.Add(dataTable);
PivotTable table = cache.CreatePivotTable();
table = GridWeb1.WebWorksheets.PivotTables["PivotTable1"];
table.PivotFields[0].Orientation = PivotFieldOrientation.RowField;
table.PivotFields[1].Orientation = PivotFieldOrientation.RowField;
table.PivotFields[2].Orientation = PivotFieldOrientation.ColumnField | PivotFieldOrientation.DataField;
table.DataBind();
[VB]
'On the assumption that worksheet "Sheet1" has datas, then creates a PivotTable report base on it.
Dim sourceSheet As WebWorksheet = GridWeb1.WebWorksheets("Sheet1")
Dim sourceRange As Aspose.Cells.GridWeb.Data.WebCellArea = New WebCellArea()/
sourceRange.StartRow = 0
sourceRange.StartColumn = 0
sourceRange.EndRow = 10
sourceRange.EndColumn = 5
Dim cache As PivotCache = GridWeb1.WebWorksheets.PivotCaches.Add(sourceSheet,sourceRange)
Dim table As PivotTable = cache.CreatePivotTable()
table.PivotFields(0).Orientation = PivotFieldOrientation.RowField
table.PivotFields(1).Orientation = PivotFieldOrientation.RowField
table.PivotFields(2).Orientation = PivotFieldOrientation.RowField
table.PivotFields(3).Orientation = PivotFieldOrientation.ColumnField | PivotFieldOrientation.DataField
table.PivotFields(4).Orientation = PivotFieldOrientation.ColumnField
table.PivotFields(5).Orientation = PivotFieldOrientation.ColumnField | PivotFieldOrientation.DataField
table.PivotFields(3).Function = PivotFieldFunction.Count
table.PivotFields(5).Function = PivotFieldFunction.Sum
table.DataBind()
'Creates a PivotTable report from DataView or DataTable.
Dim dataView As DataView ' Or Dim dataTable As DataTable
.
.
Sets dataView(dataTable) Value
.
.
.
Dim cache As PivotCache = GridWeb1.WebWorksheets.PivotCaches.Add(dataView)
'Or Dim cache As PivotCache = GridWeb1.WebWorksheets.PivotCaches.Add(dataTable)
Dim table As PivotTable = cache.CreatePivotTable()
table = GridWeb1.WebWorksheets.PivotTables("PivotTable1")
table.PivotFields(0).Orientation = PivotFieldOrientation.RowField
table.PivotFields(1).Orientation = PivotFieldOrientation.RowField
table.PivotFields(2).Orientation = PivotFieldOrientation.ColumnField | PivotFieldOrientation.DataField
table.DataBind()
</code>
</example>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.PivotTables.Add(Aspose.Cells.GridWeb.Data.PivotCache)">
<summary>
Adds a PivotTable object from the specified PivotCache to a new worksheet
</summary>
<param name="pivotCache">The source data</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.PivotTables.Add(Aspose.Cells.GridWeb.Data.PivotCache,System.String)">
<summary>
Adds a PivotTable object from the specified PivotCache to a new worksheet
</summary>
<param name="pivotCache">The source data</param>
<param name="tableName">PivotTable name</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.PivotTables.Add(Aspose.Cells.GridWeb.Data.PivotCache,Aspose.Cells.GridWeb.Data.WebWorksheet,Aspose.Cells.GridWeb.Data.WebCell)">
<summary>
Adds a PivotTable object from the specified PivotCache to the specified worksheet
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.PivotTables.Add(Aspose.Cells.GridWeb.Data.PivotCache,Aspose.Cells.GridWeb.Data.WebWorksheet,Aspose.Cells.GridWeb.Data.WebCell,System.String)">
<summary>
Adds a PivotTable object from the specified PivotCache to the specified worksheet
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.PivotTables.Clear">
<summary>
Removes all PivotTable objects and all PivotCache objects in the control.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.PivotTables.Remove(Aspose.Cells.GridWeb.Data.PivotTable)">
<summary>
Removes the specified PivotTable object from the PivotTables
and the related PivotCache if it is not used by other PivotTable
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.PivotTables.RemoveAt(System.Int32)">
<summary>
Removes the specified PivotTable object from the PivotTables
and the related PivotCache if it is not used by other PivotTable
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.PivotTables.Refresh(Aspose.Cells.GridWeb.Data.PivotTable)">
<summary>
ReDataBinds data source to the PivotTable report.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.PivotTables.RefreshAll">
<summary>
ReDataBinds data source to all PivotTable report.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.PivotTables.Contains(System.String)">
<summary>
Returns true if exists pivottable name tableName.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.PivotTables.CopyTo(System.Array,System.Int32)">
<summary>
Copies the entire PivotTable to a compatible one-dimensional Array, starting at the specified index of the target array
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.PivotTables.GetEnumerator">
<summary>
Returns an IEnumerator for the PivotTables.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.PivotTables.Item(System.Int32)">
<summary>
Gets a PivotTable object by index.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.PivotTables.Item(System.String)">
<summary>
Gets a PivotTable object by name.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.PivotTables.Parent">
<summary>
Gets the parent object for the specified object. Read-only.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.PivotTables.Count">
<summary>
Gets the number of elements contained in the PivotTables instance
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.PivotTables.IsSynchronized">
<summary>
Gets a value indicating whether access to the PivotTables is synchronized (thread-safe).
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.PivotTables.SyncRoot">
<summary>
Gets an object that can be used to synchronize access to the PivotTables.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridPivotField.HideItem(System.Int32,System.Boolean)">
<summary>
Sets whether the specific PivotItem in a data field is hidden.
</summary>
<param name="index">the index of the pivotItem in the pivotField.</param>
<param name="isHidden">whether the specific PivotItem is hidden</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridPivotField.HideItemByValue(System.String,System.Boolean)">
<summary>
Sets whether the specific PivotItem in a data field is hidden.
</summary>
<param name="value">the value of the pivotItem in the pivotField.</param>
<param name="isHidden">whether the specific PivotItem is hidden</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridPivotField.HideItemByName(System.String,System.Boolean)">
<summary>
Sets whether the specific PivotItem in a data field is hidden.
</summary>
<param name="name">the name of the pivotItem in the pivotField.</param>
<param name="isHidden">whether the specific PivotItem is hidden</param>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridPivotField.Function">
<summary>
Represents the function used to summarize the PivotTable data field.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridPivotField.IsAutoSort">
<summary>
Indicates whether the specified PivotTable field is automatically sorted.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridPivotField.IsAscendSort">
<summary>
Indicates whether the specified PivotTable field is autosorted ascending.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridPivotField.DisplayName">
<summary>
Represents the PivotField display name.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridPivotField.Position">
<summary>
Represents the PivotField index in the PivotFields.
</summary>
</member>
<member name="T:Aspose.Cells.GridWeb.Data.GridPivotFieldCollection">
<summary>
Encapsulates a collection of <see cref="T:Aspose.Cells.GridWeb.Data.PivotField" /> objects.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridPivotFieldCollection.Add(Aspose.Cells.GridWeb.Data.GridPivotField)">
<summary>
Adds a PivotField Object to the specific type PivotFields.
</summary>
<param name="pivotField">a PivotField Object.</param>
<returns>the index of the PivotField Object in this PivotFields.</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridPivotFieldCollection.Clear">
<summary>
Clears all PivotFields.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridPivotFieldCollection.Item(System.Int32)">
<summary>
Gets the <see cref="T:Aspose.Cells.GridWeb.Data.PivotField" /> element at the specified index.
</summary>
<param name="index">The zero based index of the element.</param>
<returns>The element at the specified index.</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridPivotItem.Move(System.Int32)">
<summary>
Moves the item up or down.
</summary>
<param name="count">The number of moving up or down.
Move the item up if this is less than zero;
Move the item down if this is greater than zero.
</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridPivotItem.GetStringValue">
<summary>
Gets the string value of the pivot item
If the value is null, it will return ""
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridPivotItem.GetDoubleValue">
<summary>
Gets the double value of the pivot item
If the value is null or not number ,it will return 0
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridPivotItem.GetDateTimeValue">
<summary>
Gets the date time value of the pivot item
If the value is null ,it will return DateTime.MinValue
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridPivotItem.IsHidden">
<summary>
Gets and Sets whether the pivot item is hidden.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridPivotItem.Value">
<summary>
Gets the value of the pivot item
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridPivotItem.Name">
<summary>
Gets the name of the pivot item.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridPivotItem.Index">
<summary>
Gets the index of the pivot item in the pivot field
</summary>
</member>
<member name="T:Aspose.Cells.GridWeb.Data.GridPivotItemCollection">
<summary>
Encapsulates a collection of <see cref="T:Aspose.Cells.GridWeb.Data.PivotItem" /> objects.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridPivotItemCollection.Add(Aspose.Cells.GridWeb.Data.GridPivotItem)">
<summary>
Adds a PivotItem Object to the specific type PivotItems.
</summary>
<param name="PivotItem">a PivotItem Object.</param>
<returns>the index of the PivotItem Object in this PivotItems.</returns>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridPivotItemCollection.Item(System.Int32)">
<summary>
Gets the <see cref="T:Aspose.Cells.GridWeb.Data.PivotItem" /> element at the specified index.
</summary>
<param name="index">The zero based index of the element.</param>
<returns>The element at the specified index.</returns>
</member>
<member name="T:Aspose.Cells.GridWeb.Data.GridPivotTable">
<summary>
Represents a PivotTable report on a worksheet. The PivotTable object is a member of the <see cref="T:Aspose.Cells.GridWeb.Data.PivotTables" /> collection.
The PivotTables collection contains all the PivotTable objects on a control.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridPivotTable.Fields(Aspose.Cells.GridWeb.Data.GridPivotFieldType)">
<summary>
Gets the specific fields by the field type.
</summary>
<param name="fieldType">the field type.</param>
<returns>the specific fields</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridPivotTable.Fields(System.String)">
<summary>
Gets the specific field by the field name.
</summary>
<param name="fieldName">the field name.</param>
<returns>the specific field</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridPivotTable.ClearAllFields">
<summary>
clear all pivot fields.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridPivotTable.AddFieldToArea(Aspose.Cells.GridWeb.Data.GridPivotFieldType,System.Int32)">
<summary>
Adds the field to the specific area.
</summary>
<param name="fieldType">The fields area type.</param>
<param name="baseFieldIndex">The field index in the base fields.</param>
<returns>The field position in the specific fields.</returns>
<see cref="!:AddFieldToArea(PivotFieldType,PivotField)" />
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridPivotTable.AddFieldToArea(Aspose.Cells.GridWeb.Data.GridPivotFieldType,System.String)">
<summary>
Adds the field to the specific area.
</summary>
<param name="fieldType">The fields area type.</param>
<param name="fieldName">The name in the base fields.</param>
<returns>The field position in the specific fields.If there is no field named as it, return -1.</returns>
<see cref="!:AddFieldToArea(PivotFieldType,PivotField)" />
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridPivotTable.RefreshData">
<summary>
Refreshes pivottable's data and setting from it's data source.
</summary>
<remarks>
We will gather data from data source to a pivot cache ,then calcualte the data in the cache to the cells.
This method is only used to gather all data to a pivot cache.
</remarks>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridPivotTable.CalculateData">
<summary>
Calculates pivottable's data to cells.
</summary>
<remarks>
Cell.Value in the pivot range could not return the correct result if the method is not been called.
This method caclulates data with an inner pivot cache,not original data source.
So if the data source is changed, please call RefreshData() method first.
</remarks>
</member>
<member name="T:Aspose.Cells.GridWeb.Data.GridPivotTableCollection">
<summary>
Encapsulates a collection of <see cref="T:Aspose.Cells.GridWeb.Data.PivotTable" /> objects.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridPivotTableCollection.Add(System.String,System.String,System.String)">
<summary>
Adds a new PivotTable cache to a PivotCaches collection.
</summary>
<param name="sourceData">The data cell range for the new PivotTable.Example : Sheet1!A1:C8</param>
<param name="destCellName">The cell in the upper-left corner of the PivotTable report's destination range.</param>
<param name="tableName">The name of the new PivotTable report.</param>
<returns>The new added cache index.</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridPivotTableCollection.Add(Aspose.Cells.GridWeb.Data.GridWorksheet,Aspose.Cells.GridWeb.Data.GridCellArea,System.String,System.String)">
<summary>
Adds a new PivotTable cache to a PivotCaches collection.
</summary>
<param name="sourceSheet">The source work sheet.</param>
<param name="sourceArea">The area in the source worksheet.</param>
<param name="destRow">The row of the cell in the upper-left corner of the PivotTable report's destination range.</param>
<param name="destCol">The column of the cell in the upper-left corner of the PivotTable report's destination range.</param>
<param name="tableName">The name of the new PivotTable report.</param>
<returns>The new added cache index.</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridPivotTableCollection.Add(System.String,Aspose.Cells.GridWeb.Data.GridCellArea,System.Int32,System.Int32,System.String)">
<summary>
Adds a new PivotTable cache to a PivotCaches collection.
</summary>
<param name="worksheetname">The name of the source worksheet.</param>
<param name="sourceArea">The area in the source worksheet.</param>
<param name="destRow">The row of the cell in the upper-left corner of the PivotTable report's destination range.</param>
<param name="destCol">The column of the cell in the upper-left corner of the PivotTable report's destination range.</param>
<param name="tableName">The name of the new PivotTable report.</param>
<returns>The new added cache index.</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridPivotTableCollection.Add(System.String,Aspose.Cells.GridWeb.Data.GridCellArea,System.String,System.String)">
<summary>
Adds a new PivotTable cache to a PivotCaches collection.
</summary>
<param name="worksheetname">The name of the source worksheet.</param>
<param name="sourceArea">The area in the source worksheet.</param>
<param name="destCellName">The cell in the upper-left corner of the PivotTable report's destination range.</param>
<param name="tableName">The name of the new PivotTable report.</param>
<returns>The new added cache index.</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridPivotTableCollection.Clear">
<summary>
Clears all PivotTables.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridPivotTableCollection.RemoveAt(System.Int32)">
<summary>
Remove the PivotTable at the specified index.
</summary>
<param name="index">The zero based index of the element.</param>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridPivotTableCollection.Item(System.Int32)">
<summary>
Gets the <see cref="T:Aspose.Cells.GridWeb.Data.PivotTable" /> element at the specified index.
</summary>
<param name="index">The zero based index of the element.</param>
<returns>The element at the specified index.</returns>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridMsoDrawingType.Group">
<summary>
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridMsoDrawingType.Line">
<summary>
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridMsoDrawingType.Rectangle">
<summary>
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridMsoDrawingType.Oval">
<summary>
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridMsoDrawingType.Arc">
<summary>
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridMsoDrawingType.Chart">
<summary>
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridMsoDrawingType.TextBox">
<summary>
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridMsoDrawingType.Button">
<summary>
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridMsoDrawingType.Picture">
<summary>
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridMsoDrawingType.Polygon">
<summary>
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridMsoDrawingType.CheckBox">
<summary>
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridMsoDrawingType.RadioButton">
<summary>
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridMsoDrawingType.Label">
<summary>
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridMsoDrawingType.DialogBox">
<summary>
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridMsoDrawingType.Spinner">
<summary>
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridMsoDrawingType.ScrollBar">
<summary>
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridMsoDrawingType.ListBox">
<summary>
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridMsoDrawingType.GroupBox">
<summary>
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridMsoDrawingType.ComboBox">
<summary>
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridMsoDrawingType.Comment">
<summary>
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridMsoDrawingType.OleObject">
<summary>
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridMsoDrawingType.CellsDrawing">
<summary>
Only for preserving the drawing object in the template file.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridMsoDrawingType.Unknown">
<summary>
Only for preserving the drawing object in the xlsx file.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridOperatorType.Between">
<summary>
Represents Between operator of conditional format and data validation.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridOperatorType.Equal">
<summary>
Represents Equal operator of conditional format and data validation.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridOperatorType.GreaterThan">
<summary>
Represents GreaterThan operator of conditional format and data validation.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridOperatorType.GreaterOrEqual">
<summary>
Represents GreaterOrEqual operator of conditional format and data validation.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridOperatorType.LessThan">
<summary>
Represents LessThan operator of conditional format and data validation.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridOperatorType.LessOrEqual">
<summary>
Represents LessOrEqual operator of conditional format and data validation.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridOperatorType.None">
<summary>
Represents no comparision.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridOperatorType.NotBetween">
<summary>
Represents NotBetween operator of conditional format and data validation.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridOperatorType.NotEqual">
<summary>
Represents NotEqual operator of conditional format and data validation.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridPivotFieldFunction.Sum">
<summary>
Represents Sum function.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridPivotFieldFunction.Count">
<summary>
Represents Count function.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridPivotFieldFunction.Average">
<summary>
Represents Average function.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridPivotFieldFunction.Max">
<summary>
Represents Max function.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridPivotFieldFunction.Min">
<summary>
Represents Min function.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridPivotFieldFunction.Product">
<summary>
Represents Product function.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridPivotFieldFunction.CountNums">
<summary>
Represents Count Nums function.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridPivotFieldFunction.StdDev">
<summary>
Represents StdDev function.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridPivotFieldFunction.StdDevp">
<summary>
Represents StdDevp function.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridPivotFieldFunction.Var">
<summary>
Represents Var function.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridPivotFieldFunction.Varp">
<summary>
Represents Varp function.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridPivotFieldType.Undefined">
<summary>
Presents base pivot field type.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridPivotFieldType.Row">
<summary>
Presents row pivot field type.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridPivotFieldType.Column">
<summary>
Presents column pivot field type.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridPivotFieldType.Page">
<summary>
Presents page pivot field type.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.GridPivotFieldType.Data">
<summary>
Presents data pivot field type.
</summary>
</member>
<member name="T:Aspose.Cells.GridWeb.SetBorderPosition">
<summary>
Represents the border position to be set of a cells range.
</summary>
<example>
<code>
[C#]
GridWeb1.WebWorksheets[0].Cells.SetBorders(0, 0, 5, 8, SetBorderPosition.Outline, borderStyle1);
[VB]
GridWeb1.WebWorksheets(0).Cells.SetBorders(0, 0, 5, 8, SetBorderPosition.Outline, borderStyle1)
</code>
</example>
</member>
<member name="F:Aspose.Cells.GridWeb.SetBorderPosition.Top">
<summary>
Top border
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.SetBorderPosition.Bottom">
<summary>
Bottom border
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.SetBorderPosition.Left">
<summary>
Left border
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.SetBorderPosition.Right">
<summary>
Right border
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.SetBorderPosition.HorizontalMiddle">
<summary>
Bottom border
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.SetBorderPosition.VerticalMiddle">
<summary>
HorizontalMiddle borders
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.SetBorderPosition.Outline">
<summary>
VerticalMiddle borders
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.SetBorderPosition.Cross">
<summary>
Cross borders
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.SetBorderPosition.None">
<summary>
No borders
</summary>
</member>
<member name="T:Aspose.Cells.GridWeb.Data.SubtotalFunction">
<summary>
Represents subtotal function type. Used in the GridWorksheet.CreateSubtotal method.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.SubtotalFunction.AVERAGE">
<summary>
Average
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.SubtotalFunction.COUNT">
<summary>
Count the numeric cells.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.SubtotalFunction.COUNTA">
<summary>
Count the non-null cells
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.SubtotalFunction.MAX">
<summary>
Max
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.SubtotalFunction.MIN">
<summary>
Min
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.SubtotalFunction.PRODUCT">
<summary>
Product
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Data.SubtotalFunction.SUM">
<summary>
Sum
</summary>
</member>
<member name="T:Aspose.Cells.GridWeb.Data.GridCustomServerValidation">
<summary>
the interface you need to implement when use server side validation.
CustomServerFunction.
</summary>
</member>
<member name="T:Aspose.Cells.GridWeb.ViewerStyleTemplate">
<summary>
ViewerStyleTemplate.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.ViewerStyleTemplate.GetStylesFromControl(Aspose.Cells.GridWeb.MainWeb)">
<summary>
</summary>
<param name="control">
</param>
</member>
<member name="M:Aspose.Cells.GridWeb.ViewerStyleTemplate.SetStylesForControl(Aspose.Cells.GridWeb.MainWeb)">
<summary>
</summary>
<param name="control">
</param>
</member>
<member name="M:Aspose.Cells.GridWeb.ViewerStyleTemplate.PersistToFile(System.String)">
<summary>
</summary>
<param name="fileName">
</param>
</member>
<member name="M:Aspose.Cells.GridWeb.ViewerStyleTemplate.PersistToString">
<summary>
</summary>
<returns>
</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.ViewerStyleTemplate.ParseFromFile(System.String)">
<summary>
</summary>
<param name="fileName">
</param>
</member>
<member name="M:Aspose.Cells.GridWeb.ViewerStyleTemplate.ParseFromString(System.String)">
<summary>
</summary>
<param name="xmlStr">
</param>
</member>
<member name="M:Aspose.Cells.GridWeb.ViewerStyleTemplate.#ctor">
<summary>
Default constructor.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.ViewerStyleTemplate.LoadPresetStyle(Aspose.Cells.GridWeb.PresetStyle)">
<summary>
Load a preset style.
</summary>
<param name="presetStyle">
</param>
</member>
<member name="M:Aspose.Cells.GridWeb.ViewerStyleTemplate.Tridione">
<summary>
Internal used only.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.ViewerStyleTemplate.ActiveCellBgColor">
<summary>
Specifies the background color of the active cell.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.ViewerStyleTemplate.SelectCellBgColor">
<summary>
Specifies the background color of the selected cells in multi-select range.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.ViewerStyleTemplate.ActiveHeaderBgColor">
<summary>
Specifies the background color of the active row/column header.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.ViewerStyleTemplate.ActiveCellColor">
<summary>
Specifies the color of the active cell.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.ViewerStyleTemplate.SelectCellColor">
<summary>
Specifies the color of the selected cells in multi-select range.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.ViewerStyleTemplate.ActiveHeaderColor">
<summary>
Specifies the color of the active row/column header.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.ViewerStyleTemplate.HeaderBarStyle">
<summary>
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.ViewerStyleTemplate.HeaderBarWidth">
<summary>
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.ViewerStyleTemplate.HeaderBarHeight">
<summary>
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.ViewerStyleTemplate.FrameTableStyle">
<summary>
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.ViewerStyleTemplate.HeaderBarTableStyle">
<summary>
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.ViewerStyleTemplate.ViewTableStyle">
<summary>
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.ViewerStyleTemplate.BottomTableStyle">
<summary>
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.ViewerStyleTemplate.TabStyle">
<summary>
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.ViewerStyleTemplate.ActiveTabStyle">
<summary>
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.ViewerStyleTemplate.ScrollBarBaseColor">
<summary>
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.ViewerStyleTemplate.ScrollBarArrowColor">
<summary>
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.ViewerStyleTemplate.DefaultGridLineColor">
<summary>
</summary>
</member>
<member name="T:Aspose.Cells.GridWeb.TableItemStyle">
<remarks>
NOTE: This class is now obsolete.
please use GridTableItemStyle Instead.
This class will be removed after 6 months since Aug. 2014.
Aspose apologizes for any inconvenience you may have experienced.</remarks>
</member>
<member name="T:Aspose.Cells.GridWeb.GridTableItemStyle">
<summary>
Inherited from System.Web.UI.WebControls.TableItemStyle.
Encapsulates the styles of a WebCell.
</summary>
<example>
<code>
[C#]
...
using System.Web.UI.WebControls;
...
...
WebWorksheets sheets = GridWeb1.WebWorksheets;
sheets.Clear();
WebWorksheet sheet = sheets[sheets.Add("demo1")];
WebCell cell = sheet.Cells[0,0];
cell.StringValue = "Demo Text";
Aspose.Cells.GridWeb.TableItemStyle style = cell.GetStyle();
style.Font.Size = new FontUnit("72pt");
style.Wrap = false;
style.BackColor = Color.Gray;
style.BorderStyle = BorderStyle.Solid;
style.BorderWidth = new Unit(1, UnitType.Pixel);
style.BorderColor = Color.Silver;
style.RightBorderStyle.BorderColor = Color.Black;
style.RightBorderStyle.BorderStyle = BorderStyle.Solid;
style.RightBorderStyle.BorderWidth = new Unit(1, UnitType.Pixel);
style.BottomBorderStyle.BorderColor = Color.Black;
style.BottomBorderStyle.BorderStyle = BorderStyle.Solid;
style.BottomBorderStyle.BorderWidth = new Unit(1, UnitType.Pixel);
cell.SetStyle(style);
[Visual Basic]
...
Imports System.Web.UI.WebControls
...
...
Dim sheets As WebWorksheets = GridWeb1.WebWorksheets
sheets.Clear()
Dim sheet As WebWorksheet = sheets(sheets.Add(__0__))
Dim cell As WebCell = sheet.Cells(0,0)
cell.StringValue = "Demo Text"
Dim style As Aspose.Cells.GridWeb.TableItemStyle = cell.GetStyle()
style.Font.Size = New FontUnit("72pt")
style.Wrap = False
style.BackColor = Color.Gray
style.BorderStyle = BorderStyle.Solid
style.BorderWidth = New Unit(1, UnitType.Pixel)
style.BorderColor = Color.Silver
style.RightBorderStyle.BorderColor = Color.Black
style.RightBorderStyle.BorderStyle = BorderStyle.Solid
style.RightBorderStyle.BorderWidth = New Unit(1, UnitType.Pixel)
style.BottomBorderStyle.BorderColor = Color.Black
style.BottomBorderStyle.BorderStyle = BorderStyle.Solid
style.BottomBorderStyle.BorderWidth = New Unit(1, UnitType.Pixel)
cell.SetStyle(style)
</code>
</example>
</member>
<member name="M:Aspose.Cells.GridWeb.GridTableItemStyle.CopyFrom(System.Web.UI.WebControls.Style)">
<summary>
Copies from another style object.
</summary>
<param name="s">another style object</param>
</member>
<member name="M:Aspose.Cells.GridWeb.GridTableItemStyle.MergeWith(System.Web.UI.WebControls.Style)">
<summary>
Merges with another style object.
</summary>
<param name="s">another style object</param>
</member>
<member name="M:Aspose.Cells.GridWeb.GridTableItemStyle.AddAttributesToRender(System.Web.UI.HtmlTextWriter,System.Web.UI.WebControls.WebControl)">
<summary>
Internal use only.
Implementation method Do not call this method directly.
</summary>
<param name="writer">
</param>
<param name="owner">
</param>
</member>
<member name="M:Aspose.Cells.GridWeb.GridTableItemStyle.#ctor">
<summary>
Default constructor.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.GridTableItemStyle.GetHashCode">
<summary>
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
</summary>
<returns>A hash code for the current Style.</returns>
</member>
<member name="P:Aspose.Cells.GridWeb.GridTableItemStyle.BackImageUrl">
<summary>
Background image url.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.GridTableItemStyle.BackImageAttributes">
<summary>
Background image attributes.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.GridTableItemStyle.RotationAngle">
<summary>
Gets or sets Rotation attribute.
</summary>
<remarks>
<p>0: Not rotated.</p>
<p>255: Top to Bottom.</p>
<p>-90: Downward.</p>
<p>90: Upward.</p>
You can set 255 or value ranged from -90 to 90.</remarks>
</member>
<member name="P:Aspose.Cells.GridWeb.GridTableItemStyle.IndentLevel">
<summary>
Gets or sets indent level.
</summary>
<remarks>
</remarks>
</member>
<member name="P:Aspose.Cells.GridWeb.GridTableItemStyle.LeftBorderStyle">
<summary>
Specifies the style of the cell's left border.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.GridTableItemStyle.RightBorderStyle">
<summary>
Specifies the style of the cell's right border.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.GridTableItemStyle.TopBorderStyle">
<summary>
Specifies the style of the cell's top border.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.GridTableItemStyle.BottomBorderStyle">
<summary>
Specifies the style of the cell's bottom border.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.GridTableItemStyle.NumberType">
<summary>
Gets or sets the display format of numbers and dates.
</summary>
<remarks>
<table class="dtTABLE" cellspacing="0">
<tr>
<td width="33%">
<font color="gray">
<b>Value</b>
</font>
</td>
<td width="33%">
<font color="gray">
<b>Type</b>
</font>
</td>
<td width="33%">
<font color="gray">
<b>Format String</b>
</font>
</td>
</tr>
<tr>
<td width="33%">0</td>
<td width="33%">General</td>
<td width="33%">General</td>
</tr>
<tr>
<td width="33%">1</td>
<td width="33%">Decimal</td>
<td width="33%">0</td>
</tr>
<tr>
<td width="33%">2</td>
<td width="33%">Decimal</td>
<td width="33%">0.00</td>
</tr>
<tr>
<td width="33%">3</td>
<td width="33%">Decimal</td>
<td width="33%">#,##0</td>
</tr>
<tr>
<td width="33%">4</td>
<td width="33%">Decimal</td>
<td width="33%">#,##0.00</td>
</tr>
<tr>
<td width="33%">5</td>
<td width="33%">Currency</td>
<td width="33%">$#,##0;($#,##0)</td>
</tr>
<tr>
<td width="33%">6</td>
<td width="33%">Currency</td>
<td width="33%">$#,##0;[Red]($#,##0)</td>
</tr>
<tr>
<td width="33%">7</td>
<td width="33%">Currency</td>
<td width="33%">$#,##0.00;($#,##0.00)</td>
</tr>
<tr>
<td width="33%">8</td>
<td width="33%">Currency</td>
<td width="33%">$#,##0.00;[Red]($#,##0.00)</td>
</tr>
<tr>
<td width="33%">9</td>
<td width="33%">Percentage</td>
<td width="33%">0%</td>
</tr>
<tr>
<td width="33%">10</td>
<td width="33%">Percentage</td>
<td width="33%">0.00%</td>
</tr>
<tr>
<td width="33%">11</td>
<td width="33%">Scientific</td>
<td width="33%">0.00E+00</td>
</tr>
<tr>
<td width="33%">12</td>
<td width="33%">Fraction</td>
<td width="33%"># ?/?</td>
</tr>
<tr>
<td width="33%">13</td>
<td width="33%">Fraction</td>
<td width="33%"># ??/??</td>
</tr>
<tr>
<td width="33%">14</td>
<td width="33%">Date</td>
<td width="33%">m/d/yyyy</td>
</tr>
<tr>
<td width="33%">15</td>
<td width="33%">Date</td>
<td width="33%">d-mmm-yy</td>
</tr>
<tr>
<td width="33%">16</td>
<td width="33%">Date</td>
<td width="33%">d-mmm</td>
</tr>
<tr>
<td width="33%">17</td>
<td width="33%">Date</td>
<td width="33%">mmm-yy</td>
</tr>
<tr>
<td width="33%">18</td>
<td width="33%">Time</td>
<td width="33%">h:mm AM/PM</td>
</tr>
<tr>
<td width="33%">19</td>
<td width="33%">Time</td>
<td width="33%">h:mm:ss AM/PM</td>
</tr>
<tr>
<td width="33%">20</td>
<td width="33%">Time</td>
<td width="33%">h:mm</td>
</tr>
<tr>
<td width="33%">21</td>
<td width="33%">Time</td>
<td width="33%">h:mm:ss</td>
</tr>
<tr>
<td width="33%">22</td>
<td width="33%">Time</td>
<td width="33%">m/d/yyyy h:mm</td>
</tr>
<tr>
<td width="33%">37</td>
<td width="33%">Accounting</td>
<td width="33%">#,##0;(#,##0)</td>
</tr>
<tr>
<td width="33%">38</td>
<td width="33%">Accounting</td>
<td width="33%">#,##0;[Red](#,##0)</td>
</tr>
<tr>
<td width="33%">39</td>
<td width="33%">Accounting</td>
<td width="33%">#,##0.00;(#,##0.00)</td>
</tr>
<tr>
<td width="33%">40</td>
<td width="33%">Accounting</td>
<td width="33%">#,##0.00;[Red](#,##0.00)</td>
</tr>
<tr>
<td width="33%">41</td>
<td width="33%">Accounting</td>
<td width="33%">_ * #,##0_ ;_ * (#,##0)_ ;_ * "-"_ ;_ @_</td>
</tr>
<tr>
<td width="33%">42</td>
<td width="33%">Currency</td>
<td width="33%">_ $* #,##0_ ;_ $* (#,##0)_ ;_ $* "-"_ ;_ @_</td>
</tr>
<tr>
<td width="33%">43</td>
<td width="33%">Accounting</td>
<td width="33%">_ * #,##0.00_ ;_ * (#,##0.00)_ ;_ * "-"??_ ;_ @_</td>
</tr>
<tr>
<td width="33%">44</td>
<td width="33%">Currency</td>
<td width="33%">_ $* #,##0.00_ ;_ $* (#,##0.00)_ ;_ $* "-"??_ ;_ @_</td>
</tr>
<tr>
<td width="33%">45</td>
<td width="33%">Time</td>
<td width="33%">mm:ss</td>
</tr>
<tr>
<td width="33%">46</td>
<td width="33%">Time</td>
<td width="33%">[h]:mm:ss</td>
</tr>
<tr>
<td width="33%">47</td>
<td width="33%">Time</td>
<td width="33%">mm:ss.0</td>
</tr>
<tr>
<td width="33%">48</td>
<td width="33%">Scientific</td>
<td width="33%">##0.0E+00</td>
</tr>
<tr>
<td width="33%">49</td>
<td width="33%">Text</td>
<td width="33%">@</td>
</tr>
</table>
</remarks>
</member>
<member name="P:Aspose.Cells.GridWeb.GridTableItemStyle.Custom">
<summary>
Gets or sets the custom format, null or empty string means no custom format.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.GridTableItemStyle.IsLocked">
<summary>
Gets or sets a value indicating whether a cell can be modified or not when its worksheet is protected.
When its worksheet is protected and IsLocked is true, the cell can not be edit. When its worksheet is
protected and IsLocked is false, the cell can be edit.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.License.SetLicense(System.IO.Stream)">
<summary>
Licenses the component.
</summary>
<param name="stream">A stream that contains the license.</param>
<remarks>
<p>Use this method to load a license from a stream.</p>
</remarks>
<example>
<code>
[C#]
License license = new License();
license.SetLicense(myStream);
[Visual Basic]
Dim license as License = new License
license.SetLicense(myStream)
</code>
</example>
</member>
<member name="M:Aspose.Cells.GridWeb.License.SetLicense(System.String)">
<summary>
Licenses the component.
</summary>
<remarks>
<p>Tries to find the license in the following locations:</p>
<p>1. Explicit path.</p>
<p>2. The folder that contains the Aspose component assembly.</p>
<p>3. The folder that contains the client's calling assembly.</p>
<p>4. The folder that contains the entry (startup) assembly.</p>
<p>5. An embedded resource in the client's calling assembly.</p>
<p>
<b>Note:</b>On the .NET Compact Framework, tries to find the license only in these locations:</p>
<p>1. Explicit path.</p>
<p>2. An embedded resource in the client's calling assembly.</p>
</remarks>
<example>
In this example, an attempt will be made to find a license file named MyLicense.lic
in the folder that contains
the component, in the folder that contains the calling assembly,
in the folder of the entry assembly and then in the embedded resources of the calling assembly.
<code>
[C#]
License license = new License();
license.SetLicense("MyLicense.lic");
[Visual Basic]
Dim license As License = New License
license.SetLicense("MyLicense.lic")
</code><param name="licenseName">Can be a full or short file name or name of an embedded resource.
Use an empty string to switch to evaluation mode.</param></example>
</member>
<member name="T:Aspose.Cells.GridWeb.ValidationType">
<summary>
Represents customer side validation type. AnyValue represents no validation.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.ValidationType.AnyValue">
<summary>
Any value validation type.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.ValidationType.DropDownList">
<summary>
Show dropdown list.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.ValidationType.List">
<summary>
List validation type.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.ValidationType.FreeList">
<summary>
Free List validation type.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.ValidationType.CustomExpression">
<summary>
Custom validation type, using regular expression.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.ValidationType.Boolean">
<summary>
TRUE or FALSE
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.ValidationType.Number">
<summary>
Number ( Integer or Double ).
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.ValidationType.Integer">
<summary>
Integer
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.ValidationType.Date">
<summary>
Date yyyy-MM-dd
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.ValidationType.DateTime">
<summary>
DateTime (yyyy-MM-dd or yyyy-MM-dd hh:mm:ss).
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.ValidationType.Time">
<summary>
Time (hh:mm:ss).
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.ValidationType.TextLength">
<summary>
textlength
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.ValidationType.CustomString">
<summary>
customstr
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.ValidationType.CustomFunction">
<summary>
Custom javascript function validation.
</summary>
<remarks>
Use the ClientValidationFunction property to specify the client validation function's name.
The function should be declared as this formation:<br />
function customValicationFunction(source, value)<br />
The parameter "source" is the cell object.
The parameter "value" is the string value of a cell to be checked.
The function should returns true if the value is valid.
</remarks>
</member>
<member name="F:Aspose.Cells.GridWeb.ValidationType.CustomServerFunction">
<summary>
Custom server-side function validation.
</summary>
<remarks>
Use the CustomServerFunction property to specify the serverside validation .
below is the example code:<br />
first define class which implement GridCustomServerValidation
class myservervali : GridCustomServerValidation<br />
......
then add validation
var gridValidationCollection = this.GridWeb.ActiveSheet.Validations;<br />
GridValidation gv = gridValidationCollection.Add(new GridCellArea(1, 1, 2, 2));<br />
gv.ValidationType = GridValidationType.CustomServerFunction;
gv.ServerValidation = new myservervali();
then set ClientValidationFunction to deal with client logic when server validation fails and return message
gv.ClientValidationFunction = "ValidationErrorClientFunction";
the client function shall be declared like this:
function ValidationErrorClientFunction(cell,msg)
please check demo page for a detail reference
</remarks>
</member>
<member name="F:Aspose.Cells.GridWeb.ValidationType.CheckBox">
<summary>
Display the cell as a checkbox. And the value of the cell is True of False.
</summary>
</member>
<member name="T:Aspose.Cells.GridWeb.Validation">
<remarks>
NOTE: This class is now obsolete.
please use GridValidation Instead.
This class will be removed after 6 months since Aug. 2014.
Aspose apologizes for any inconvenience you may have experienced.</remarks>
</member>
<member name="M:Aspose.Cells.GridWeb.Validation.LoadValueList(System.Data.DataView,System.String,System.String,System.Boolean)">
<summary>
Loads value list from a DataView object. You can specify the value field and text field of the DataView.
Each value and text pair will be combined to one string, with a comma between them.
</summary>
<param name="view">The DataView object.</param>
<param name="valueField">The value field name.</param>
<param name="textField">The text field name.</param>
<param name="valuePrefixText">Indicates whether to add a value prefix to each displayed text.</param>
</member>
<member name="P:Aspose.Cells.GridWeb.Validation.IsRequired">
<summary>
Gets or sets whether the cell value is required.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Validation.ValidationType">
<summary>
Gets or sets the validation type.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Validation.ClientValidationOpType">
<summary>
Gets or sets the validation op type ,Between/NotBetween/Equal/NotEqual/Greater/GreaterOrEqual/Less/LessOrEqual.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Validation.ValueList">
<summary>
Gets the value list object.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Validation.RegEx">
<summary>
Gets or sets the regular expression string.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Validation.ClientValidationFunction">
<summary>
Gets or sets the client validation javascript function name.
</summary>
<remarks>
Use the ClientValidationFunction property to specify the client validation function's name.
The function should be declared as this formation:<br />
function customValicationFunction(source, value)<br />
The parameter "source" is the cell object.
The parameter "value" is the string value of a cell to be checked.
The function should returns true if the value is valid.
</remarks>
</member>
<member name="P:Aspose.Cells.GridWeb.Validation.ClientValidationValue1">
<summary>
Gets or sets the operator target value 1
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Validation.ClientValidationValue2">
<summary>
Gets or sets the operator target value 2
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Validation.ValueText">
<summary>
Design time used only.
</summary>
</member>
<member name="T:Aspose.Cells.GridWeb.BorderCollapseType">
<summary>
Collapse type of a table's border object.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.BorderCollapseType.NotSet">
<summary>
Not set.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.BorderCollapseType.Collapse">
<summary>
Collapsed.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.BorderCollapseType.Separate">
<summary>
Separated.
</summary>
</member>
<member name="T:Aspose.Cells.GridWeb.BindColumn">
<summary>
BindColumn.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.BindColumn.#ctor">
<summary>
Defalut constructor.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.BindColumn.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Internal used only.
</summary>
<param name="info">
</param>
<param name="context">
</param>
</member>
<member name="P:Aspose.Cells.GridWeb.BindColumn.DataField">
<summary>
Gets or sets the data field name string.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.BindColumn.Width">
<summary>
Gets of sets the width of the column.only pixel or point accept
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.BindColumn.Style">
<summary>
Gets or sets the style of the column.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.BindColumn.AlternativeStyle">
<summary>
Gets or sets the alternative style of the column.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.BindColumn.UseAlternativeStyle">
<summary>
Gets or sets whether to use the alternative style for the column.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.BindColumn.ColumnHeaderStyle">
<summary>
Gets or sets the style of the column.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.BindColumn.NumberType">
<summary>
Gets or sets the number type of the column.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.BindColumn.CustomFormat">
<summary>
The custom format string.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.BindColumn.Validation">
<summary>
Gets or sets the validation object of the column.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.BindColumn.Caption">
<summary>
The caption of the column.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.BindColumn.IsReadOnly">
<summary>
Indicates whether the column is readonly.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.BindColumn.EnableSort">
<summary>
Indicates whether the user can click the column header to sort by this field.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.BindColumn.IsAutoCreated">
<summary>
Indicates whether the column is created automatically. If true, the column will be deleted when user change the datasource in the design time.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.BindColumn.Name">
<summary>
Design time used only.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.BindColumn.CommandName">
<summary>
The command name of the column. A CellCommand Hyperlink will be created in the bound cell if the CommandName property is set.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.BindColumn.CommandText">
<summary>
The displaying command text of the column. If set to null, the cell will use the field value as the command text.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.BindColumn.ImageUrl">
<summary>
The image url of the command hyperlink.
</summary>
</member>
<member name="T:Aspose.Cells.GridWeb.BindColumnCollection">
<summary>
BindColumnCollection.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.BindColumnCollection.CopyTo(System.Array,System.Int32)">
<summary>
Copies to an array.
</summary>
<param name="array">
</param>
<param name="index">
</param>
</member>
<member name="M:Aspose.Cells.GridWeb.BindColumnCollection.GetEnumerator">
<summary>
Gets a enumerator.
</summary>
<returns>
</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.BindColumnCollection.RemoveAt(System.Int32)">
<summary>
Removes at the specified index.
</summary>
<param name="index">
</param>
</member>
<member name="M:Aspose.Cells.GridWeb.BindColumnCollection.Insert(System.Int32,System.Object)">
<summary>
Inserts an bind column object.
</summary>
<param name="index">
</param>
<param name="value">
</param>
</member>
<member name="M:Aspose.Cells.GridWeb.BindColumnCollection.Remove(System.Object)">
<summary>
Remove an bind column object.
</summary>
<param name="value">
</param>
</member>
<member name="M:Aspose.Cells.GridWeb.BindColumnCollection.Contains(System.Object)">
<summary>
Indicates whether the bind column is in the collection.
</summary>
<param name="value">
</param>
<returns>
</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.BindColumnCollection.Clear">
<summary>
Clears the colleciton.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.BindColumnCollection.IndexOf(System.Object)">
<summary>
Gets the index of the specified bind column object.
</summary>
<param name="value">
</param>
<returns>
</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.BindColumnCollection.Add(System.Object)">
<summary>
Adds the specified bind column object to the collection.
</summary>
<param name="value">
</param>
<returns>
</returns>
</member>
<member name="P:Aspose.Cells.GridWeb.BindColumnCollection.Item(System.Object)">
<summary>
Gets the bind column by an integer index or a data field name.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.BindColumnCollection.IsSynchronized">
<summary>
Internal used only.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.BindColumnCollection.Count">
<summary>
Gets the count of the collection.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.BindColumnCollection.SyncRoot">
<summary>
Internal used only.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.BindColumnCollection.IsReadOnly">
<summary>
Alway true.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.BindColumnCollection.IsFixedSize">
<summary>
Always true.
</summary>
</member>
<member name="T:Aspose.Cells.GridWeb.CustomCommandButtonType">
<summary>
Represents the type of a custom command.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.CustomCommandButtonType.CommandButton">
<summary>
The custom command will be rendered as a command button in the command bar.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.CustomCommandButtonType.ContextMenuItem">
<summary>
The custom command will be rendered as a context menu item.
</summary>
</member>
<member name="T:Aspose.Cells.GridWeb.CustomCommandButton">
<summary>
Represents a custom command button in the tab bar of the GridWeb control.
</summary>
<example>
<code>
[C#]
CustomCommandButton button = new CustomCommandButton();
button.Command = "MyCommand";
button.ImageUrl = "images/button1.gif";
GridWeb1.CustomCommandButtons.Add(button);
[VB]
Dim button As CustomCommandButton = New CustomCommandButton()
button.Command = "MyCommand"
button.ImageUrl = "images/button1.gif"
GridWeb1.CustomCommandButtons.Add(button)
</code>
</example>
</member>
<member name="M:Aspose.Cells.GridWeb.CustomCommandButton.#ctor">
<summary>
Default constructor.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.CustomCommandButton.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Internal used only.
</summary>
<param name="info">
</param>
<param name="context">
</param>
</member>
<member name="M:Aspose.Cells.GridWeb.CustomCommandButton.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Internal used only.
</summary>
<param name="info">
</param>
<param name="context">
</param>
</member>
<member name="P:Aspose.Cells.GridWeb.CustomCommandButton.CommandType">
<summary>
Gets or sets the rendering type of the command.
The type can be command button or context menu item.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.CustomCommandButton.Command">
<summary>
Gets or sets the command name.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.CustomCommandButton.Text">
<summary>
Gets or sets the alternative text of the command button.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.CustomCommandButton.ImageUrl">
<summary>
Gets or sets the command button's image url. If sets to null or empty string, the button will only display it's text.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.CustomCommandButton.ToolTip">
<summary>
Gets or sets the tooltip of the command button.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.CustomCommandButton.ClientClickEvent">
<summary>
Gets or sets the click event handler at client side.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.CustomCommandButton.Width">
<summary>
Width of the button.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.CustomCommandButton.DiscardInput">
<summary>
Indicates whether to discard user input at client browser when user click this button. Could be used as an "undo" action.
</summary>
</member>
<member name="T:Aspose.Cells.GridWeb.CustomCommandButtonCollection">
<summary>
Represents the collection of CustomCommandButton.
</summary>
<example>
<code>
[C#]
CustomCommandButton button = new CustomCommandButton();
button.Command = "MyCommand";
button.ImageUrl = "images/button1.gif";
GridWeb1.CustomCommandButtons.Add(button);
[VB]
Dim button As CustomCommandButton = New CustomCommandButton()
button.Command = "MyCommand"
button.ImageUrl = "images/button1.gif"
GridWeb1.CustomCommandButtons.Add(button)
</code>
</example>
</member>
<member name="M:Aspose.Cells.GridWeb.CustomCommandButtonCollection.RemoveAt(System.Int32)">
<summary>
Removes at the index.
</summary>
<param name="index">Index.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.CustomCommandButtonCollection.Insert(System.Int32,System.Object)">
<summary>
Inserts a button at the index.
</summary>
<param name="index">Index.</param>
<param name="value">The CustomCommandButton object.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.CustomCommandButtonCollection.Remove(System.Object)">
<summary>
Removes the custom command button object.
</summary>
<param name="value">The custom command button object.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.CustomCommandButtonCollection.Contains(System.Object)">
<summary>
Indicates whether the custom command button object is in the collection.
</summary>
<param name="value">Indicates whether the custom command button object is in the collection.</param>
<returns>True of false.</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.CustomCommandButtonCollection.Clear">
<summary>
Clears the collection.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.CustomCommandButtonCollection.IndexOf(System.Object)">
<summary>
Gets the index of the button.
</summary>
<param name="value">The button object.</param>
<returns>The index.</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.CustomCommandButtonCollection.Add(System.Object)">
<summary>
Add a custom command button object to the collection.
</summary>
<param name="value">The custom command button object.</param>
<returns>The index.</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.CustomCommandButtonCollection.CopyTo(System.Array,System.Int32)">
<summary>
Copies the collection to an array.
</summary>
<param name="array">The array.</param>
<param name="index">The start index of the array.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.CustomCommandButtonCollection.GetEnumerator">
<summary>
Gets a IEnumerator object of the collection.
</summary>
<returns>The IEnumerator object.</returns>
</member>
<member name="P:Aspose.Cells.GridWeb.CustomCommandButtonCollection.Item(System.Int32)">
<summary>
Gets a custom command button object at the index.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.CustomCommandButtonCollection.IsReadOnly">
<summary>
Internal used only.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.CustomCommandButtonCollection.IsFixedSize">
<summary>
Internal used only.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.CustomCommandButtonCollection.IsSynchronized">
<summary>
Internal used only.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.CustomCommandButtonCollection.Count">
<summary>
Gets the count of the collection.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.CustomCommandButtonCollection.SyncRoot">
<summary>
Internal used only.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.MainWeb.DataBind">
<summary>
Bind the control and all its child contorls to the its datasource.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.MainWeb.RefreshChartShape">
<summary>
refresh all the chart image for the active worksheet .
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.MainWeb.ImportExcelFile(System.String)">
<summary>
Imports from an excel file.
</summary>
<param name="fileName">The excel file's name.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.MainWeb.LoadCSVFile(System.String)">
<summary>
Loads data from a CSV file.
</summary>
<param name="fileName">The file's name.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.MainWeb.LoadCSVFile(System.IO.Stream)">
<summary>
Loads data from a CSV file stream.
</summary>
<param name="stream">The file stream.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.MainWeb.LoadHTMLFile(System.String)">
<summary>
Loads data from a HTML file.
</summary>
<param name="fileName">The file's name.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.MainWeb.LoadHTMLFile(System.IO.Stream)">
<summary>
Loads data from a HTML file stream.
</summary>
<param name="stream">The file stream.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.MainWeb.LoadSpreadSheetMLFile(System.String)">
<summary>
Loads data from a SpreadSheetML file.
</summary>
<param name="fileName">The file's name.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.MainWeb.LoadSpreadSheetMLFile(System.IO.Stream)">
<summary>
Loads data from a SpreadSheetML file stream.
</summary>
<param name="stream">The file's stream.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.MainWeb.ImportExcelFile(System.IO.Stream)">
<summary>
Imports from an excel file stream, including disk file stream or memory stream.
</summary>
<param name="stream">The excel file's stream, including disk file stream or memory stream.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.MainWeb.SaveToExcelFile(System.String)">
<summary>
Saves the worksheets to an excel file with Excel 2003 format.
</summary>
<param name="targetFile">The name of the target file to write to.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.MainWeb.SaveToExcelFile(System.IO.Stream)">
<summary>
Saves the worksheets to an excel file.
</summary>
<param name="stream">The stream to write to.</param>
<param name="format">The file format(Excel2003, Excel2007, CSV, SpreadsheetML)</param>
</member>
<member name="M:Aspose.Cells.GridWeb.MainWeb.SaveCSVFile(System.String)">
<summary>
Saves data to a CSV file.
</summary>
<param name="targetFile">The file's name.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.MainWeb.SaveCSVFile(System.IO.Stream)">
<summary>
Saves data to a CSV file stream.
</summary>
<param name="stream">The file stream.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.MainWeb.SaveHTMLFile(System.String)">
<summary>
Saves data to a HTML file.
</summary>
<param name="targetFile">The file's name.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.MainWeb.SaveHTMLFile(System.IO.Stream)">
<summary>
Saves data to a HTML file stream.
</summary>
<param name="stream">The file stream.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.MainWeb.SaveSpreadSheetMLFile(System.String)">
<summary>
Saves data to a SpreadSheetML file.
</summary>
<param name="targetFile">The file's name.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.MainWeb.SaveSpreadSheetMLFile(System.IO.Stream)">
<summary>
Saves data to a SpreadSheetML file stream.
</summary>
<param name="stream">The file stream.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.MainWeb.SaveToExcelFile(System.IO.Stream,Aspose.Cells.GridWeb.Data.GridSaveFormat)">
<summary>
Saves the worksheets to an excel file.
</summary>
<param name="stream">The stream to write to.</param>
<param name="format">The file format(Excel2003, Excel2007, CSV, SpreadsheetML)</param>
</member>
<member name="M:Aspose.Cells.GridWeb.MainWeb.SaveToExcelFile(System.String,Aspose.Cells.GridWeb.Data.GridSaveFormat)">
<summary>
Saves the worksheets to an excel file.
</summary>
<param name="targetFile">The name of the target file to write to.</param>
<param name="format">The file format(Excel2003, Excel2007, CSV, SpreadsheetML)</param>
</member>
<member name="M:Aspose.Cells.GridWeb.MainWeb.SaveCustomStyleFile(System.String)">
<summary>
Saves current style data of the control to an xml file.
Can be used to create your customized style file.
</summary>
<param name="fileName">The style file's name.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.MainWeb.CalculateFormula">
<summary>
Calculates the result of formulas.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.PageSize">
<summary>
Gets or sets the page size in paging mode.
</summary>
<remarks>
When in paging mode, the control will display PageSize rows of data once,
and display the page select control in the tab bar.
</remarks>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.FilteredPaging">
<summary>
Gets or sets whether to enable the paging after data filtered,will take affect when EnablePaging is true.
</summary>
<remarks>
When sets to true, the control will paging based on filtered data,the default value is false.
</remarks>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.EnablePaging">
<summary>
Gets or sets whether to enable the control's paging mode.
</summary>
<remarks>
When sets to true, the control will display PageSize rows of data once,
and display the page select control in the tab bar.
</remarks>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.ShowDefaultGridLine">
<summary>
Gets or sets whether to show the default grid lines of the cells.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.ShowSubmitButton">
<summary>
Gets or sets whether to show the submit button.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.ShowSaveButton">
<summary>
Gets or sets whether to show the save button.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.ShowUndoButton">
<summary>
Gets or sets whether to show the undo button.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.DefaultGridLineColor">
<summary>
Gets or sets the default grid line's color.
</summary>
<example>
<code>
[C#]
GridWeb1.DefaultGridLineColor = Color.Red;
[Visual Basic]
GridWeb1.DefaultGridLineColor = Color.Red
</code>
</example>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.EnableDoubleClickEvent">
<summary>
Gets or sets whether to enable customer side double-click event.
</summary>
<remarks>
When sets to true, the control will receive customer side double-click events and you may
handle these events on the server side. Otherwise the control will ignore any double-click
events.
</remarks>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.ForceValidation">
<summary>
Gets or sets whether to force customer side validation.
</summary>
<remarks>
When sets to true, data will not post to server until all input fields are valid.
</remarks>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.DefaultFontName">
<summary>
Gets or sets the control's default font name.
</summary>
<example>
<code>
[C#]
GridWeb1.DefaultFontName = "Arial";
[Visual Basic]
GridWeb1.DefaultFontName = "Arial"
</code>
</example>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.DefaultFontSize">
<summary>
Gets or sets the control's default font size.
</summary>
<example>
<code>
[C#]
GridWeb1.DefaultFontSize = new System.Web.UI.WebControls.FontUnit("10pt");
[Visual Basic]
GridWeb1.DefaultFontSize = New System.Web.UI.WebControls.FontUnit("10pt")
</code>
</example>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.EditMode">
<summary>
Gets or sets the control's edit mode.
</summary>
<remarks>
When sets to true, the control's cells are editable, and the "save" and the "undo" icon
are displayed. When sets to false, the control's cells are readonly, and the "save" and
the "undo" icon are not displayed.
</remarks>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.EnableStyleDialogbox">
<summary>
Gets or sets whether to enable the client side style dialogbox.
</summary>
<remarks>
When sets to true, the user can use the style dialogbox to set a cell's style
by selecting the "Format Cell..." from the popup menu.
</remarks>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.EnableClientFreeze">
<summary>
Gets or sets whether to enable the client side freezing operations.
</summary>
<remarks>
When sets to true, the user can use the right-click menu to freeze/unfreeze panes.
</remarks>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.EnableClientColumnOperations">
<summary>
Gets or sets whether to enable the client side column operations.
</summary>
<remarks>
When sets to true, the user can use the right-click menu to add/remove columns.
</remarks>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.EnableClientRowOperations">
<summary>
Gets or sets whether to enable the client side row operations.
</summary>
<remarks>
When sets to true, the user can use the right-click menu to add/remove rows.
</remarks>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.EnableClientMergeOperations">
<summary>
Gets or sets whether to enable the client side merge operations.
</summary>
<remarks>
When sets to true, the user can use the right-click menu to merge/unmerge cells.
</remarks>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.EnableClientResizeColumnRow">
<summary>
Gets or sets whether to enable the client side resize column and row.
</summary>
<remarks>
When sets to true, the user can resize the column and row at client side.
</remarks>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.ActiveCell">
<summary>
Gets or sets the active cell of the current sheet.
Changed to be writable since version 1.9.0.1.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.ActiveSheetIndex">
<summary>
Gets or sets the active sheet index. Equal to the WebWorksheets.ActiveSheetIndex.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.ActiveSheet">
<summary>
Gets the active sheet
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.ViewPanelScrollLeft">
<summary>
Gets or sets the position of the scroll bar of the grid's view panel.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.ViewPanelScrollTop">
<summary>
Gets or sets the position of the scroll bar of the grid's view panel.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.ActiveCellBgColor">
<summary>
Specifies the background color of the active cell.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.SelectCellBgColor">
<summary>
Specifies the background color of the selected cells in multi-select range.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.ActiveHeaderBgColor">
<summary>
Specifies the background color of the active row/column header.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.ActiveCellColor">
<summary>
Specifies the color of the active cell.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.SelectCellColor">
<summary>
Specifies the color of the selected cells in multi-select range.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.ActiveHeaderColor">
<summary>
Specifies the color of the active row/column header.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.TabStyle">
<summary>
Gets or sets the style of the tab bar.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.ActiveTabStyle">
<summary>
Specifies the style of the active tab.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.ScrollBarBaseColor">
<summary>
Specifies the color of the scroll bar of the control.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.ScrollBarArrowColor">
<summary>
Specifies the color of the scrollbar's arrow button.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.ACWClientPath">
<summary>
Gets or sets the web path of the script/image files of the control. For example: "http://localhost/acw_client".
You may also set this value in the web.config file. Add this section to the &lt;configuration&gt; section:
<br>&lt;appSettings&gt;</br><br>&lt;add key="aspose.cells.gridweb.acw_client_path" value="/acw_client/" /&gt;</br><br>&lt;/appSettings&gt;</br></summary>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.ACWLanguageFileUrl">
<summary>
Gets or sets the web url of the language file of the control. For example: "/acw_client/lang_en.js".
<br>By default, a built-in english file is used.</br></summary>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.ModifiedCells">
<summary>
Gets the collection of the cells that modified by the client.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.EnableAsync">
<summary>
Gets or sets whether load cells data in asynchronous way,suggest to apply for one sheet with more than 10000 cells.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.NeedRenderGroupRows">
<summary>
Gets or sets whether to show grouprows .
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.MaxColumn">
<summary>
Gets or sets the maximum display column index(zero based) of the web sheet.
The control uses the greater value of MaxColumn and sheet data's max column.
</summary>
<example>
<code>
[C#]
// Creates a 4x4 "display window".
GridWeb1.MinRow = 2;
GridWeb1.MaxRow = 5;
GridWeb1.MinColumn = 3;
GridWeb1.MaxColumn = 6;
[Visual Basic]
' Creates a 4x4 "display window".
GridWeb1.MinRow = 2
GridWeb1.MaxRow = 5
GridWeb1.MinColumn = 3
GridWeb1.MaxColumn = 6
</code>
</example>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.MinRow">
<summary>
Gets or sets the minimum display row index(zero based) of the web sheet.
The control uses the smaller value of MinRow and sheet data's min row.
</summary>
<example>
<code>
[C#]
// Creates a 4x4 "display window".
GridWeb1.MinRow = 2;
GridWeb1.MaxRow = 5;
GridWeb1.MinColumn = 3;
GridWeb1.MaxColumn = 6;
[Visual Basic]
' Creates a 4x4 "display window".
GridWeb1.MinRow = 2
GridWeb1.MaxRow = 5
GridWeb1.MinColumn = 3
GridWeb1.MaxColumn = 6
</code>
</example>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.MaxRow">
<summary>
Gets or sets the maximum display row index(zero based) of the web sheet.
The control uses the greater value of MaxRow and sheet data's max row.
</summary>
<example>
<code>
[C#]
// Creates a 4x4 "display window".
GridWeb1.MinRow = 2;
GridWeb1.MaxRow = 5;
GridWeb1.MinColumn = 3;
GridWeb1.MaxColumn = 6;
[Visual Basic]
' Creates a 4x4 "display window".
GridWeb1.MinRow = 2
GridWeb1.MaxRow = 5
GridWeb1.MinColumn = 3
GridWeb1.MaxColumn = 6
</code>
</example>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.FrameTableStyle">
<summary>
Gets or sets the frame style of the control.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.HeaderBarTableStyle">
<summary>
Gets or sets the header bar style of the control.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.ViewTableStyle">
<summary>
Gets or sets the data view panel's style.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.BottomTableStyle">
<summary>
Gets or sets the style of the bottom bar of the control.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.EnableMetalLightEffect">
<summary>
Gets or sets whether to apply metal light effect.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.PresetStyle">
<summary>
Gets or sets the preset style.
</summary>
<example>
<code>
[C#]
GridWeb1.PresetStyle = PresetStyle.Traditional1;
[Visual Basic]
GridWeb1.PresetStyle = PresetStyle.Traditional1
</code>
</example>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.SessionMode">
<summary>
Gets or sets the session mode of the grid.
There are 3 type of session mode:<br />
1. Session(default): Use system session to store sheet data.<br />
Generally the asp.net uses InProc session state. The grid also supports "StateServer" out process session state
and SQLServer session state.<br />
2. ViewState: Use page's viewstate to store sheet data.<br />
3. Custom: Use LoadCustomData and SheetDataUpdated events to store/recover sheet data.<br /></summary>
<remarks>
When using SessionMode.ViewState, the grid will store sheets data in the page's view state. This will
decrease the server's memory usage, but the page's size will be larger and it will impact
the overall performance.
</remarks>
<example>
<code>
[C#]
GridWeb1.SessionMode = SessionMode.ViewState;
[Visual Basic]
GridWeb1.SessionMode = SessionMode.ViewState
</code>
</example>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.CustomStyleFileName">
<summary>
Gets or sets the custom style file name.
</summary>
<example>
<code>
[C#]
GridWeb1.CustomStyleFileName = "c:\\style\\mystyle.xml";
[Visual Basic]
GridWeb1.CustomStyleFileName = "c:\\style\\mystyle.xml"
</code>
</example>
<remarks>
The custom style file is an XML file.
When sets the file name, the file will be loaded immediately.
Hear is the content of the "standard preset style"
-------------------------------------------------------
&lt;Aspose.Cells.GridWeb.ViewerStyleTemplate runat="server" HeaderBarWidth="30pt" ScrollBarBaseColor="" FrameTableStyle-BorderStyle="Solid" FrameTableStyle-LeftBorderStyle-BorderWidth=""
FrameTableStyle-LeftBorderStyle-BorderColor="" FrameTableStyle-RightBorderStyle-BorderWidth="" FrameTableStyle-RightBorderStyle-BorderColor="" FrameTableStyle-BorderWidth="1px"
FrameTableStyle-CellSpacing="0" FrameTableStyle-BorderColor="Gray" FrameTableStyle-CellPadding="0" FrameTableStyle-TopBorderStyle-BorderWidth="" FrameTableStyle-TopBorderStyle-BorderColor=""
FrameTableStyle-BottomBorderStyle-BorderWidth="" FrameTableStyle-BottomBorderStyle-BorderColor="" HeaderBarStyle-LeftBorderStyle-BorderStyle="Solid" HeaderBarStyle-LeftBorderStyle-BorderWidth="1px"
HeaderBarStyle-LeftBorderStyle-BorderColor="White" HeaderBarStyle-VerticalAlign="Middle" HeaderBarStyle-RightBorderStyle-BorderStyle="Solid" HeaderBarStyle-RightBorderStyle-BorderWidth="1px"
HeaderBarStyle-RightBorderStyle-BorderColor="Gray" HeaderBarStyle-BorderWidth="1px" HeaderBarStyle-Font-Size="10pt" HeaderBarStyle-BorderColor="Gray" HeaderBarStyle-BorderStyle="Solid"
HeaderBarStyle-HorizontalAlign="Center" HeaderBarStyle-ForeColor="Black" HeaderBarStyle-TopBorderStyle-BorderStyle="Solid" HeaderBarStyle-TopBorderStyle-BorderWidth="1px"
HeaderBarStyle-TopBorderStyle-BorderColor="White" HeaderBarStyle-BackColor="#E0E0E0" HeaderBarStyle-BottomBorderStyle-BorderStyle="Solid" HeaderBarStyle-BottomBorderStyle-BorderWidth="1px"
HeaderBarStyle-BottomBorderStyle-BorderColor="Gray" ViewTableStyle-LeftBorderStyle-BorderWidth="" ViewTableStyle-LeftBorderStyle-BorderColor="" ViewTableStyle-LayoutFixed="Fixed"
ViewTableStyle-RightBorderStyle-BorderWidth="" ViewTableStyle-RightBorderStyle-BorderColor="" ViewTableStyle-BorderWidth="0px" ViewTableStyle-CellSpacing="0" ViewTableStyle-CellPadding="0"
ViewTableStyle-TopBorderStyle-BorderWidth="" ViewTableStyle-TopBorderStyle-BorderColor="" ViewTableStyle-BottomBorderStyle-BorderWidth="" ViewTableStyle-BottomBorderStyle-BorderColor=""
BottomTableStyle-LeftBorderStyle-BorderWidth="" BottomTableStyle-LeftBorderStyle-BorderColor="" BottomTableStyle-LayoutFixed="Fixed" BottomTableStyle-RightBorderStyle-BorderWidth=""
BottomTableStyle-RightBorderStyle-BorderColor="" BottomTableStyle-BorderWidth="0px" BottomTableStyle-CellSpacing="0" BottomTableStyle-CellPadding="1"
BottomTableStyle-TopBorderStyle-BorderStyle="Solid" BottomTableStyle-TopBorderStyle-BorderWidth="1px" BottomTableStyle-TopBorderStyle-BorderColor="Gray"
BottomTableStyle-BottomBorderStyle-BorderWidth="" BottomTableStyle-BottomBorderStyle-BorderColor="" HeaderBarHeight="15pt" ActiveTabStyle-LeftBorderStyle-BorderWidth=""
ActiveTabStyle-LeftBorderStyle-BorderColor="" ActiveTabStyle-RightBorderStyle-BorderWidth="" ActiveTabStyle-RightBorderStyle-BorderColor="" ActiveTabStyle-Height="15pt"
ActiveTabStyle-BorderWidth="1px" ActiveTabStyle-Font-Size="10pt" ActiveTabStyle-BorderColor="Gray" ActiveTabStyle-ForeColor="Black" ActiveTabStyle-TopBorderStyle-BorderWidth=""
ActiveTabStyle-TopBorderStyle-BorderColor="" ActiveTabStyle-BackColor="White" ActiveTabStyle-BottomBorderStyle-BorderWidth="" ActiveTabStyle-BottomBorderStyle-BorderColor=""
HeaderBarTableStyle-LeftBorderStyle-BorderWidth="" HeaderBarTableStyle-LeftBorderStyle-BorderColor="" HeaderBarTableStyle-LayoutFixed="Fixed" HeaderBarTableStyle-RightBorderStyle-BorderWidth=""
HeaderBarTableStyle-RightBorderStyle-BorderColor="" HeaderBarTableStyle-BorderWidth="0px" HeaderBarTableStyle-CellSpacing="0" HeaderBarTableStyle-BorderCollapse="Separate"
HeaderBarTableStyle-CellPadding="0" HeaderBarTableStyle-TopBorderStyle-BorderWidth="" HeaderBarTableStyle-TopBorderStyle-BorderColor="" HeaderBarTableStyle-BottomBorderStyle-BorderWidth=""
HeaderBarTableStyle-BottomBorderStyle-BorderColor="" TabStyle-LeftBorderStyle-BorderWidth="" TabStyle-LeftBorderStyle-BorderColor="" TabStyle-RightBorderStyle-BorderWidth=""
TabStyle-RightBorderStyle-BorderColor="" TabStyle-Height="15pt" TabStyle-BorderWidth="1px" TabStyle-Font-Size="10pt" TabStyle-BorderColor="Gray" TabStyle-ForeColor="Black"
TabStyle-TopBorderStyle-BorderWidth="" TabStyle-TopBorderStyle-BorderColor="" TabStyle-BackColor="#E0E0E0" TabStyle-BottomBorderStyle-BorderWidth="" TabStyle-BottomBorderStyle-BorderColor=""
ScrollBarArrowColor=""&gt;&lt;/Aspose.Cells.GridWeb.ViewerStyleTemplate&gt;
</remarks>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.HeaderBarStyle">
<summary>
Gets or sets the header bar's style.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.Width">
<summary>
Gets or sets the width( System.Web.UI.WebControl.Unit ) of the control.
</summary>
<example>
<code>
[C#]
GridWeb1.Width = new System.Web.UI.WebControls.Unit(320, System.Web.UI.WebControls.UnitType.Point);
GridWeb1.Height = new System.Web.UI.WebControls.Unit(240, System.Web.UI.WebControls.UnitType.Point);
[Visual Basic]
GridWeb1.Width = New System.Web.UI.WebControls.Unit(320, System.Web.UI.WebControls.UnitType.Point)
GridWeb1.Height = New System.Web.UI.WebControls.Unit(240, System.Web.UI.WebControls.UnitType.Point)
</code>
</example>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.Height">
<summary>
Gets or sets the height( System.Web.UI.WebControl.Unit ) of the control.
</summary>
<example>
<code>
[C#]
GridWeb1.Width = new System.Web.UI.WebControls.Unit(320, System.Web.UI.WebControls.UnitType.Point);
GridWeb1.Height = new System.Web.UI.WebControls.Unit(240, System.Web.UI.WebControls.UnitType.Point);
[Visual Basic]
GridWeb1.Width = New System.Web.UI.WebControls.Unit(320, System.Web.UI.WebControls.UnitType.Point)
GridWeb1.Height = New System.Web.UI.WebControls.Unit(240, System.Web.UI.WebControls.UnitType.Point)
</code>
</example>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.HeaderBarWidth">
<summary>
Gets or sets the width( System.Web.UI.WebControl.Unit ) or the left header bar of the control.
</summary>
<example>
<code>
[C#]
GridWeb1.HeaderBarWidth = new System.Web.UI.WebControls.Unit(32, System.Web.UI.WebControls.UnitType.Point);
GridWeb1.HeaderBarHeight = new System.Web.UI.WebControls.Unit(24, System.Web.UI.WebControls.UnitType.Point);
[Visual Basic]
GridWeb1.HeaderBarWidth = New System.Web.UI.WebControls.Unit(32, System.Web.UI.WebControls.UnitType.Point)
GridWeb1.HeaderBarHeight = New System.Web.UI.WebControls.Unit(24, System.Web.UI.WebControls.UnitType.Point)
</code>
</example>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.HeaderBarHeight">
<summary>
Gets or sets the height( System.Web.UI.WebControl.Unit ) of the top header bar of the control.
</summary>
<example>
<code>
[C#]
GridWeb1.HeaderBarWidth = new System.Web.UI.WebControls.Unit(32, System.Web.UI.WebControls.UnitType.Point);
GridWeb1.HeaderBarHeight = new System.Web.UI.WebControls.Unit(24, System.Web.UI.WebControls.UnitType.Point);
[Visual Basic]
GridWeb1.HeaderBarWidth = New System.Web.UI.WebControls.Unit(32, System.Web.UI.WebControls.UnitType.Point)
GridWeb1.HeaderBarHeight = New System.Web.UI.WebControls.Unit(24, System.Web.UI.WebControls.UnitType.Point)
</code>
</example>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.ShowCommandBarAtTop">
<summary>
Specifies whether to show the command bar(includes command bar and tab bar) at the top of the control.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.NoHScroll">
<summary>
Gets or sets a value indicating whether the horizontal scroll bar is hidden.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.ShowLoading">
<summary>
Specifies whether to show a loading dialogbox while postbacking to server.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.SpanWrap">
<summary>
Specifies whether to wrap content in the cell span.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.NoVScroll">
<summary>
Gets or sets a value indicating whether the vertical scroll bar is hidden.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.ShowCellEditBox">
<summary>
whether Gridweb shows edit box toolbar as in MS-EXCEL.if enable ,a edit box for current cell will display in Gridweb.
if we enable this feature, we need to import jquery js library in your aspx files to support this new feature. all the latest jquery version is ok. etc. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.js"></script></summary>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.ShowTabNavigation">
<summary>
Gets or sets whether the tab navigation button is show,the default value is true.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.AutoRefreshChart">
<summary>
Gets or sets whether the Chart image is updated while updating the cell value.the default is true
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.RenderHiddenRow">
<summary>
Gets or sets whether the hidden row is rendered in GridControl,the default value is false.
if you need to unhide the hidden row latter ,you shall set it as true
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.UseClientPageHeight">
<summary>
Gets or sets whether gridweb use client page height as control height ,suitable for when set Height="100%",default value is false
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.GoonDefaultSaveOperation">
<summary>
Gets or sets whether GridWeb will do the default save operation ,the default value is true.
</summary>
</member>
<member name="E:Aspose.Cells.GridWeb.MainWeb.SubmitCommand">
<summary>
Occurs when the "submit" button is clicked.
</summary>
</member>
<member name="E:Aspose.Cells.GridWeb.MainWeb.SaveCommand">
<summary>
Occurs when the "save" button is clicked.
</summary>
</member>
<member name="E:Aspose.Cells.GridWeb.MainWeb.UndoCommand">
<summary>
Occurs when the "undo" button is clicked.
</summary>
</member>
<member name="E:Aspose.Cells.GridWeb.MainWeb.SheetTabClick">
<summary>
Occurs when the sheet tab is clicked.
</summary>
</member>
<member name="E:Aspose.Cells.GridWeb.MainWeb.CustomCommand">
<summary>
Occurs when user clicks a custom command button.
</summary>
</member>
<member name="E:Aspose.Cells.GridWeb.MainWeb.RowDoubleClick">
<summary>
Occurs when the row header is double-clicked.
</summary>
</member>
<member name="E:Aspose.Cells.GridWeb.MainWeb.ColumnDoubleClick">
<summary>
Occurs when the column header is double-clicked.
</summary>
</member>
<member name="E:Aspose.Cells.GridWeb.MainWeb.BeforeColumnFilter">
<summary>
Occurs before the column to be filtered.
</summary>
</member>
<member name="E:Aspose.Cells.GridWeb.MainWeb.AfterColumnFilter">
<summary>
Occurs after the column filtered.
</summary>
</member>
<member name="E:Aspose.Cells.GridWeb.MainWeb.CellDoubleClick">
<summary>
Occurs when the cell is double-clicked.
</summary>
</member>
<member name="E:Aspose.Cells.GridWeb.MainWeb.CellClickOnAjax">
<summary>
Occurs when the cell is clicked,and need to do ajaxcallback for this event.
</summary>
</member>
<member name="E:Aspose.Cells.GridWeb.MainWeb.CellModifiedOnAjax">
<summary>
Occurs when the cell is modified in ajaxcall.
</summary>
</member>
<member name="E:Aspose.Cells.GridWeb.MainWeb.SheetDataUpdated">
<summary>
Occurs when the control has loaded the posted data and updated the sheet data.
</summary>
</member>
<member name="E:Aspose.Cells.GridWeb.MainWeb.LoadCustomData">
<summary>
Fires when the control's SessionMode is set to Custom and needs to load sheet data.
You may handle this event in Custom Session mode to load sheet data from file or database.
</summary>
</member>
<member name="E:Aspose.Cells.GridWeb.MainWeb.AjaxCallFinished">
<summary>
Fires when the ajax update of the control finished.(the EnableAJAX shall be set to true)
</summary>
</member>
<member name="E:Aspose.Cells.GridWeb.MainWeb.RowInserted">
<summary>
Occurs when user insert a row from client-side menu.
</summary>
</member>
<member name="E:Aspose.Cells.GridWeb.MainWeb.RowDeleted">
<summary>
Occurs when user has deleted a row from client-side menu.
</summary>
</member>
<member name="E:Aspose.Cells.GridWeb.MainWeb.RowDeleting">
<summary>
Occurs when user is trying to delete a row from the client-side menu.
You may handle this event and throw a RejectDeleteException exception to cancel a deleting operation.
</summary>
</member>
<member name="E:Aspose.Cells.GridWeb.MainWeb.ColumnInserted">
<summary>
Occurs when user insert a column from client-side menu.
</summary>
</member>
<member name="E:Aspose.Cells.GridWeb.MainWeb.ColumnDeleted">
<summary>
Occurs when user delete a column from client-side menu.
</summary>
</member>
<member name="E:Aspose.Cells.GridWeb.MainWeb.ColumnDeleting">
<summary>
Occurs when user is trying to delete a column from the client-side menu.
You may handle this event and set the cancel parameter to True to cancel a deleting operation.
</summary>
</member>
<member name="E:Aspose.Cells.GridWeb.MainWeb.CellCommand">
<summary>
Occurs when a cell's command hyperlink is clicked.
When this event is fired, its parameter e.Argument contains the command's name.
</summary>
</member>
<member name="E:Aspose.Cells.GridWeb.MainWeb.CellError">
<summary>
Occurs when a cell's input value error.
</summary>
</member>
<member name="E:Aspose.Cells.GridWeb.MainWeb.PageIndexChanged">
<summary>
Occurs when the control's sheet page index changed.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.OnCellSelectedClientFunction">
<summary>
Gets or sets the client side function to be called when a cell is selected.
The client function should be declared like this:<br />
function MyOnSelectCell(cell)<br />
{<br />
GridWeb1.setCellValueByCell(cell, "test");<br />
}<br /><br />Note: You may use the "this" pointer in the client function to point the grid control which fires the event.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.OnPageChangeClientFunction">
<summary>
Gets or sets the client side function to be called after page index changing.only take effect when EnablePaging is true.
The client function should be declared like this:<br />
function MyOnPageChange(index)<br />
{<br />
console.log("current page is:"+index);<br />
}<br /><br />Note: You may use the "this" pointer in the client function to point the grid control which fires the event.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.OnSubmitClientFunction">
<summary>
Gets or sets the client function to be called before the control is submitted at client side.
The client function should be declared like this:<br />
function MyOnSubmit(arg, cancelEdit)<br />
{<br /> return true;<br />}<br />
The arg is the submit argument, contains the command to be post to the server.
The cancelEdit is boolean value indicates whether the control has discarded the user input before submit.
The control will continue submitting if the function returns true.
<br />Note: You may use the "this" pointer in the client function to point the grid control which fires the event.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.SessionStorePath">
<summary>
Gets or sets the session store path when session mode is ViewState,
It is a relative path to the current web application Base Directory.
etc: gridweb.SessionStorePath="mytempdir/session";
then it will store session data in mytempdir/session of current application Base Directory
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.OnPageSubmitClientFunction">
<summary>
Gets or sets the client function to be called before the page is submitted at client side.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.OnCellSelectedAjaxCallBackClientFunction">
<summary>
Gets or sets the client side function to be called when a cell is selected.
The client function should be declared like this:<br />
function MyOnSelectCellAjaxCallBack(cell,customerdata)<br />
{<br /><br />
}<br /><br />Note: You may use the "this" pointer in the client function to point the grid control which fires the event.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.OnShapeSelectedClientFunction">
<summary>
Gets or sets the client side function to be called when a shape is selected.
The client function should be declared like this:<br />
function MyOnSelectShape(shape)<br />
{<br />
var name=shape.getAttribute("namevalue")<br />
var text=shape.getAttribute("textvalue")<br />
var value=shape.getAttribute("controlvalue")<br />
var type=shape.getAttribute("msotype")<br />
}<br /><br />Note: You may use the "this" pointer in the client function to point the grid control which fires the event.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.OnCellUnselectedClientFunction">
<summary>
Gets or sets the client side function to be called when a cell is unselected.
The client function should be declared like this:<br />
function MyOnUnselectCell(cell)<br />
{<br />
GridWeb1.setCellValueByCell(cell, "test");<br />
}<br /><br />Note: You may use the "this" pointer in the client function to point the grid control which fires the event.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.OnDoubleClickCellClientFunction">
<summary>
Gets or sets the client side function to be called when a cell is double clicked.
The client function should be declared like this:<br />
function MyOnDoubleClickCell(cell)<br />
{<br />
GridWeb1.setCellValueByCell(cell, "test");<br />
}<br /><br />Note: You may use the "this" pointer in the client function to point the grid control which fires the event.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.OnCellErrorClientFunction">
<summary>
Gets or sets the client side function name to be called when a cell's validation is failed.
The client function should be declared like this:<br />
function MyOnCellError(cell)<br />
{<br />
alert(GridWeb1.getCellValueByCell(cell));<br />
}<br /><br />Note: You may use the "this" pointer in the client function to point the grid control which fires the event.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.OnCellUpdatedClientFunction">
<summary>
Gets or sets the client side function name to be called when a cell's value is updated.
The client function should be declared like this:<br />
function MyOnCellUpdated(cell)<br />
{<br />
alert(this.getCellValueByCell(cell));<br />
}<br /><br />Note: You may use the "this" pointer in the client function to point the grid control which fires the event.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.OnAjaxCallFinishedClientFunction">
<summary>
Gets or sets the client side function name to be called when ajaxcall finished.
The client function should be declared like this:<br />
function GridAjaxcallFinished()<br />
{<br />
alert(this.id+" ajaxcall finished ");<br />
}<br /><br />Note: You may use the "this" pointer in the client function to point the grid control which fires the event.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.OnGridInitClientFunction">
<summary>
Gets or sets the client side function name to be called when the grid is initialized.
The client function should be declared like this:<br />
function MyOnGridInit(grid)<br />
{<br />
alert("The grid is initialized: " + grid.id);<br />
}<br /><br />Note: You may use the "this" pointer in the client function to point the grid control which fires the event.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.OnDoubleClickRowClientFunction">
<summary>
Gets or sets the client side function to be called when a row is double clicked.
The client function should be declared like this:<br />
function MyOnRowDoubleClick(row)<br />
{<br />
alert(row);<br />
}<br /><br />Note: You may use the "this" pointer in the client function to point the grid control which fires the event.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.OnContextMenuShowClientFunction">
<summary>
Gets or sets the client side function to be called when the context menu will be shown.
The client function should be declared like this:<br />
function onContextMenuShow()<br />
{<br />
var menu = event.srcElement;<br />
menu.setItemVisibility("Delete", "block");<br />
menu.setItemVisibility("Update", "none");<br />
}<br /><br />Note: You may use the "this" pointer in the client function to point the grid control which fires the event.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.IsPostBack">
<summary>
Gets a value indicating whether gridweb is being loaded in response to a client postback,
or if it is being loaded and accessed for the first time.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.MainWeb.CustomCalculationEngine">
<summary>
Represents user's custom calculation engine to extend the default calculation engine of Aspose.Cells.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.GridWeb.GetVersion">
<summary>
Get the release version.
</summary>
<returns>The release version.</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.GridWeb.SaveCustomStyleFile(System.String)">
<summary>
Saves current style data of the control to an xml file.
Can be used to create your customized style file.
</summary>
<param name="fileName">The style file's name.</param>
</member>
<member name="P:Aspose.Cells.GridWeb.GridWeb.SelectCells">
<summary>
Gets the select cells collection.
</summary>
</member>
<member name="T:Aspose.Cells.GridWeb.Data.GridWebException">
<summary>
The exception that is thrown when Aspose.Cells.GridWeb specified error occurs.
</summary>
</member>
<member name="T:Aspose.Cells.GridWeb.Data.WebWorksheet">
<remarks>
NOTE: This class is now obsolete.
please use GridWorksheet Instead.
This class will be removed after 6 months since Aug. 2014.
Aspose apologizes for any inconvenience you may have experienced.</remarks>
<summary>
Represents a web worksheet.
</summary>
<example>
<code>
[C#]
...
using System.Web.UI.WebControls;
...
...
WebWorksheets Worksheets = GridWeb1.WebWorksheets;
WebCells cells = Worksheets[0].Cells;
//Sets default row height
cells.StandardHeight = new Unit(16, UnitType.Point);
//Sets row height
cells.SetRowHeight(2, new Unit(20, UnitType.Point));
//Sets default colum width
cells.StandardWidth = new Unit(50, UnitType.Point);
//Sets column width
cells.SetColumnWidth(3, new Unit(80, UnitType.Point));
//Merge cells
cells.Merge(5, 4, 2, 2);
//Import data
DataSet1 ds1 = new DataSet1();
for (int i =0; i&lt;16; i++)
{
DataSet1.Table1Row row = ds1.Table1.NewTable1Row();
row["c1"] = "hello1";
row["c2"] = i;
row["c3"] = "data";
ds1.Table1.AddTable1Row(row);
}
GridWeb1.WebWorksheets.ImportDataView(ds1.Table1.DefaultView, null, null);
//Import from excel file
Worksheets.ImportExcelFile("c:\\file1.xls");
[Visual Basic]
Imports System.Web.UI.WebControls
...
...
Dim Worksheets As WebWorksheets = GridWeb1.WebWorksheets
Dim cells As WebCells = Worksheets(0).Cells
'Sets default row height
cells.StandardHeight = New Unit(16, UnitType.Point)
'Sets row height
cells.SetRowHeight(2,New Unit(20,UnitType.Point))
'Sets default colum width
cells.StandardWidth = New Unit(50, UnitType.Point)
'Sets column width
cells.SetColumnWidth(3,New Unit(80,UnitType.Point))
'Merge cells
cells.Merge(5, 4, 2, 2)
'Import data
Dim ds1 As DataSet1 = New DataSet1()
Dim i As Integer
For i = 0 To 15
Dim row As DataSet1.Table1Row = ds1.Table1.NewTable1Row()
row("c1") = "hello1"
row("c2") = i
row("c3") = "data"
ds1.Table1.AddTable1Row(row)
Next
GridWeb1.WebWorksheets.ImportDataView(ds1.Table1.DefaultView, Nothing, Nothing)
'Import from excel file
Worksheets.ImportExcelFile("c:\\file1.xls")
</code>
</example>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebWorksheet.CreateAutoGenratedColumns">
<summary>
After setting a datasource for the worksheet, call this method to generate the bind columns automatically.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebWorksheet.UpdateBindCellValue(Aspose.Cells.GridWeb.Data.GridCell)">
<summary>
Updates the binding datasource record's property value according to the cell's value.
</summary>
<example>
<code>
cell.PutValue(23.11);
sheet.UpdateBindCellValue(cell);
</code>
</example>
<param name="cell">The cell object.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebWorksheet.CommitNewBindRow">
<summary>
Commits the new added bind row and add it to the datasource.
</summary>
<returns>The row index of the new row. If no row is created, returns -1.</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebWorksheet.CancelNewBindRow">
<summary>
Cancels and deletes the new added bind row.
</summary>
<returns>The row index. If there is no new created bind row, returns -1.</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebWorksheet.SetEditableRange(System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
Makes a range of cells editable. http://docs.aspose.com:8082/docs/display/cellsnet/Protecting+Cells
Make all cells read only by calling the SetAllCellsReadonly method.
then call this method to Specify the range of cells that to be editable
</summary>
<param name="startRow">The start row of the range.</param>
<param name="startColumn">The start column of the range.</param>
<param name="rows">The number of the rows.</param>
<param name="columns">The number of the columns.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebWorksheet.GroupRows(System.Int32,System.Int32)">
<summary>
Groups rows.
</summary>
<param name="firstIndex">The first row index to be grouped.</param>
<param name="lastIndex">The last row index to be grouped.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebWorksheet.GroupRows(System.Int32,System.Int32,System.Boolean)">
<summary>
Groups rows.
</summary>
<param name="firstIndex">The first row index to be grouped.</param>
<param name="lastIndex">The last row index to be grouped.</param>
<param name="isHidden">Specifies if the grouped rows are hidden.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebWorksheet.CreateSubtotal(System.Int32,System.Int32,System.Int32,Aspose.Cells.GridWeb.Data.SubtotalFunction,System.Int32[],System.String,Aspose.Cells.GridWeb.TableItemStyle,Aspose.Cells.GridWeb.TableItemStyle,Aspose.Cells.GridWeb.Data.NumberType,System.String)">
<summary>
Creates subtotal in the sheet.
</summary>
<param name="columnNameRowIndex">The row index of the column name row.</param>
<param name="dataRows">The number of the data rows.</param>
<param name="groupByColumnIndex">The column index of the column to be grouped.</param>
<param name="subtotalFunction">The subtotal function type.</param>
<param name="subtotalColumnIndexList">The column indexes to be subtotaled.</param>
<param name="functionLabel">The label of subtotal function.</param>
<param name="grandCellStyle">The style of the grand total line.</param>
<param name="subtotalCellStyle">The style of the subtotal line.</param>
<param name="numberType">The number type of the subtotal result cells.</param>
<param name="customString">The custome format string of the subtotal result cells. Can be null.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebWorksheet.DataBind">
<summary>
Bind the sheet to the DataSource.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebWorksheet.CreateNewBindRow">
<summary>
Creates a new bind row and bind to the datasource.
</summary>
<returns>The row index of the new row. If no row is created, returns -1.</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebWorksheet.DeleteBindRow(System.Int32)">
<summary>
Deletes a bind row.
</summary>
<param name="rowNum">The row index.</param>
<returns>The deleted row index. If no bind row is deleted, returns -1.</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebWorksheet.Copy(Aspose.Cells.GridWeb.Data.WebWorksheet)">
<summary>
Copies from another worksheet object.
</summary>
<param name="source">The other sheet.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebWorksheet.SetReadonlyRange(System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
Makes a range of cells readonly. http://docs.aspose.com:8082/docs/display/cellsnet/Protecting+Cells
First make all cells editable by calling the SetAllCellsEditable method.
then call this method to Specify the range of cells that to be readonly
</summary>
<param name="startRow">The start row of the range.</param>
<param name="startColumn">The start column of the range.</param>
<param name="rows">The number of the rows.</param>
<param name="columns">The number of the columns.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebWorksheet.AutoFitColumn(System.Int32,System.Int32,System.Int32)">
<summary>
Autofits the column width. This method autofits a column
based on content in a range of cells within the column
from startRow to endRow. AutoFitColumn is an imprecise function.
</summary>
<param name="columnIndex">column index, zero based</param>
<param name="startRow">start row index, zero based</param>
<param name="endRow">end row index, zero based</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebWorksheet.AutoFitColumn(System.Int32)">
<summary>
Autofits the column width.
</summary>
<param name="columnIndex">Column index.</param>
<remarks>AutoFitColumn is an imprecise function.</remarks>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebWorksheet.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Internal used only.
</summary>
<param name="info">
</param>
<param name="context">
</param>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.WebWorksheet.Index">
<summary>
Gets the index of itself within the <see cref="T:Aspose.Cells.GridWeb.Data.WebWorksheets" />.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.WebWorksheet.DataSource">
<summary>
Gets or sets the DataSource.
Generally it's a DataSet object.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.WebWorksheet.DataMember">
<summary>
Gets or sets the DataMember from the multi-member DataSource.
Generally it represents a DataTable object of a DataSet.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.WebWorksheet.BindColumns">
<summary>
Bind columns collection.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.WebWorksheet.BindingSource">
<summary>
The actually binding datasource object at run-time. It is a DataView object when the DataSource property is a DataSet, DataTable or DataView object.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.WebWorksheet.EnableCreateBindColumnHeader">
<summary>
In data-binding mode, indicates whether to create bind column header captions in the sheet.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.WebWorksheet.BindStartRow">
<summary>
In data-binding mode, BindStartRow and BindStartColumn indicate the position of the grid to bind bo the datasource.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.WebWorksheet.BindStartColumn">
<summary>
In data-binding mode, BindStartRow and BindStartColumn indicate the position of the grid to bind bo the datasource.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.WebWorksheet.Cells">
<summary>
Gets the <see cref="T:Aspose.Cells.GridWeb.Data.WebCells" />.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.WebWorksheet.Hyperlinks">
<summary>
Gets the <see cref="T:Aspose.Cells.HyperlinkCollection" /> collection.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.WebWorksheet.Name">
<summary>
Gets or sets the name of the sheet.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.WebWorksheet.Validations">
<summary>
Gets the data validation setting collection in the worksheet.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.WebWorksheet.Visible">
<summary>
Indicates whether this sheet's name is shown in the sheet tabs of the control.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.WebWorksheet.CurrentBindRows">
<summary>
Gets the binding rows number in data-binding mode.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.WebWorksheet.IsProtected">
<summary>
Gets or sets whether the worksheet is protected. When a worksheet is protected, all the cells can not
be edit except the cell whose IsLocked property is false.
</summary>
</member>
<member name="T:Aspose.Cells.GridWeb.Data.WebWorksheets">
<remarks>
NOTE: This class is now obsolete.
please use GridWorksheetCollection Instead.
This class will be removed after 6 months since Aug. 2014.
Aspose apologizes for any inconvenience you may have experienced.</remarks>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebWorksheets.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Internal used only.
</summary>
<param name="info">
</param>
<param name="context">
</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebWorksheets.Clear">
<summary>
Clear all worksheets.
</summary>
<remarks>
A workbook must contains a worksheet.
</remarks>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebWorksheets.Add">
<summary>
Adds a worksheet to the collection.
</summary>
<returns>
<see cref="T:Aspose.Cells.Worksheet" /> object index.</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebWorksheets.Add(System.String)">
<summary>
Adds a worksheet to the collection.
</summary>
<param name="sheetName">Worksheet name</param>
<returns>
<see cref="T:Aspose.Cells.Worksheet" /> object.</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebWorksheets.AddCopy(System.Int32)">
<summary>
Adds a worksheet to the collection and copies data from an existed worksheet.
</summary>
<param name="sheetIndex">Index of source worksheet.</param>
<returns>
<see cref="T:Aspose.Cells.Worksheet" /> object index.</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebWorksheets.AddCopy(Aspose.Cells.GridWeb.Data.WebWorksheet)">
<summary>
Adds a worksheet to the collection and copys data from an existed worksheet.
</summary>
<param name="srcSheet">Source of WebWorksheet.</param>
<returns>
<see cref="T:Aspose.Cells.GridWeb.Data.WebWorksheet" /> object index.</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebWorksheets.AddCopy(System.String)">
<summary>
Adds a worksheet to the collection and copys data from an existed worksheet.
</summary>
<param name="sheetName">Name of source worksheet.</param>
<returns>
<see cref="T:Aspose.Cells.GridWeb.Data.WebWorksheet" /> object index.</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebWorksheets.RemoveAt(System.Int32)">
<summary>
Removes a sheet at the index.
</summary>
<param name="index">The sheet index.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebWorksheets.RemoveAt(System.String)">
<summary>
Removes the element at a specified name.
</summary>
<param name="sheetName">The name of the element to remove.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebWorksheets.Insert(System.Int32,System.String)">
<summary>
Inserts a sheet to the index.
</summary>
<param name="index">The index.</param>
<param name="sheetName">the sheet name.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebWorksheets.ImportExcelFile(System.IO.Stream)">
<summary>
Imports from an excel file stream, including disk file stream or memory stream.
</summary>
<param name="stream">The excel file's stream, including disk file stream or memory stream.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebWorksheets.ImportExcelFile(System.String)">
<summary>
Imports from an excel file.
</summary>
<param name="fileName">The excel file's name.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebWorksheets.LoadCSVFile(System.String)">
<summary>
Loads data from a CSV file.
</summary>
<param name="fileName">The file's name.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebWorksheets.LoadCSVFile(System.IO.Stream)">
<summary>
Loads data from a CSV file stream.
</summary>
<param name="stream">The file stream.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebWorksheets.LoadHTMLFile(System.String)">
<summary>
Loads data from a HTML file.
</summary>
<param name="fileName">The file's name.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebWorksheets.LoadHTMLFile(System.IO.Stream)">
<summary>
Loads data from a HTML file stream.
</summary>
<param name="stream">The file stream.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebWorksheets.LoadSpreadSheetMLFile(System.String)">
<summary>
Loads data from a SpreadSheetML file.
</summary>
<param name="fileName">The file's name.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebWorksheets.LoadSpreadSheetMLFile(System.IO.Stream)">
<summary>
Loads data from a SpreadSheetML file stream.
</summary>
<param name="stream">The file's stream.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebWorksheets.SaveToExcelFile(System.String)">
<summary>
Saves the worksheets to an excel file with Excel 2003 format.
</summary>
<param name="targetFile">The name of the target file to write to.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebWorksheets.SaveToExcelFile(System.IO.Stream)">
<summary>
Saves the worksheets to a excel file stream, including disk IO stream or memory stream.
</summary>
<param name="stream">The target file stream to write to.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebWorksheets.SaveCSVFile(System.String)">
<summary>
Saves data to a CSV file.
</summary>
<param name="targetFile">The file's name.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebWorksheets.SaveCSVFile(System.IO.Stream)">
<summary>
Saves data to a CSV file stream.
</summary>
<param name="stream">The file stream.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebWorksheets.SaveHTMLFile(System.String)">
<summary>
Saves data to a HTML file.
</summary>
<param name="targetFile">The file's name.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebWorksheets.SaveHTMLFile(System.IO.Stream)">
<summary>
Saves data to a HTML file stream.
</summary>
<param name="stream">The file stream.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebWorksheets.SaveSpreadSheetMLFile(System.String)">
<summary>
Saves data to a SpreadSheetML file.
</summary>
<param name="targetFile">The file's name.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebWorksheets.SaveSpreadSheetMLFile(System.IO.Stream)">
<summary>
Saves data to a SpreadSheetML file stream.
</summary>
<param name="stream">The file stream.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebWorksheets.SaveToExcelFile(System.IO.Stream,Aspose.Cells.GridWeb.Data.GridSaveFormat)">
<summary>
Saves the worksheets to an excel file.
</summary>
<param name="stream">The stream to write to.</param>
<param name="format">The file format(Excel2003, Excel2007, CSV, SpreadsheetML)</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebWorksheets.SaveToExcelFile(System.String,Aspose.Cells.GridWeb.Data.GridSaveFormat)">
<summary>
Saves the worksheets to an excel file.
</summary>
<param name="targetFile">The name of the target file to write to.</param>
<param name="format">The file format(Excel2003, Excel2007, CSV, SpreadsheetML)</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebWorksheets.ImportDataView(System.Data.DataView,Aspose.Cells.GridWeb.TableItemStyle,Aspose.Cells.GridWeb.TableItemStyle)">
<summary>
Imports from a DataView. Creates a sheet with the DataView's table name automatically.
</summary>
<param name="dataView">The DataView object.</param>
<param name="colHeaderStyle">Specifies the style of the dataview header bar.</param>
<param name="dataStyle">Specifies the style of the data area.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebWorksheets.ImportDataView(System.Data.DataView,Aspose.Cells.GridWeb.TableItemStyle,Aspose.Cells.GridWeb.TableItemStyle,System.String,System.Int32,System.Int32)">
<summary>
Imports from a DataView to the specified sheet and position.
</summary>
<param name="dataView">The DataView object.</param>
<param name="colHeaderStyle">Specifies the style of the dataview header bar.</param>
<param name="dataStyle">Specifies the style of the data area.</param>
<param name="sheetName">Specifies the sheet name. If the sheet doesn't exist, it will be created for you.</param>
<param name="row">Specifies the import position.</param>
<param name="column">Specifies the import postion.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebWorksheets.CopyTo(System.Array,System.Int32)">
<summary>
Copys contents to an array.
</summary>
<param name="array">An array.</param>
<param name="index">Index of the array.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebWorksheets.Remove(System.Object)">
<summary>
Removes a sheet.
</summary>
<param name="value">The sheet.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebWorksheets.Contains(System.Object)">
<summary>
Indicates whether the collection contains the sheet.
</summary>
<param name="value">The sheet.</param>
<returns>
</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebWorksheets.IndexOf(System.Object)">
<summary>
Gets the index of the sheet.
</summary>
<param name="value">The sheet.</param>
<returns>
</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebWorksheets.Add(System.Object)">
<summary>
Adds a sheet object.
</summary>
<param name="value">The sheet.</param>
<returns>
</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.WebWorksheets.RunAllFormulas">
<summary>
Runs all the cells's formula.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.WebWorksheets.Item(System.Int32)">
<summary>
Gets the <see cref="T:Aspose.Cells.Worksheet" /> element at the specified index.
</summary>
<param name="index">The zero based index of the element.</param>
<returns>The element at the specified index.</returns>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.WebWorksheets.Item(System.String)">
<summary>
Gets the <see cref="T:Aspose.Cells.Worksheet" /> element at the specified index.
</summary>
<param name="index">The zero based index of the element.</param>
<returns>The element at the specified index.</returns>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.WebWorksheets.PivotTables">
<summary>
Gets the pivotTable collection object.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.WebWorksheets.PivotCaches">
<summary>
Gets the PivotCache collection object
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.WebWorksheets.IsSynchronized">
<summary>
Gets a value indicating if access to the ICollection is synchronized (thread-safe).
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.WebWorksheets.SyncRoot">
<summary>
Gets an object that can be used to synchronize access to the ICollection.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.WebWorksheets.IsReadOnly">
<summary>
Gets a value indicating whether the IList is read-only.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.WebWorksheets.IsFixedSize">
<summary>
Gets a value indicating whether the collection has a fixed size.
</summary>
</member>
<member name="T:Aspose.Cells.GridWeb.Design.DesignCmd">
<summary>
Internal used only.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Design.DesignCmd.init">
<summary>
Internal used only.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Design.DesignCmd.style">
<summary>
Internal used only.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Design.DesignCmd.clear">
<summary>
Internal used only.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Design.DesignCmd.openexcel">
<summary>
Internal used only.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Design.DesignCmd.openacw">
<summary>
Internal used only.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Design.DesignCmd.saveexcel">
<summary>
Internal used only.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Design.DesignCmd.saveacw">
<summary>
Internal used only.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Design.DesignCmd.options">
<summary>
Internal used only.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Design.DesignCmd.addsheet">
<summary>
Internal used only.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Design.DesignCmd.addsheetcopy">
<summary>
Internal used only.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Design.DesignCmd.removesheet">
<summary>
Internal used only.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Design.DesignCmd.renamesheet">
<summary>
Internal used only.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Design.DesignCmd.addhyperlink">
<summary>
Internal used only.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Design.DesignCmd.removehyperlink">
<summary>
Internal used only.
</summary>
</member>
<member name="T:Aspose.Cells.GridWeb.Design.DesignParameters">
<summary>
Internal used only.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Design.DesignParameters.cmd">
<summary>
Internal used only.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Design.DesignParameters.presetStyle">
<summary>
Internal used only.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Design.DesignParameters.customString">
<summary>
Internal used only.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Design.DesignParameters.fileName">
<summary>
Internal used only.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Design.DesignParameters.sheetName">
<summary>
Internal used only.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Design.DesignParameters.EditMode">
<summary>
Internal used only.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Design.DesignParameters.ForceValid">
<summary>
Internal used only.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Design.DesignParameters.EnableDoubleClickEvent">
<summary>
Internal used only.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Design.DesignParameters.ShowDefaultGridLine">
<summary>
Internal used only.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Design.DesignParameters.ShowSubmitButton">
<summary>
Internal used only.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Design.DesignParameters.ShowSaveButton">
<summary>
Internal used only.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Design.DesignParameters.ShowUndoButton">
<summary>
Internal used only.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Design.DesignParameters.EnablePaging">
<summary>
Internal used only.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Design.DesignParameters.ShowHeaderBar">
<summary>
Internal used only.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Design.DesignParameters.ShowTabBar">
<summary>
Internal used only.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Design.DesignParameters.EnableStyleDialogbox">
<summary>
Internal used only.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Design.DesignParameters.EnableClientFreeze">
<summary>
Internal used only.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Design.DesignParameters.EnableClientRowOperations">
<summary>
Internal used only.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Design.DesignParameters.EnableClientColumnOperations">
<summary>
Internal used only.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Design.DesignParameters.EnableClientMergeOperations">
<summary>
Internal used only.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Design.DesignParameters.MinColumn">
<summary>
Internal used only.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Design.DesignParameters.MaxColumn">
<summary>
Internal used only.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Design.DesignParameters.MinRow">
<summary>
Internal used only.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Design.DesignParameters.MaxRow">
<summary>
Internal used only.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Design.DesignParameters.PageSize">
<summary>
Internal used only.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Design.DesignParameters.ActionType">
<summary>
Internal used only.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Design.DesignParameters.CellCommand">
<summary>
Internal used only.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Design.DesignParameters.ImageUrl">
<summary>
Internal used only.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Design.DesignParameters.Target">
<summary>
Internal used only.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Design.DesignParameters.Text">
<summary>
Internal used only.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Design.DesignParameters.ToolTip">
<summary>
Internal used only.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Design.DesignParameters.Url">
<summary>
Internal used only.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Design.DesignParameters.showMessage(System.String)">
<summary>
Internal used only.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Design.DesignParameters.clearCmd">
<summary>
Internal used only.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Design.DesignParameters.sendBackStyle(Aspose.Cells.GridWeb.PresetStyle,System.String)">
<summary>
Internal used only.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Design.DesignParameters.sendBackOptions(System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
<summary>
Internal used only.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Design.DesignParameters.changeActiveSheetIndex(System.Int32)">
<summary>
Internal used only.
</summary>
<param name="index">
</param>
</member>
<member name="M:Aspose.Cells.GridWeb.Design.DesignParameters.loadNewSheets(System.String[])">
<summary>
Internal used only.
</summary>
<param name="sheetNames">
</param>
</member>
<member name="F:Aspose.Cells.GridWeb.Design.DesignParameters.ActiveSheetIndex">
<summary>
Internal used only.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.Design.DesignParameters.SheetNames">
<summary>
Internal used only.
</summary>
</member>
<member name="E:Aspose.Cells.GridWeb.Design.DesignParameters.StyleChanged">
<summary>
Internal used only.
</summary>
</member>
<member name="E:Aspose.Cells.GridWeb.Design.DesignParameters.OptionsChanged">
<summary>
Internal used only.
</summary>
</member>
<member name="E:Aspose.Cells.GridWeb.Design.DesignParameters.ActiveSheetIndexChanged">
<summary>
Internal used only.
</summary>
</member>
<member name="E:Aspose.Cells.GridWeb.Design.DesignParameters.NewSheetsLoaded">
<summary>
Internal used only.
</summary>
</member>
<member name="T:Aspose.Cells.GridWeb.WorksheetDesign">
<summary>
Inherited from WebWorksheet. Used in design-time only.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.WorksheetDesign.#ctor">
<summary>
Default constructor.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.WorksheetDesign.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Internal used only.
</summary>
<param name="info">
</param>
<param name="context">
</param>
</member>
<member name="T:Aspose.Cells.GridWeb.GridWorksheetDesign">
<summary>
Inherited from GridWorksheet. Used in design-time only.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.GridWorksheetDesign.#ctor">
<summary>
Default constructor.
</summary>
</member>
<member name="T:Aspose.Cells.GridWeb.GridTableStyle">
<summary>
Inherited from System.Web.UI.WebControls.TableStyle.
Represents the style of a web table.
Please refer to .NET SDK document about System.Web.UI.WebControls.TableStyle for further information.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.GridTableStyle.CopyFrom(System.Web.UI.WebControls.Style)">
<summary>
Copies from another style object.
</summary>
<param name="s">another style object.</param>
</member>
<member name="M:Aspose.Cells.GridWeb.GridTableStyle.MergeWith(System.Web.UI.WebControls.Style)">
<summary>
Merges with another style object.
</summary>
<param name="s">another style object</param>
</member>
<member name="M:Aspose.Cells.GridWeb.GridTableStyle.AddAttributesToRender(System.Web.UI.HtmlTextWriter,System.Web.UI.WebControls.WebControl)">
<summary>
Internal use only.
Do not call this method directly.
</summary>
<param name="writer">
</param>
<param name="owner">
</param>
</member>
<member name="M:Aspose.Cells.GridWeb.GridTableStyle.#ctor">
<summary>
Default constructor.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.GridTableStyle.LeftBorderStyle">
<summary>
Specifies the style of left border of the table.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.GridTableStyle.RightBorderStyle">
<summary>
Specifies the style of right border of the table.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.GridTableStyle.TopBorderStyle">
<summary>
Specifies the style of top border of the table.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.GridTableStyle.BottomBorderStyle">
<summary>
Specifies the style of bottom border of the table.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.GridTableStyle.LayoutFixed">
<summary>
Specifies whether the layout of the table is fixed(not extended automatically when it contain large objects).
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.GridTableStyle.BorderCollapse">
<summary>
Specifies the border collapse feature.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.GridTableStyle.CellSpacing">
<summary>
Always returns -1.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.GridTableStyle.CellPadding">
<summary>
Always returns -1.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.GridTableStyle.BackImageUrl">
<summary>
Background image url.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.GridTableStyle.GridLines">
<summary>
Grid lines.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.GridTableStyle.HorizontalAlign">
<summary>
Horizontal align.
</summary>
</member>
<member name="T:Aspose.Cells.GridWeb.GridWebForm">
<summary>
GridWebForm control. It works with the GridWeb control. Set the GridWebControl property for it before run it.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.GridWebForm.#ctor">
<summary>
Default constructor.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.GridWebForm.ShowForm">
<summary>
Hides the GridWeb control and shows the GridWebForm control.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.GridWebForm.HideForm">
<summary>
Hides the Form and shows the GridWeb control.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.GridWebForm.RaisePostDataChangedEvent">
<summary>
Internal used only.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.GridWebForm.LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)">
<summary>
Internal used only.
</summary>
<param name="postDataKey">
</param>
<param name="postCollection">
</param>
<returns>
</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.GridWebForm.RaisePostBackEvent(System.String)">
<summary>
Internal used only.
</summary>
<param name="eventArgument">
</param>
</member>
<member name="P:Aspose.Cells.GridWeb.GridWebForm.LineNumber">
<summary>
Gets or sets the current record line number of the sheet.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.GridWebForm.EditMode">
<summary>
Gets or sets the Edit Mode of the GridWebForm control.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.GridWebForm.EnableCreateCustomButtomForGridWeb">
<summary>
Gets or sets whether to create a switching button in the GridWeb control's command bar.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.GridWebForm.GridWebControl">
<summary>
Gets or sets the linked GridWeb control.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.GridWebForm.FormName">
<summary>
Gets or sets the form's name.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.GridWebForm.Width">
<summary>
Gets or sets the width of the control.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.GridWebForm.Height">
<summary>
Gets or sets the height of the control.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.GridWebForm.Visible">
<summary>
Gets or sets whether to show the form control. This property is controlled by the control itself. Do not modify it manually.
</summary>
</member>
<member name="E:Aspose.Cells.GridWeb.GridWebForm.SaveCommand">
<summary>
Occurs when the "save" button is clicked.
</summary>
</member>
<member name="T:Aspose.Cells.GridWeb.LayoutFixedType">
<summary>
Layout fixed type of a table object.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.LayoutFixedType.NotSet">
<summary>
Not set.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.LayoutFixedType.Fixed">
<summary>
Fixed.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.LayoutFixedType.Auto">
<summary>
Auto.
</summary>
</member>
<member name="T:Aspose.Cells.GridWeb.PresetStyle">
<summary>
Represents the preset style or an GridWeb control.
By far, we provide 7 preset styles.
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.PresetStyle.Standard">
<summary>
Standard style, silver
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.PresetStyle.Colorful1">
<summary>
Rose
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.PresetStyle.Colorful2">
<summary>
Blue
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.PresetStyle.Professional1">
<summary>
Cyan
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.PresetStyle.Professional2">
<summary>
Cyan again
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.PresetStyle.Traditional1">
<summary>
Dark
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.PresetStyle.Traditional2">
<summary>
Gray
</summary>
</member>
<member name="F:Aspose.Cells.GridWeb.PresetStyle.Custom">
<summary>
Use your customized style
</summary>
</member>
<member name="T:Aspose.Cells.GridWeb.Data.RowColumnEventHandler">
<summary>
Represents the interface that intend to handle row/column events.
<para>void <b>handleCellEvent</b>(Object sender, RowColumnEventArgs e);</para></summary>
<param name="sender">The source of the event.</param>
<param name="e">The event argument. Call e.RejectOperation() if you want to cancel the deleting operation in RowDeleting or ColumnDeleting event handlers.</param>
</member>
<member name="T:Aspose.Cells.GridWeb.WebBorderStyle">
<summary>
Encapsulates the style of web table or cell border.
</summary>
<remarks>
Please refer to .NET SDK document for further information about System.Web.UI.WebControls namespace.
</remarks>
<example>
<code>
[C#]
WebCell cell1 = GridWeb1.WebWorksheets[0].Cells["A1"];
cell1.Style.LeftBorderStyle.BorderColor = System.Drawing.Color.Red;
cell1.Style.LeftBorderStyle.BorderStyle = System.Web.UI.WebControls.BorderStyle.Solid;
cell1.Style.LeftBorderStyle.BorderWidth = new System.Web.UI.WebControls.Unit(16, System.Web.UI.WebControls.UnitType.Point);
[Visual Basic]
Dim cell1 As WebCell = GridWeb1.WebWorksheets(0).Cells("A1")
cell1.Style.LeftBorderStyle.BorderColor = System.Drawing.Color.Red
cell1.Style.LeftBorderStyle.BorderStyle = System.Web.UI.WebControls.BorderStyle.Solid
cell1.Style.LeftBorderStyle.BorderWidth = New System.Web.UI.WebControls.Unit(16, System.Web.UI.WebControls.UnitType.Point)
</code>
</example>
</member>
<member name="M:Aspose.Cells.GridWeb.WebBorderStyle.#ctor">
<summary>
Default constructor.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.WebBorderStyle.CopyFrom(Aspose.Cells.GridWeb.WebBorderStyle)">
<summary>
Copies from another style object.
</summary>
<param name="style">The style object to be copied.</param>
</member>
<member name="P:Aspose.Cells.GridWeb.WebBorderStyle.BorderStyle">
<summary>
Gets or sets the style of the border.
Please refer to .NET SDK document about System.Web.UI.WebControls.BorderStyle enum.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.WebBorderStyle.BorderColor">
<summary>
Gets or sets the color of the border.
Please refer to System.Drawing.Color struct.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.WebBorderStyle.BorderWidth">
<summary>
Gets or sets the width of the border.
Please refer to System.Web.UI.WebControls.Unit struct.
</summary>
</member>
<member name="T:Aspose.Cells.GridWeb.Data.GridAbstractCalculationEngine">
<summary>
Represents user's custom calculation engine to extend the default calculation engine of Aspose.Cells.
</summary>
<example>
<code>
[C#]
public class MyEngine : GridAbstractCalculationEngine
{
public override void Calculate(GridCalculationData data)
{
string funcName = data.FunctionName.ToUpper();
if ("MYFUNC".Equals(funcName))
{
//do calculation for MYFUNC here
int count = data.ParamCount;
object res = null;
for (int i = 0; i &lt; count; i++)
{
object pv = data.GetParamValue(i);
if (pv is ReferredArea)
{
ReferredArea ra = (ReferredArea)pv;
pv = ra.GetValue(0, 0);
}
//process the parameter here
//res = ...;
}
data.CalculatedValue = res;
}
}
}
</code>
</example>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridAbstractCalculationEngine.Calculate(Aspose.Cells.GridWeb.Data.GridCalculationData)">
<summary>
Calculates one function with given data.
</summary>
<param name="data">the required data to calculate function such as function name, parameters, ...etc.</param>
<remarks>User should set the calculated value for given data for all functions(including excel native functions)
that he wants to calculate by himself in this implementation.
</remarks>
</member>
<member name="T:Aspose.Cells.GridWeb.Data.GridCalculationData">
<summary>
Represents the required data when calculating one function, such as function name, parameters, ...etc.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCalculationData.GetParamValue(System.Int32)">
<summary>
Gets the represented value object of the parameter at given index.
</summary>
<param name="index">index of the parameter(0 based)</param>
<returns>If the parameter is plain value, then returns the plain value.
If the parameter is reference, then return ReferredArea object.</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridCalculationData.GetParamText(System.Int32)">
<summary>
Gets the literal text of the parameter at given index.
</summary>
<param name="index">index of the parameter(0 based)</param>
<returns>literal text of the parameter</returns>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridCalculationData.CalculatedValue">
<summary>
Gets or sets the calculated value for this function.
</summary>
<remarks>User should set this property in his custom calculation engine for those functions the engine supports,
and the set value will be returned when getting this property.
Getting this property before setting will make the function be calculated by the default calculation engine of Aspose.Cells and the calculated value will be returned.</remarks>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridCalculationData.Workbook">
<summary>
Gets the Workbook object where the function is in.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridCalculationData.Worksheet">
<summary>
Gets the Workbook object where the function is in.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridCalculationData.Cell">
<summary>
Gets the Cell object where the function is in.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridCalculationData.FunctionName">
<summary>
Gets the function name to be calculated.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridCalculationData.ParamCount">
<summary>
Gets the count of parameters
</summary>
</member>
<member name="T:Aspose.Cells.GridWeb.Data.GridReferredArea">
<summary>
Represents a referred objcet by the formula.
</summary>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridReferredArea.GetValues">
<summary>
Gets cell values in this area.
</summary>
<returns>If this area is invalid, "#REF!" will be returned;
If this area is one single cell, then return the cell value object;
Otherwise return one array for all values in this area.</returns>
</member>
<member name="M:Aspose.Cells.GridWeb.Data.GridReferredArea.GetValue(System.Int32,System.Int32)">
<summary>
Gets cell value with given offset from the top-left of this area.
</summary>
<param name="rowOffset">row offset from the start row of this area</param>
<param name="colOffset">column offset from the start row of this area</param>
<returns>"#REF!" if this area is invalid;
"#N/A" if given offset out of this area;
Otherwise return the cell value at given position.</returns>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridReferredArea.IsExternalLink">
<summary>
Indicates whether this is an external link.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridReferredArea.ExternalFileName">
<summary>
this.KeepedRels = source.KeepedRels;
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridReferredArea.SheetName">
<summary>
Indicates which sheet this is in
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridReferredArea.IsArea">
<summary>
Indicates whether this is an area.
</summary>
<remarks>
If this is not an area, only StartRow and StartColumn effect.
</remarks>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridReferredArea.EndColumn">
<summary>
The end column of the area.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridReferredArea.StartColumn">
<summary>
The start column of the area.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridReferredArea.EndRow">
<summary>
The end row of the area.
</summary>
</member>
<member name="P:Aspose.Cells.GridWeb.Data.GridReferredArea.StartRow">
<summary>
The start row of the area.
</summary>
</member>
<member name="T:Aspose.Cells.GridWeb.NamespaceDoc">
<summary>
The basic namespace of GridWeb.
</summary>
</member>
<member name="T:Aspose.Cells.GridWeb.Data.NamespaceDoc">
<summary>
The namespace of basic data represented classes of GridWeb.
</summary>
</member>
<member name="T:Aspose.Cells.GridWeb.Design.NamespaceDoc">
<summary>
The namespace of basic designer represented classes of GridWeb.
</summary>
</member>
</members>
</doc>