ListObject::Range Property
Gets a Range that represents the range to which the ListObject applies.
Assembly: Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)
Property Value
Type: Microsoft.Office.Interop.Excel::Range^A Range that represents the range to which the ListObject applies.
Includes the header, Insert row and Totals row if displayed.
The following code example creates a ListObject and then displays a message showing how many cells are in the range to which the ListObject applies.
This example is for a document-level customization.
Show: