Search
RowRange Members
Methods
 


Identifies a range of rows in a Worksheet.

The following tables list the members exposed by the RowRange type.

 Public Methods

  Name Description

getBottom

Gets the bottom row of the range.

getConditionalFormats

Gets a list with format objects that can be used to customize the appearance of the rows in the range based on various conditions.

getEnumerator

Returns an iterator object that can be used to iterate through the rows in the range.

getHeight

Gets the height of all rows in the range.

getIsHidden

Gets a value indicating whether the rows in the range are hidden.

getOutlineLevel

Gets the outline level of the rows in the range.

getStyle

Gets an IRowStyle object that can be used to customize the appearance of all rows in the range.

getTop

Gets the top row of the range.

getValidation

Gets an IValidation object that can be used to specify validation rules for the data in the range.

group

Increases the outline level of all rows in the range.

iterator

 

setHeight

Sets the height of all rows in the range.

setIsHidden

Sets a value indicating whether the rows in the range are hidden.

setOutlineLevel

Sets the outline level of the rows in the range.

ungroup

Decreases the outline level of all rows in the range.

 See Also