ComponentOne ASP.NET MVC Controls
FlexSheetBuilder Class Members
Methods 

C1.Web.Mvc.Sheet.Fluent Namespace : FlexSheetBuilder Class

The following tables list the members exposed by FlexSheetBuilder.

Public Constructors
 NameDescription
Public ConstructorCreates one FlexSheetBuilder instance to configurate component.  
Top
Public Methods
 NameDescription
Public MethodOverloaded. Add a bound sheet. It will be put after the loaded Workbook or xlsx file.  
Public MethodOverloaded. Add an unbound sheet. It will be put after the loaded Workbook or xlsx file.  
Public MethodOverridden. Configurates C1.Web.Mvc.FlexGridBase<T>.AutoGenerateColumns. Sets whether the grid should generate columns automatically based on the itemsSource.  
Public MethodConfigure C1.Web.Mvc.Sheet.FlexSheet.DefinedNames.  
Public MethodConfigurates C1.Web.Mvc.Sheet.FlexSheet.EnableDragDrop. Sets the value to indicates whether enable drag and drop rows or columns in FlexSheet.  
Public MethodConfigurates C1.Web.Mvc.Sheet.FlexSheet.EnableFormulas. Sets the value to indicates whether enable formulas in FlexSheet.  
Public MethodConfigurates C1.Web.Mvc.Sheet.FlexSheet.Filter. Sets the filter settings for this FlexSheet.  
Public MethodConfigurates C1.Web.Mvc.Sheet.FlexSheet.IsTabHolderVisible. Sets a value indicating whether the TabHolder is visible.  
Public MethodOverloaded. Load the Workbook instance.  
Public MethodConfigurates the C1.Web.Mvc.Sheet.FlexSheet.OnClientBeginDroppingRowColumn client event. Occurs when begin dropping the rows or the columns of the FlexSheet.  
Public MethodConfigurates the C1.Web.Mvc.Sheet.FlexSheet.OnClientColumnChanged client event. Occurs after inserting or deleting columns.  
Public MethodConfigurates the C1.Web.Mvc.Sheet.FlexSheet.OnClientDraggingRowColumn client event. Occurs when dragging the rows or the columns of the FlexSheet.  
Public MethodConfigurates the C1.Web.Mvc.Sheet.FlexSheet.OnClientEndDroppingRowColumn client event. Occurs when end dropping the rows or the columns of the FlexSheet.  
Public MethodConfigurates the C1.Web.Mvc.Sheet.FlexSheet.OnClientLoaded client event. Occurs after the @see:FlexSheet loads the @see:Workbook instance.  
Public MethodConfigurates the C1.Web.Mvc.Sheet.FlexSheet.OnClientPrepareChangingColumn client event. Occurs before inserting or deleting columns.  
Public MethodConfigurates the C1.Web.Mvc.Sheet.FlexSheet.OnClientPrepareChangingRow client event. Occurs before inserting or deleting rows.  
Public MethodConfigurates the C1.Web.Mvc.Sheet.FlexSheet.OnClientRemoteLoaded client event. Occurs after remote loading the data from sever.  
Public MethodConfigurates the C1.Web.Mvc.Sheet.FlexSheet.OnClientRemoteLoading client event. Occurs before remote loading the data from server.  
Public MethodConfigurates the C1.Web.Mvc.Sheet.FlexSheet.OnClientRemoteSaved client event. Occurs when saving the file back to sever successfully.  
Public MethodConfigurates the C1.Web.Mvc.Sheet.FlexSheet.OnClientRemoteSaving client event. Occurs before saving the file back to server.  
Public MethodConfigurates the C1.Web.Mvc.Sheet.FlexSheet.OnClientRowChanged client event. Occurs after inserting or deleting rows.  
Public MethodConfigurates the C1.Web.Mvc.Sheet.FlexSheet.OnClientSelectedSheetChanged client event. Occurs when current sheet index changed.  
Public MethodConfigurates the C1.Web.Mvc.Sheet.FlexSheet.OnClientSheetCleared client event. Occurs when the FlexSheet is cleared.  
Public MethodConfigurates the C1.Web.Mvc.Sheet.FlexSheet.OnClientSheetVisibleChanged client event. Occurs after the visible of the sheet in the sheet collection of the FlexSheet has changed.  
Public MethodConfigurates the C1.Web.Mvc.Sheet.FlexSheet.OnClientUnknownFunction client event. Occurs when the @see:FlexSheet meets the unknown formula.  
Public MethodSets the LoadActionUrl for remote loading.  
Public MethodSets the SaveActionUrl for remote saving.  
Public MethodConfigurates C1.Web.Mvc.Sheet.FlexSheet.SaveContentType. Sets the type of remote saving data.  
Public MethodOverloaded. Selects a cell range and optionally scrolls it into view.  
Public MethodConfigurates C1.Web.Mvc.Sheet.FlexSheet.SelectedSheetIndex. Sets the index of the current sheet in the FlexSheet.  
Public MethodConfigurates C1.Web.Mvc.Sheet.FlexSheet.ShowFilterIcons. Sets the visibility of the filter icon.  
Top
Extension Methods
 NameDescription
Public Extension MethodOverloaded. Apply the FormulaBar extender in FlexSheet.
Public Extension MethodRender the html string in template mode.
Top
See Also

Reference

FlexSheetBuilder Class
C1.Web.Mvc.Sheet.Fluent Namespace