Search
Row Methods
 


 Public Methods

  Name Description

getConditionalFormats

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

getHeight

Gets the height of the row.

getIndex

Gets the zero-based index of the represented row.

getIsCollapsed

Gets a value indicating whether the group represented by this row is collapsed.

getIsHidden

Gets a value indicating whether the row is hidden.

getOutlineLevel

Gets the outline level of the row, or 0, if the row is not grouped.

getPageBreak

Gets a value indicating whether to force a page break after this row during printing.

getStyle

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

getTag

Gets a custom object associated with this row.

getTitle

Gets the row title.

getValidation

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

setHeight

Sets the height of the row.

setIsCollapsed

Sets a value indicating whether the group represented by this row is collapsed.

setIsHidden

Sets a value indicating whether the row is hidden.

setOutlineLevel

Sets the outline level of the row, or 0, if the row is not grouped.

setPageBreak

Sets a value indicating whether to force a page break after this row during printing.

setTag

Sets a custom object associated with this row.

setTitle

Sets the row title.

 See Also