C# 클래스 SourceGrid.Grid.GridRows

상속: RowInfoCollection
파일 보기 프로젝트 열기: zhuangyy/Motion

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
CreateRow ( ) : SourceGrid.GridRow

메소드 상세

CreateRow() 보호된 메소드

protected CreateRow ( ) : SourceGrid.GridRow
리턴 SourceGrid.GridRow

GridRows() 공개 메소드

public GridRows ( Grid grid ) : System
grid Grid
리턴 System

Insert() 공개 메소드

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

InsertRange() 공개 메소드

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
리턴 void

SetCount() 공개 메소드

public SetCount ( int value ) : void
value int
리턴 void

this() 공개 메소드

public this ( int index ) : SourceGrid.GridRow
index int
리턴 SourceGrid.GridRow