[]
Represents a sheet within the FlexSheet control.
public abstract class Sheet
| Name | Description |
|---|---|
| Sheet() | Creates one Sheet instance. |
| Sheet(HtmlHelper) | Creates one Sheet instance. |
| Name | Description |
|---|---|
| Filter | Gets the filter setting for this sheet. |
| Name | Gets or sets the name of the sheet. |
| OnClientNameChanged | Occurs after the sheet name has changed. |
| OnClientVisibleChanged | Occurs after the visible of sheet has changed. |
| SelectionRanges | Gets or sets the selection array. |
| Tables | Gets the collection of the Table objects on this Sheet. |
| Visible | Gets or sets the sheet visibility. |