Click or drag to resize
Range Properties

The Range type exposes the following members.

Properties
  NameDescription
Public propertyBottom
Gets the bottom row in the range.
Public propertyHeight
Gets the height, in rows, of this range.
Public propertyIsCells
Determines whether this is an arbitrary range of cells.
Public propertyIsCols
Determines whether this is a range of columns.
Public propertyIsRows
Determines whether this is a range of rows.
Public propertyIsTable
Determines whether this range references an entire table.
Public propertyIsValid
Determines whether the range is valid..
Public propertyLeft
Gets the leftmost column in the range.
Public propertyRangeType
Gets the type of this range.
Public propertyRight
Gets the rightmost column in the range.
Public propertyTop
Gets the topmost row in the range.
Public propertyWidth
Gets the width, in columns, of this range.
Top
See Also