This topic has not yet been rated - Rate this topic

CustomProperty Interface 

Represents identifier information. Identifier 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 ustomPropertyImplementation
	Implements CustomProperty
End Class
Dim ustomPropertyImplementation1 As New ustomPropertyImplementation()

public interface class CustomProperty
public interface CustomProperty
public interface CustomProperty

Use the Add method or the Item property of the CustomProperties collection to return a CustomProperty object.

Once a CustomProperty object is returned, you can add metadata to worksheets using the CustomProperties 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.