Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 962 Bytes

Office.CustomXMLSchemaCollection.md

File metadata and controls

36 lines (23 loc) · 962 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
CustomXMLSchemaCollection object (Office)
vbaof11.chm306000
vbaof11.chm306000
Office.CustomXMLSchemaCollection
0ce1fe79-4287-303a-4205-586d8e116731
01/07/2019
medium

CustomXMLSchemaCollection object (Office)

Represents a collection of CustomXMLSchema objects attached to a data stream.

Example

The following example adds a CustomXMLSchema object to a CustomXMLSchemaCollection object.

Dim SchemaCollection As CustomXMLSchemaCollection 
 
SchemaCollection.Add "https://tempuri.org/XMLSchema.xsd"

See also

[!includeSupport and feedback]