PivotField.DataRange Property
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.
Returns a Range object. Read-only.
public:
property Microsoft::Office::Interop::Excel::Range ^ DataRange { Microsoft::Office::Interop::Excel::Range ^ get(); };
public Microsoft.Office.Interop.Excel.Range DataRange { get; }
Public ReadOnly Property DataRange As Range
Property Value
Remarks
The DataRange property returns the following, depending on the object:
Data field | Data contained in the field |
Row, column, or page field | Items in the field |
Item | Data qualified by the item |