CellRange Structure TIBCO Spotfire 7.9 API Reference
Struct used to refer to a range of cells.

Namespace: Spotfire.Dxp.Application.Visuals
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 30.0.10915.3380 (30.0.10915.3380)
Syntax

C#
public struct CellRange

The CellRange type exposes the following members.

Constructors

  NameDescription
Public methodCellRange(Int32, Int32)
Constructor for a single cell.
Public methodCellRange(Int32, Int32, Int32, Int32)
Initializes a new instance of the CellRange struct.
Top
Methods

  NameDescription
Public methodContains
Checks if a row index and a column index is within this range.
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Top
Operators

  NameDescription
Public operatorStatic memberEquality
Compares two CellRange structures for equality.
Public operatorStatic memberInequality
Compares two CellRange structures for inequality.
Top
Properties

  NameDescription
Public propertyColumnCount
Gets the number of columns in the range.
Public propertyStatic memberEmpty
Creates an empty cell range.
Public propertyFirstColumnIndex
Gets the first column index in the range.
Public propertyFirstRowIndex
Gets the first row index in the range.
Public propertyIsEmpty
Gets a value indicating if this is an empty range.
Public propertyLastColumnIndex
Gets the last column index in the range.
Public propertyLastRowIndex
Gets the last row index in the range.
Public propertyRowCount
Gets the number of rows in the range.
Top
Version Information

Supported in: 7.9, 7.8, 7.7, 7.6, 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also

Reference