Struct used to refer to a range of cells.
Namespace: Spotfire.Dxp.Application.Visuals
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 25.11.10401.3615 (25.11.10401.3615)
Syntax
C#
public struct CellRange
The CellRange type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CellRange(Int32, Int32) |
Constructor for a single cell.
| |
CellRange(Int32, Int32, Int32, Int32) | Initializes a new instance of the CellRange struct.
|
Methods
Name | Description | |
---|---|---|
Contains |
Checks if a row index and a column index is within this range.
| |
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
Operators
Name | Description | |
---|---|---|
Equality |
Compares two CellRange structures for equality.
| |
Inequality |
Compares two CellRange structures for inequality.
|
Properties
Name | Description | |
---|---|---|
ColumnCount |
Gets the number of columns in the range.
| |
Empty |
Creates an empty cell range.
| |
FirstColumnIndex |
Gets the first column index in the range.
| |
FirstRowIndex |
Gets the first row index in the range.
| |
IsEmpty |
Gets a value indicating if this is an empty range.
| |
LastColumnIndex |
Gets the last column index in the range.
| |
LastRowIndex |
Gets the last row index in the range.
| |
RowCount |
Gets the number of rows in the range.
|
Version Information
See Also