Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.04 KB

Project.seriescollection.creator.md

File metadata and controls

33 lines (21 loc) · 1.04 KB
title ms.service ms.assetid ms.date ms.localizationpriority
SeriesCollection.Creator property (Project)
project-server
d2bc1554-6ae3-7eb2-e455-fef0cf544290
06/08/2017
medium

SeriesCollection.Creator property (Project)

Gets a 32-bit integer that indicates the application in which the series collection was created. Read-only Long.

Syntax

expression.Creator

expression A variable that represents a 'SeriesCollection' object.

Remarks

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

See also

SeriesCollection Object Chart.Creator Property

[!includeSupport and feedback]