C# 클래스 LayoutFarm.UI.GridTable.GridRowCollection

파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

공개 메소드들

메소드 설명
Add ( GridRow row ) : void
AddRow ( int rowHeight ) : GridRow
AddRowAfter ( int afterRowId, int rowHeight ) : GridRow
ClearAll ( ) : void
GetRowAtPos ( int y ) : GridRow
GetRowIter ( ) : IEnumerable
InsertAfter ( GridRow afterThisRow, GridRow row ) : void
MoveRowAfter ( GridRow fromRow, GridRow toRow ) : void
Remove ( int rowid ) : void
this ( int index ) : GridRow

비공개 메소드들

메소드 설명
GetCellIter ( GridRow rowdef ) : IEnumerable
GridRowCollection ( GridTable table ) : System
InsertAfter ( int afterRowId, GridRow row ) : void
OwnerInvalidateGraphicAndStartBubbleUp ( ) : void
UpdateRowIndex ( GridRow row1, GridRow row2 ) : void

메소드 상세

Add() 공개 메소드

public Add ( GridRow row ) : void
row GridRow
리턴 void

AddRow() 공개 메소드

public AddRow ( int rowHeight ) : GridRow
rowHeight int
리턴 GridRow

AddRowAfter() 공개 메소드

public AddRowAfter ( int afterRowId, int rowHeight ) : GridRow
afterRowId int
rowHeight int
리턴 GridRow

ClearAll() 공개 메소드

public ClearAll ( ) : void
리턴 void

GetRowAtPos() 공개 메소드

public GetRowAtPos ( int y ) : GridRow
y int
리턴 GridRow

GetRowIter() 공개 메소드

public GetRowIter ( ) : IEnumerable
리턴 IEnumerable

InsertAfter() 공개 메소드

public InsertAfter ( GridRow afterThisRow, GridRow row ) : void
afterThisRow GridRow
row GridRow
리턴 void

MoveRowAfter() 공개 메소드

public MoveRowAfter ( GridRow fromRow, GridRow toRow ) : void
fromRow GridRow
toRow GridRow
리턴 void

Remove() 공개 메소드

public Remove ( int rowid ) : void
rowid int
리턴 void

this() 공개 메소드

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