DioDocs for Excel
Add(String,Boolean) メソッド

DS.Documents.Excel アセンブリ > GrapeCity.Documents.Excel 名前空間 > ICustomDocumentPropertyCollection インターフェース > Add メソッド : Add(String,Boolean) メソッド
新しい IDocumentProperty の名前。
プロパティの値。
新しいIDocumentPropertyを作成し、現在のIWorkbookで使用可能なカスタムドキュメントプロパティのリストに追加します。
シンタックス
'宣言
 
Overloads Function Add( _
   ByVal name As System.String, _
   ByVal value As System.Boolean _
) As IDocumentProperty
IDocumentProperty Add( 
   System.string name,
   System.bool value
)

パラメータ

name
新しい IDocumentProperty の名前。
value
プロパティの値。

戻り値の型

新しい IDocumentProperty
参照

ICustomDocumentPropertyCollection インターフェース
ICustomDocumentPropertyCollection メンバ
オーバーロード一覧