XlTableReference Members
Represents a reference to table data.Constructors
Name | Description |
---|---|
XlTableReference(IXlTable, XlTablePart) | Initializes a new instance of the XlTableReference class with the specified settings. |
XlTableReference(IXlTable, String, XlTablePart) | Initializes a new instance of the XlTableReference class with the specified settings. |
XlTableReference(IXlTable, String, String, XlTablePart) | Initializes a new instance of the XlTableReference class with the specified settings. |
XlTableReference(IXlTable, String, String) | Initializes a new instance of the XlTableReference class with the specified settings. |
XlTableReference(IXlTable, String) | Initializes a new instance of the XlTableReference class with the specified settings. |
Properties
Name | Description |
---|---|
FirstColumn | Gets the name of the column used as the left bound to specify the portion of the table to be referenced. |
LastColumn | Gets the name of the column used as the right bound to specify the portion of the table to be referenced. |
Part | Gets a special item specifier used by the current structured reference to refer to a specific part of the table. |
Table | Gets the table to which the current structured reference refers. |
Methods
Name | Description |
---|---|
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Converts a table reference to a string. |
ToString(CultureInfo) | Converts a table reference to a string. |
See Also