CustomProperty インターフェイス

定義

識別子情報を表します。 識別子情報は、XML のメタデータとして使用できます。

public interface class CustomProperty
[System.Runtime.InteropServices.Guid("00024453-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface CustomProperty
Public Interface CustomProperty
属性

注釈

CustomProperty オブジェクトをAdd(String, Object)Item[Object]取得するには、CustomPropertiesコレクションの メソッドまたは プロパティを使用します。

CustomProperty オブジェクトが返されたら、Add メソッドを使用して CustomProperties プロパティを使用してワークシートにメタデータを追加できます。

プロパティ

_Default

内部使用のため予約済みです。

Application

Microsoft Excel アプリケーションを Application 表す オブジェクトを返します。

Creator

このオブジェクトを作成したアプリケーションを示す、32 ビットの整数値を返します。

Name

オブジェクトの名前を設定または返します。

Parent

指定されたオブジェクトの親オブジェクトを返します。

Value

カスタム プロパティの値を設定または返します。

メソッド

Delete()

オブジェクトを削除します。

適用対象