Share via


_Workbook.ContentTypeProperties Property

Returns a MetaProperties collection that describes the metadata stored in the workbook. Read-only.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
ReadOnly Property ContentTypeProperties As MetaProperties
    Get
'Usage
Dim instance As _Workbook
Dim value As MetaProperties

value = instance.ContentTypeProperties
MetaProperties ContentTypeProperties { get; }

Property Value

Type: Microsoft.Office.Core.MetaProperties
MetaProperties

See Also

Reference

_Workbook Interface

_Workbook Members

Microsoft.Office.Interop.Excel Namespace