PivotItem.SourceNameStandard Property
Excel Developer Reference |
Returns a String that represents the PivotTable items' source name in standard English (United States) format settings. Read-only.
Syntax
expression.SourceNameStandard
expression A variable that represents a PivotItem object.
Remarks
This property is used when an item has a localized version and its SourceNameStandard property value differs from the SourceName property value, such as with date formatting.
Example
This example displays the source name for the sixth item on the fifth field of the active PivotTable. The example assumes that a PivotTable exists on the active worksheet and that the data source contains at least five fields and six items per field.
Visual Basic for Applications |
---|
|
See Also