C# Class SourceGrid.Grid.GridRows

Inheritance: RowInfoCollection
Datei anzeigen Open project: zhuangyy/Motion

Public Methods

Method Description
GridRows ( Grid grid ) : System
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

Protected Methods

Method Description
CreateRow ( ) : SourceGrid.GridRow

Method Details

CreateRow() protected method

protected CreateRow ( ) : SourceGrid.GridRow
return SourceGrid.GridRow

GridRows() public method

public GridRows ( Grid grid ) : System
grid Grid
return System

Insert() public method

Insert a row at the specified position
public Insert ( int p_Index ) : void
p_Index int
return void

InsertRange() public method

Insert the specified number of rows at the specified position
public InsertRange ( int p_StartIndex, int p_Count ) : void
p_StartIndex int
p_Count int
return void

SetCount() public method

public SetCount ( int value ) : void
value int
return void

this() public method

public this ( int index ) : SourceGrid.GridRow
index int
return SourceGrid.GridRow