프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Empty |
메소드 | 설명 | |
---|---|---|
Contains ( |
Returns true if the specified cell position is present in the current range.
|
|
Contains ( |
Returns true if the specified range is present in the current range.
|
|
ContainsColumn ( int p_Col ) : bool |
Returns true if the specified column is present in the current range.
|
|
ContainsRow ( int p_Row ) : bool |
Returns true if the specified row is present in the current range.
|
|
Equals ( |
|
|
Equals ( object obj ) : bool |
|
|
Exclude ( |
Return all the cells that don't intersect with the specified cells. (Remove the specified cells from the current cells ad returns the remaining cells)
|
|
GetBounds ( |
Returns a range with the smaller Start and the bigger End. The Union of the 2 Range. If one of the range is empty then the return is the other range.
|
|
GetCellsPositions ( ) : PositionCollection |
|
|
GetHashCode ( ) : int |
|
|
Intersect ( |
Returns the intersection between the 2 Range. If one of the range is empty then the return is empty.
|
|
Intersect ( |
Returns the intersection between the 2 Range. If one of the range is empty then the return is empty.
|
|
IntersectsWith ( |
Returns true if the specified range intersects (one or more cells) with the current range. If one of the range is empty then the return is false.
|
|
IntersectsWith ( |
Returns true if the specified range intersects (one or more cells) with the current range. If one of the range is empty then the return is false.
|
|
IsEmpty ( ) : bool |
Determines if the current range is empty
|
|
MoveTo ( |
Move the current range to the specified position, leaving the current ColumnsCount and RowsCount
|
|
Range ( |
Construct a Range of a single cell
|
|
Range ( |
Constructor
|
|
Range ( int p_StartRow, int p_StartCol, int p_EndRow, int p_EndCol ) : System |
Constructor
|
|
ToString ( ) : string |
|
|
Union ( |
Returns a range with the smaller Start and the bigger End. The Union of the 2 Range. If one of the range is empty then the return is the other range.
|
|
operator ( ) : bool |
|
메소드 | 설명 | |
---|---|---|
Normalize ( ) : void |
Check and fix the range to always have Start smaller than End
|
|
Range ( ) : System | ||
Range ( |
public static GetBounds ( |
||
p_Range1 | ||
p_Range2 | ||
리턴 |
public static Intersect ( |
||
p_Range1 | ||
p_Range2 | ||
리턴 |
public static IntersectsWith ( |
||
p_Range1 | ||
p_Range2 | ||
리턴 | bool |
public Range ( |
||
p_SinglePosition | ||
리턴 | System |
public Range ( |
||
p_Start | ||
p_End | ||
리턴 | System |
public Range ( int p_StartRow, int p_StartCol, int p_EndRow, int p_EndCol ) : System | ||
p_StartRow | int | |
p_StartCol | int | |
p_EndRow | int | |
p_EndCol | int | |
리턴 | System |
public static Union ( |
||
p_Range1 | ||
p_Range2 | ||
리턴 |