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

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

공개 메소드들

메소드 설명
Add ( GridColumn newColumnDef ) : void
Clear ( ) : void
GetColumnAtPosition ( int x ) : GridColumn
GetColumnIter ( ) : IEnumerable
GetColumnReverseIter ( ) : IEnumerable
Insert ( int index, GridColumn coldef ) : void
MoveColumnAfter ( GridColumn tobeMovedColumn, GridColumn afterColumn ) : void
Remove ( int columnid ) : void
this ( int index ) : GridColumn

비공개 메소드들

메소드 설명
GridColumnCollection ( GridTable table ) : System
InvalidateGraphicAndStartBubbleUp ( ) : void
OwnerInvalidateGraphicAndStartBubbleUp ( ) : void
UpdateColumnIndex ( int startIndex ) : void

메소드 상세

Add() 공개 메소드

public Add ( GridColumn newColumnDef ) : void
newColumnDef GridColumn
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

GetColumnAtPosition() 공개 메소드

public GetColumnAtPosition ( int x ) : GridColumn
x int
리턴 GridColumn

GetColumnIter() 공개 메소드

public GetColumnIter ( ) : IEnumerable
리턴 IEnumerable

GetColumnReverseIter() 공개 메소드

public GetColumnReverseIter ( ) : IEnumerable
리턴 IEnumerable

Insert() 공개 메소드

public Insert ( int index, GridColumn coldef ) : void
index int
coldef GridColumn
리턴 void

MoveColumnAfter() 공개 메소드

public MoveColumnAfter ( GridColumn tobeMovedColumn, GridColumn afterColumn ) : void
tobeMovedColumn GridColumn
afterColumn GridColumn
리턴 void

Remove() 공개 메소드

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

this() 공개 메소드

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