title | ms.service | ms.assetid | ms.date | ms.localizationpriority |
---|---|---|---|---|
SeriesCollection.Creator property (Project) |
project-server |
d2bc1554-6ae3-7eb2-e455-fef0cf544290 |
06/08/2017 |
medium |
Gets a 32-bit integer that indicates the application in which the series collection was created. Read-only Long.
expression.Creator
expression A variable that represents a 'SeriesCollection' object.
If the chart was created in Microsoft Project, the Creator property returns the decimal number 1347571530
, which is hexadecimal 0x50524F4A
, which is equivalent to the string PROJ. For example, run the following command in the Immediate window of the VBE, with the name of the active report.
? ActiveProject.Reports("Simple scalar chart").Shapes(1).Chart.SeriesCollection.Creator
SeriesCollection Object Chart.Creator Property
[!includeSupport and feedback]