ListObject Methods
Assembly: Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)
| Name | Description | |
|---|---|---|
![]() | BeginInit() | (Inherited from ISupportInitialize.) |
![]() | Delete() | Deletes a dynamically created ListObject control, clears the cell data from the worksheet, and removes the control from the ControlCollection. |
![]() | Disconnect() | Removes data binding from the ListObject control. |
![]() | Dispose() | (Inherited from IDisposable.) |
![]() | EndInit() | (Inherited from ISupportInitialize.) |
![]() | ExportToVisio() | Exports a ListObject to Visio. |
![]() | Publish(Object^, Boolean) | Publishes the ListObject control to a server that is running Microsoft Windows SharePoint Services. |
![]() | Refresh() | Updates the ListObject control with current data and schema from a server that is running Microsoft Windows SharePoint Services. |
![]() | RefreshDataRow(Int32) | Updates the ListObject data row that is associated with the specified data row. |
![]() | RefreshDataRows() | Updates all of the rows in the ListObject with data from the data source. |
![]() | ResetPersistedBindingInformation() | Clears information about changes made to the ListObject control by the user. |
![]() | Resize(Range^) | Enables a ListObject control to be resized over a new range. |
![]() | SetDataBinding(Object^) | Binds a ListObject control to a data source. |
![]() | SetDataBinding(Object^, String^) | Binds a ListObject control to a specified data member of a data source. |
![]() | SetDataBinding(Object^, String^, array<String^>^) | Binds a ListObject control to a specified data member of a data source, and shows only specified columns of that data member. |
![]() | Unlink() | Removes the link to a Microsoft Windows SharePoint Services site from a ListObject control. |
![]() | Unlist() | Removes the list functionality from a Microsoft.Office.Interop.Excel::ListObject control. |
