[]
        
(Showing Draft Content)

C1.Web.Mvc.Sheet.Fluent.SheetBuilder-2

SheetBuilder<TControl, TBuilder> Class

Defines a builder to configurate Sheet.

Inheritance
HideObjectMembers
BaseBuilder<TControl, TBuilder>
SheetBuilder<TControl, TBuilder>
Namespace: C1.Web.Mvc.Sheet.Fluent
Assembly: C1.Web.Mvc.FlexSheet.dll
Syntax
public abstract class SheetBuilder<TControl, TBuilder> : BaseBuilder<TControl, TBuilder> where TControl : Sheet where TBuilder : SheetBuilder<TControl, TBuilder>
Type Parameters
Name Description
TControl
TBuilder

Constructors

Name Description
SheetBuilder(TControl)

Creates one SheetBuilder<TControl, TBuilder> instance to configurate obj.

Methods

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.