AppRelativeTemplateSourceDirectory (inherited from Control) | Gets or sets the application-relative virtual directory of the Page or UserControl object that contains this control. |
BindColumns | Bind columns collection. |
BindingContainer (inherited from Control) | Gets the control that contains this control's data binding. |
BindingSource | The actually binding datasource object at run-time. It is a DataView object when the DataSource property is a DataSet, DataTable or DataView object. |
BindStartColumn | In data-binding mode, BindStartRow and BindStartColumn indicate the position of the grid to bind bo the datasource. |
BindStartRow | In data-binding mode, BindStartRow and BindStartColumn indicate the position of the grid to bind bo the datasource. |
CellImages | Gets the CellImage and Hyperlink collection object. |
Cells | Gets the WebCells. |
ClientID (inherited from Control) | Gets the server control identifier generated by ASP.NET. |
Comments | Gets the comment collection object. |
Controls (inherited from Control) | Gets a ControlCollection object that represents the child controls for a specified server control in the UI hierarchy. |
CurrentBindRows | Gets the binding rows number in data-binding mode. |
DataMember | Gets or sets the DataMember from the multi-member DataSource. Generally it represents a DataTable object of a DataSet. |
DataSource | Gets or sets the DataSource. Generally it's a DataSet object. |
EnableCreateBindColumnHeader | In data-binding mode, indicates whether to create bind column header captions in the sheet. |
EnableExpandChildView | In data-binding mode, indicates whether to enable user to expand rows that have child views. |
EnableRowAddDelete | In data-binding mode, indicates whether to enable user add/delete row from client-side. |
EnableTheming (inherited from Control) | Gets or sets a value indicating whether themes apply to this control. |
EnableViewState (inherited from Control) | Gets or sets a value indicating whether the server control persists its view state, and the view state of any child controls it contains, to the requesting client. |
ExcelShowDefaultGridLines | Indicates whether to show the default grid lines when export to an Excel file and view in MS-EXCEL. |
ExcelShowHeaders | Indicates whether to show the row and column headers when export to an Excel file and view in MS-EXCEL. |
FreezePaneInfo | Gets the freeze pane information. |
Hyperlinks | Gets the Hyperlink collection object. |
ID (inherited from Control) | Gets or sets the programmatic identifier assigned to the server control. |
Index | Gets the index of itself within the WebWorksheets. |
IsProtected | 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. |
IsSummaryRowBelow | Indicates if the summary row will be positioned below the detail rows in the outline. |
Name | Gets or sets the name of the sheet. |
NamingContainer (inherited from Control) | Gets a reference to the server control's naming container, which creates a unique namespace for differentiating between server controls with the same ID property value. |
Page (inherited from Control) | Gets a reference to the Page instance that contains the server control. |
Parent (inherited from Control) | Gets a reference to the server control's parent control in the page control hierarchy. |
RowFilter | Gets the RowFilterSettings object of the sheet. |
Site (inherited from Control) | Gets information about the container that hosts the current control when rendered on a design surface. |
SkinID (inherited from Control) | Gets or sets the skin to apply to the control. |
TemplateControl (inherited from Control) | Gets or sets a reference to the template that contains this control. |
TemplateSourceDirectory (inherited from Control) | Gets the virtual directory of the Page or UserControl that contains the current server control. |
UniqueID (inherited from Control) | Gets the unique, hierarchically qualified identifier for the server control. |
Visible | Indicates whether this sheet's name is shown in the sheet tabs of the control. |