[]
Defines a builder to configurate Sheet.
public abstract class SheetBuilder<TControl, TBuilder> : BaseBuilder<TControl, TBuilder> where TControl : Sheet where TBuilder : SheetBuilder<TControl, TBuilder>
| Name | Description |
|---|---|
| TControl | |
| TBuilder |
| Name | Description |
|---|---|
| SheetBuilder(TControl) | Creates one SheetBuilder<TControl, TBuilder> instance to configurate |
| Name | Description |
|---|---|
| Filter(Action<FilterSettingBuilder>) | Configurates Filter. Sets the filter setting for this sheet. |
| Name(string) | Configurates Name. Sets the name of the sheet. |
| OnClientNameChanged(string) | Configurates the OnClientNameChanged client event. Occurs after the sheet name has changed. |
| OnClientVisibleChanged(string) | Configurates the OnClientVisibleChanged client event. Occurs after the visible of sheet has changed. |
| SelectionRanges(Action<CellRangeFactory>) | Sets the SelectionRanges property. |
| Tables(Action<ListItemFactory<Table, TableBuilder>>) | Sets the Tables property. |
| Visible(bool) | Configurates Visible. Sets the sheet visibility. |