Share

PartDocument.GetPrivateStorage Method

Parent Object: PartDocument

Description

Obtains a private sub-storage within this document with the given name. Can create one, if one does not exist.

Syntax

PartDocument.GetPrivateStorage( StorageName As String, CreateIfNecessary As Boolean ) As Unknown

Parameters

Name Type Description
StorageName String Input String that specifies the name of the private sub-storage.
CreateIfNecessary Boolean Input Boolean that specifies whether to create a private sub-storage if one does not already exist.

Version

Introduced in version 4

Was this information helpful?