API Reference
Class
ExcelTableInfo
Represents a table defined in an Excel workbook.
Inheritance
- Object
- ExcelTableInfo
Constructors
public ExcelTableInfo(String name, String range, String sheetName, Int32 sheetIndex) #Initializes a new instance of the ExcelTableInfo class.
Parameters
- name System.String
- Table name (or display name).
- range System.String
- Table range in A1 notation.
- sheetName System.String
- Sheet name containing the table.
- sheetIndex System.Int32
- 0-based sheet index; -1 when unknown.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object