Click or drag to resize

ExcelHelper Methods

The ExcelHelper type exposes the following members.

Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetCell Retrieves the cell with the specified cell reference from the specified worksheet.
Public methodGetCellRangeValues Retrieves the values of a range of cells from the specified worksheet.
Public methodGetCellValue(Cell) Retrieves the value of the specified cell.
Public methodGetCellValue(String, String) Retrieves the value of the cell with the specified cell reference from the specified worksheet.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodGetWorksheet Gets the Worksheet with the specified name.
Public methodGetWorksheetNames Retrieves the names of all worksheets in the Excel file.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also