Method | Description | |
---|---|---|
GridRows ( |
||
Insert ( int p_Index ) : void |
Insert a row at the specified position
|
|
InsertRange ( int p_StartIndex, int p_Count ) : void |
Insert the specified number of rows at the specified position
|
|
SetCount ( int value ) : void | ||
this ( int index ) : SourceGrid.GridRow |
Method | Description | |
---|---|---|
CreateRow ( ) : SourceGrid.GridRow |
public InsertRange ( int p_StartIndex, int p_Count ) : void | ||
p_StartIndex | int | |
p_Count | int | |
return | void |
public this ( int index ) : SourceGrid.GridRow | ||
index | int | |
return | SourceGrid.GridRow |