Method | Description | |
---|---|---|
Add ( |
Add the specified cell and add the cell to the collection.
|
|
Add ( |
Add the specified Range of cells
|
|
Add ( |
Add the specified ranges of cells
|
|
Clear ( ) : void |
Remove all the cells
|
|
Clear ( |
Remove all the cells excluse the specified range
|
|
Contains ( |
Indicates if the specified cell is selected
|
|
Contains ( |
Indicates if the specified range of cells is selected
|
|
Contains ( |
Indicates if the specified range of cells is selected
|
|
ContainsColumn ( int p_Column ) : bool |
Indicates if the specified column is selected
|
|
ContainsRow ( int p_Row ) : bool |
Indicates if the specified row is selected
|
|
Exclude ( |
Returns the cells of the current range that don't intersect with the specified range
|
|
Exclude ( |
||
GetCellsPositions ( ) : PositionCollection |
Returns a Collection of cells that represents the current class
|
|
GetColumnsIndex ( ) : int[] |
Returns all the selected columns index
|
|
GetRanges ( ) : RangeCollection |
Returns a Collection of range that represents the current class
|
|
GetRowsIndex ( ) : int[] |
Returns all the selected rows index
|
|
Intersect ( |
Returns a non contiguous range of cells of the intersection between the current range and the specified range.
|
|
Intersect ( |
||
IntersectsWith ( |
Indicates if the specified range of cells is selected
|
|
IsEmpty ( ) : bool | ||
OnAddedRange ( |
||
OnAddingRange ( |
||
OnChanged ( |
||
OnRemovedRange ( |
||
OnRemovingRange ( |
||
RangeRegion ( ) : System | ||
RangeRegion ( |
||
RangeRegion ( |
Copy constructor
|
|
Remove ( |
Remove from the collection the specified cell
|
|
Remove ( |
Remove from the collection the specified range of cells
|
|
Remove ( |
Remove the specified ranges of cells
|
|
ToString ( ) : string |
Method | Description | |
---|---|---|
ResetRange ( ) : void |
Reset the object to its original state. It is similar to the Clear method but doesn't call any events when removeing the saved positions, usually used when refreshing the cells with new data. To simply clear the object use the Clear method, only use this method when you want to force a reset of the object without calling additional methods.
|
Method | Description | |
---|---|---|
InternalAdd ( |
Prende un range che è già stato filtrato con solo le celle non presenti nell'attuale range
|
|
InternalRemove ( |
Prende un range che è già stato filtrato con solo le celle presenti nell'attuale range
|
public Contains ( |
||
p_Range | ||
return | bool |
public ContainsColumn ( int p_Column ) : bool | ||
p_Column | int | |
return | bool |
public Exclude ( |
||
pRange | ||
return |
public Exclude ( |
||
pRange | ||
return |
public GetCellsPositions ( ) : PositionCollection | ||
return | PositionCollection |
public Intersect ( |
||
p_Range | ||
return |
public Intersect ( |
||
pRange | ||
return |
public IntersectsWith ( |
||
p_Range | ||
return | bool |
public OnAddedRange ( |
||
e | ||
return | void |
public OnAddingRange ( |
||
e | ||
return | void |
public OnRemovedRange ( |
||
e | ||
return | void |
public OnRemovingRange ( |
||
e | ||
return | void |
public RangeRegion ( |
||
other | ||
return | System |