The following tables list the members exposed by WorksheetRow.
| Name | Description | |
|---|---|---|
|  | CellFormat | Gets the default cell format for cells in this row or column. (Inherited from Infragistics.Documents.Excel.RowColumnBase) | 
|  | Cells | Gets the collection of cells in the row. | 
|  | Height | Gets or sets the height of the row in twips (1/20th of a point). | 
|  | Hidden | Gets or sets the value indicating whether the row or column is hidden. (Inherited from Infragistics.Documents.Excel.RowColumnBase) | 
|  | Index | Overridden. Gets the 0-based index of the row in the worksheet. | 
|  | OutlineLevel | Gets or sets the outline level for the row or column. (Inherited from Infragistics.Documents.Excel.RowColumnBase) | 
|  | Worksheet | Gets the worksheet to which the row or column belongs. (Inherited from Infragistics.Documents.Excel.RowColumnBase) | 
| Name | Description | |
|---|---|---|
|  | ApplyCellFormula | Applies a formula to the cell at the specified column index. | 
|  | GetCellAssociatedDataTable | Gets the data table to which the cell at the specified index belongs. | 
|  | GetCellAssociatedMergedCellsRegion | Gets the merged cells region which contains the cell at the specified index, or null if the cell is not merged. | 
|  | GetCellAssociatedTable | Gets the WorksheetTable to which the cell at the specified index belongs. | 
|  | GetCellBoundsInTwips | Overloaded. Gets the bounds of the cell at the specified column index in twips (1/20th of a point). | 
|  | GetCellComment | Gets or sets the comment applied to the cell at the specified column index. | 
|  | GetCellConditionalFormat | Gets the cell conditional format for the cell at the specified column index. | 
|  | GetCellFormat | Gets the cell formatting for the cell at the specified column index. | 
|  | GetCellFormula | Gets the formula which has been applied to the cell at the specified column index. | 
|  | GetCellHyperlink | Gets the effective hyperlink on the cell at the specified index. | 
|  | GetCellText | Overloaded. Gets the display text in the cell at the specified index. | 
|  | GetCellValue | Gets the value of the cell at the specified column index. | 
|  | GetResolvedCellFormat | Overloaded. Gets the resolved cell formatting for the cell at the specified column index. | 
|  | SetCellComment | Sets the comment applied to the cell at the specified column index. | 
|  | SetCellValue | Sets the value of a cell at the specified column index. | 
|  | TryGetCellFormat | Gets the cell formatting for the cell at the specified column index if it is allocated. | 
|  | ValidateCellValue | Returns a boolean indicating if the value of the cell is valid considering its associated DataValidationRule |