[]
DEMOS
DOCS
API
SAMPLES
DOWNLOAD
dotnet-api
C1.Blazor.Grid Assembly
C1.Blazor.Grid
Classes
GridSelectedItemsCollection
Methods
Insert
dotnet-api
C1.Blazor.Accordion Assembly
C1.Blazor.Calendar Assembly
C1.Blazor.Chart Assembly
C1.Blazor.Core Assembly
C1.Blazor.DataFilter Assembly
C1.Blazor.DataPager Assembly
C1.Blazor.DateTimeEditors Assembly
C1.Blazor.Gauge Assembly
C1.Blazor.Grid Assembly
C1.Blazor.Grid
Classes
CheckListBehavior
DetailProviderRowHeaderCell
EditorCheckBox
FlexGrid
FlexGridDetailProvider<TItem>
FullTextFilterBehavior
GridAggregateFunction
GridAggregateFunctionCollection
GridAutoGeneratingColumnEventArgs
GridBoundRow
GridCellEditEventArgs
GridCellFactory
GridCellFactoryNotifyChange
GridCellRange
GridCellRangeEventArgs
GridCellView
GridColumn
GridColumnCollection
GridColumnFilterLoadingEventArgs
GridColumnHeaderCell
GridColumnOptionsLoadingEventArgs
GridDataMap
GridDateTimeColumn
GridDetailLoadingEventArgs<TItem>
GridDetailRow<TItem>
GridFilterCell
GridFilterRow
GridGroupRow
GridGroupRowCell
GridHyperlinkColumn
GridImageColumn
GridIncrementalLoadingCell
GridIncrementalLoadingRow
GridInputEventArgs
GridMergeManager
GridNewRow
GridNumericColumn
GridOutlineEventArgs
GridPanel
GridResources
GridRow
GridRowCol
GridRowColCollection<T>
GridRowCollection
GridRowHeaderColumn
GridSelectedItemsCollection
Properties
Methods
Add
Clear
Contains
CopyTo
GetEnumerator
IndexOf
Insert
Remove
RemoveAt
Events
GridSelectionEventArgs
GridSelectionMenu
GridSelectionMenuEventArgs
GridSummaryCell
GridSummaryRow
GridWrapCellFactory
TransposedGridBehavior
TransposedGridCellFactory
Enums
C1.Blazor.Grid.Resources
C1.Blazor.Grid.Excel Assembly
C1.Blazor.GridControl Assembly
C1.Blazor.Input Assembly
C1.Blazor.ListView Assembly
C1.Blazor.Menu Assembly
C1.Blazor.Rendering Assembly
C1.Blazor.TreeView Assembly
C1.Blazor.Viewer Assembly
C1.DataCollection Assembly
(Showing Draft Content)
C1.Blazor.Grid.GridSelectedItemsCollection.Insert
Insert Method
Insert(int, object)
Declaration
public void Insert(int index, object item)
Parameters
Type
Name
Description
int
index
object
item
Implements
IList<T>.Insert(int, T)