Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 976 Bytes

Excel.ColorStop.Creator.md

File metadata and controls

38 lines (21 loc) · 976 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
ColorStop.Creator property (Excel)
vbaxl10.chm850074
vbaxl10.chm850074
Excel.ColorStop.Creator
99789f97-d576-1be6-40c5-9cd2a5984751
04/20/2019
medium

ColorStop.Creator property (Excel)

Returns a 32-bit integer that indicates the application in which this object was created. Read-only Long.

Syntax

expression.Creator

expression A variable that represents a ColorStop object.

Return value

XlCreator

Remarks

If the object was created in Microsoft Excel, this property returns the string XCEL, which is equivalent to the hexadecimal number 5843454C. The Creator property is designed to be used in Microsoft Excel for the Macintosh, where each application has a four-character creator code. For example, Microsoft Excel has the creator code XCEL.

[!includeSupport and feedback]