C# 클래스 SourceGrid.Selection.ColumnSelection

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

공개 메소드들

메소드 설명
BindToGrid ( GridVirtual p_grid ) : void
ColumnSelection ( ) : System
GetSelectionRegion ( ) : RangeRegion
IntersectsWith ( Range rng ) : bool
IsEmpty ( ) : bool
IsSelectedCell ( Position position ) : bool
IsSelectedColumn ( int column ) : bool
IsSelectedRange ( Range range ) : bool
IsSelectedRow ( int row ) : bool
SelectCell ( Position position, bool select ) : void
SelectColumn ( int column, bool select ) : void
SelectRange ( Range range, bool select ) : void
SelectRow ( int row, bool select ) : void
UnBindToGrid ( ) : void

보호된 메소드들

메소드 설명
OnResetSelection ( ) : void

메소드 상세

BindToGrid() 공개 메소드

public BindToGrid ( GridVirtual p_grid ) : void
p_grid GridVirtual
리턴 void

ColumnSelection() 공개 메소드

public ColumnSelection ( ) : System
리턴 System

GetSelectionRegion() 공개 메소드

public GetSelectionRegion ( ) : RangeRegion
리턴 RangeRegion

IntersectsWith() 공개 메소드

public IntersectsWith ( Range rng ) : bool
rng Range
리턴 bool

IsEmpty() 공개 메소드

public IsEmpty ( ) : bool
리턴 bool

IsSelectedCell() 공개 메소드

public IsSelectedCell ( Position position ) : bool
position Position
리턴 bool

IsSelectedColumn() 공개 메소드

public IsSelectedColumn ( int column ) : bool
column int
리턴 bool

IsSelectedRange() 공개 메소드

public IsSelectedRange ( Range range ) : bool
range Range
리턴 bool

IsSelectedRow() 공개 메소드

public IsSelectedRow ( int row ) : bool
row int
리턴 bool

OnResetSelection() 보호된 메소드

protected OnResetSelection ( ) : void
리턴 void

SelectCell() 공개 메소드

public SelectCell ( Position position, bool select ) : void
position Position
select bool
리턴 void

SelectColumn() 공개 메소드

public SelectColumn ( int column, bool select ) : void
column int
select bool
리턴 void

SelectRange() 공개 메소드

public SelectRange ( Range range, bool select ) : void
range Range
select bool
리턴 void

SelectRow() 공개 메소드

public SelectRow ( int row, bool select ) : void
row int
select bool
리턴 void

UnBindToGrid() 공개 메소드

public UnBindToGrid ( ) : void
리턴 void