C# Class SourceGrid.Grid.GridRows

Inheritance: RowInfoCollection
Afficher le fichier Open project: zhuangyy/Motion

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
CreateRow ( ) : SourceGrid.GridRow

Method Details

CreateRow() protected méthode

protected CreateRow ( ) : SourceGrid.GridRow
Résultat SourceGrid.GridRow

GridRows() public méthode

public GridRows ( Grid grid ) : System
grid Grid
Résultat System

Insert() public méthode

Insert a row at the specified position
public Insert ( int p_Index ) : void
p_Index int
Résultat void

InsertRange() public méthode

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
Résultat void

SetCount() public méthode

public SetCount ( int value ) : void
value int
Résultat void

this() public méthode

public this ( int index ) : SourceGrid.GridRow
index int
Résultat SourceGrid.GridRow