Excel.Interfaces.BindingData interface
binding.toJSON()
を呼び出すことによって返されるデータを記述するインターフェイス。
プロパティ
id | バインド識別子を表します。 |
type | バインドの型を返します。 詳細は「 |
プロパティの詳細
id
type
バインドの型を返します。 詳細は「Excel.BindingType
」をご覧ください。
type?: Excel.BindingType | "Range" | "Table" | "Text";
プロパティ値
Excel.BindingType | "Range" | "Table" | "Text"
注釈
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Office Add-ins