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()

Syntax

Public Interface CustomProperty
public interface CustomProperty
public interface class CustomProperty
public interface CustomProperty
public interface CustomProperty

Remarks

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.

Platforms

Development Platforms

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

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Excel Namespace

Other Resources

CustomProperty Members