메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
CreateRow ( ) : SourceGrid.GridRow |
public InsertRange ( int p_StartIndex, int p_Count ) : void | ||
p_StartIndex | int | |
p_Count | int | |
리턴 | void |