Version

Search Results

GetCellText(Int32) Method

Gets the display text in the cell at the specified index. Syntax Parameters columnIndex The 0-based index of the cell within the WorksheetRow. Remarks The display text is based on the value of the cell and the format string applied to the cell.

GetCellText(Int32,TextFormatMode) Method

Gets the text in the cell at the specified index. Syntax Parameters columnIndex The 0-based index of the cell within the WorksheetRow.textFormatMode The format mode to use when getting the cell text. Exceptions Exception Description System.ComponentModel.InvalidEnumArgumentException textFormatMode is not defined i...

GetCellText Method

Gets the display text in the cell at the specified index. Overload List

GetCellValue(Int32) Method

Gets the value of the cell at the specified column index. Syntax Parameters columnIndex The 0-based index of the cell within the WorksheetRow. Exceptions Exception Description System.ArgumentOutOfRangeException columnIndex is less than zero or greater than or equal to the number of columns in the worksheet. System...

GetCellValue Method

Gets the value of the cell at the specified column index. Overload List

GetResolvedCellFormat(Int32) Method

Gets the resolved cell formatting for the cell at the specified column index. Syntax Parameters columnIndex The 0-based index of the cell within the WorksheetRow. Return Value A format object describing the actual formatting that will be used when displayed the cell in Microsoft Excel. Exceptions Exception Descrip...

GetResolvedCellFormat Method (WorksheetRow)

Gets the resolved cell formatting for the cell at the specified column index. Overload List

Height Property (WorksheetRow)

Gets or sets the height of the row in twips (1/20th of a point). Syntax Property Value The height of the row in twips (1/20th of a point). Exceptions Exception Description System.InvalidOperationException From the setter if the row was removed from the worksheet. Remarks If the height of the row is less than zero,...

Index Property (WorksheetRow)

Gets the 0-based index of the row in the worksheet. Syntax Property Value The 0-based index of the row in the worksheet.

SetCellComment Method

Sets the comment applied to the cell at the specified column index. Syntax Parameters columnIndex The 0-based index of the cell within the WorksheetRow.comment The comment to apply to the cell. Exceptions Exception Description System.ArgumentOutOfRangeException columnIndex is less than zero or greater than or equa...