Method | Description | |
---|---|---|
BindToGrid ( GridVirtual p_grid ) : void | ||
FreeSelection ( ) : System | ||
GetSelectionRegion ( ) : RangeRegion |
Returns the selected region.
|
|
IntersectsWith ( Range rng ) : bool |
Returns true if the specified selection intersect with the range
|
|
IsEmpty ( ) : bool |
Returns true if the selection is empty
|
|
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 |
Method | Description | |
---|---|---|
OnResetSelection ( ) : void |
public BindToGrid ( GridVirtual p_grid ) : void | ||
p_grid | GridVirtual | |
return | void |
public IsSelectedCell ( Position position ) : bool | ||
position | Position | |
return | bool |
public IsSelectedColumn ( int column ) : bool | ||
column | int | |
return | bool |
public IsSelectedRange ( Range range ) : bool | ||
range | Range | |
return | bool |
public SelectCell ( Position position, bool select ) : void | ||
position | Position | |
select | bool | |
return | void |
public SelectColumn ( int column, bool select ) : void | ||
column | int | |
select | bool | |
return | void |
public SelectRange ( Range range, bool select ) : void | ||
range | Range | |
select | bool | |
return | void |
public SelectRow ( int row, bool select ) : void | ||
row | int | |
select | bool | |
return | void |