Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 909 Bytes

Excel.PictureFormat.Creator.md

File metadata and controls

30 lines (16 loc) · 909 Bytes
title api_name ms.assetid ms.date ms.localizationpriority
PictureFormat.Creator property (Excel)
Excel.PictureFormat.Creator
4a2777a6-ed15-ed24-4553-1b96172ab57f
05/03/2019
medium

PictureFormat.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 PictureFormat object.

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]