This topic has not yet been rated - Rate this topic

CustomProperties Interface 

A collection of CustomProperty objects that represent additional information. The information can be used as metadata for XML.

Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in microsoft.office.interop.excel.dll)

'Usage
Public Class ustomPropertiesImplementation
	Implements CustomProperties
End Class
Dim ustomPropertiesImplementation1 As New ustomPropertiesImplementation()

public interface CustomProperties
public interface CustomProperties
public interface CustomProperties

Use the Properties property of the SmartTag object, or the CustomProperties property of the Worksheet object, to return a CustomProperties collection.

Once a CustomProperties collection is returned, you can add metadata to worksheets and smart tags depending on which you choose to work with.

To add metadata to a worksheet, use the CustomProperties property with the Add method.

To add metadata to a smart tag, use the Properties property with the Add method.


Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.