Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
サイズ変更イベントの追加を探していますが、運が悪いためです。
アドイン (Excel コンテンツ アドイン) のサイズ変更イベントは、office.js 1.0 または 1.1 でサポートされていますか?
これは、javascript/jquery window.resize()
javascript/jquery window.resize()
JavaScript:
window.onresize = function(event) { ... };
jquery:
$( window ).resize(function() { ... });