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.
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...
Gets the display text in the cell at the specified index. Overload List
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...
Gets the value of the cell at the specified column index. Overload List
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...
Gets the resolved cell formatting for the cell at the specified column index. Overload List
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,...
Gets the 0-based index of the row in the worksheet. Syntax Property Value The 0-based index of the row in the worksheet.
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...