Excel.Interfaces.ConditionalRangeBorderCollectionUpdateData interface
conditionalRangeBorderCollection.set({ ... })
で使用するために、ConditionalRangeBorderCollection
オブジェクト上のデータを更新するためのインターフェイス。
プロパティ
bottom | 下の罫線を取得します。 |
items | |
left | 左罫線を取得します。 |
right | 右罫線を取得します。 |
top | 上部の罫線を取得します。 |
プロパティの詳細
bottom
下の罫線を取得します。
bottom?: Excel.Interfaces.ConditionalRangeBorderUpdateData;
プロパティ値
注釈
items
items?: Excel.Interfaces.ConditionalRangeBorderData[];
プロパティ値
left
左罫線を取得します。
left?: Excel.Interfaces.ConditionalRangeBorderUpdateData;
プロパティ値
注釈
right
右罫線を取得します。
right?: Excel.Interfaces.ConditionalRangeBorderUpdateData;
プロパティ値
注釈
top
上部の罫線を取得します。
top?: Excel.Interfaces.ConditionalRangeBorderUpdateData;
プロパティ値
注釈
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Office Add-ins