C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / FlexGrid Class

FlexGrid Class Methods

For a list of all members of this type, see FlexGrid members.

Public Methods
 NameDescription
Public MethodChanges the scroll and zoom of the grid to the specified part of the viewport. (Inherited from C1.Blazor.Grid.C1GridControl)
Public MethodChanges the scroll and zoom of the grid to the specified part of the viewport. (Inherited from C1.Blazor.Grid.C1GridControl)
Public MethodCollapses the groups.  
Public MethodCopy the current selection to the clipboard.  
Public MethodCut the current selection and copy to the clipboard.  
Public Method (Inherited from C1.Blazor.Core.C1View)
Public MethodOverloaded. Commits or cancels any pending edits and exits edit mode. (Inherited from C1.Blazor.Grid.C1GridControl)
Public MethodFinishes the row editing.  
Public MethodSets the focus in the control. (Inherited from C1.Blazor.Core.C1View)
Public MethodSets the focus in the control. (Inherited from C1.Blazor.Grid.C1GridControl)
Public MethodSets the focus in the control. (Inherited from C1.Blazor.Core.C1View)
Public MethodGets the value to display corresponding to the cell in the specified row and column.  
Public MethodOverloaded. Gets the text corresponding to the cell in the specified range.  
Public MethodOverloaded. Gets the raw value corresponding to the cell in the specified range.  
Public MethodOverloaded. Gets a GridSelectedState value that indicates the selected state of the cells in a specified column and row.  
Public MethodOverloaded. Gets the number of times a cell is selected.  
Public MethodPastes the content of the clipboard to the grid.  
Public MethodPastes the content of the clipboard to the grid.  
Public MethodOverloaded. Recreates all the cells.  
Public MethodOverloaded. Saves the contents of the grid to a file.  
Public MethodOverloaded. Scrolls the grid to bring a specific cell into view.  
Public MethodOverloaded. Selects a given cell and optionally scrolls it into view.  
Public MethodSelects all the cells. (Inherited from C1.Blazor.Grid.C1GridControl)
Public MethodOverloaded. Sets the value corresponding to the cell in the specified range.  
Public MethodOverloaded. Sets the cursor of the grid to the specified row and column.  
Public Method (Inherited from Microsoft.AspNetCore.Components.ComponentBase)
Public MethodOverloaded. Overridden. Starts editing a specific cell.  
Public MethodOverloaded. Starts the editing of the specified cell asynchronously.  
Public MethodUnselects all the cells. (Inherited from C1.Blazor.Grid.C1GridControl)
Top
Extension Methods
 NameDescription
Public Extension MethodOverloaded. Saves the contents of the grid in a desired format using GcExcel
Top
See Also