Skip to main content

XlTableReference Constructors

Represents a reference to table data.
Name Parameters Description
XlTableReference(IXlTable, XlTablePart) table, part Initializes a new instance of the XlTableReference class with the specified settings.
XlTableReference(IXlTable, String, XlTablePart) table, columnName, part Initializes a new instance of the XlTableReference class with the specified settings.
XlTableReference(IXlTable, String, String, XlTablePart) table, firstColumnName, lastColumnName, part Initializes a new instance of the XlTableReference class with the specified settings.
XlTableReference(IXlTable, String, String) table, firstColumnName, lastColumnName Initializes a new instance of the XlTableReference class with the specified settings.
XlTableReference(IXlTable, String) table, columnName Initializes a new instance of the XlTableReference class with the specified settings.
See Also