ListObject::Range Property

 

Gets a Range that represents the range to which the ListObject applies.

Namespace:   Microsoft.Office.Tools.Excel
Assembly:  Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)

property Range^ Range {
	Range^ get();
}

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.

No code example is currently available or this language may not be supported.
Return to top
Show: