PivotLines Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The PivotLines object is a collection of lines in a PivotTable, containing all lines on rows or columns of the pivot. Each line is a set of PivotCells.
public interface class PivotLines : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("00024481-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface PivotLines : System.Collections.IEnumerable
Public Interface PivotLines
Implements IEnumerable
- Attributes
- Implements
Properties
_Default[Object] | |
Application |
When used without an object qualifier, this property returns an _Application object that represents the Microsoft Office Excel application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object. Read-only. |
Count |
Returns the number of items in the PivotLines collection. Read-only. |
Creator |
Returns a 32-bit Integer that indicates the application in which this object was created. Read-only. |
Item[Object] |
Returns a specific element of the PivotLines collection object by its position in the collection. Read-only. |
Parent |
Returns the parent object for the specified PivotLines object. Read-only. |
Methods
GetEnumerator() |