Click or drag to resize

IGoExcel Properties

The IGoExcel type exposes the following members.

Properties
  NameDescription
Public propertyApplication
Gets the Excel Application object (of the type Microsoft.Office.Interop.Excel.Application).
Public propertyCellValueString
Gets or sets the value of the cell at the specified address in the current workbook and worksheet.
Public propertyCellValueString, String, String
Gets or sets the value of the cell at the specified address.
Public propertyCellValuesString, String
Gets or sets the values of a range of cells from a single column or row.
Public propertyCellValuesString, String, String, String
Gets or sets the values of a range of cells from a single column or row.
Public propertyDisplayAlerts
Gets or sets a property of the Excel application. If this is True, alert dialogs will be displayed.
Public propertyFindRowStart
Gets or sets the index (1-based) of the first row to search wit hthe FindRow function. This must be creater than the TitleRow. The default value is 2.
Public propertyNamedRangeValue
Gets or sets the value of a named range. Named ranges are defined in the Excel file.
Public propertyTitleRow
Gets or sets the index (1-based) of the title row. The title row is the row that contains the column names. The default value is 1.
Public propertyTolerance
Gets or sets a value that is used for numeric equality tests in the FindRow function. If the difference between two numbers is less than or equal to the tolerance, they will be considered to be equal. The default tolerance is 0.0000001.
Top
See Also