ComponentOne FlexGrid for UWP
Insert Method (RowCollection)

C1.UWP.FlexGrid Assembly > C1.Xaml.FlexGrid Namespace > RowCollection Class : Insert Method
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As System.Integer, _
   ByVal item As Row _
) 
public void Insert( 
   System.int index,
   Row item
)

Parameters

index
item
See Also

Reference

RowCollection Class
RowCollection Members