// 次のサンプルコードは、UserZoomingイベントを使用します。 spread.options.allowUserZoom = true; activeSheet.bind(GC.Spread.Sheets.Events.UserZooming, function (e, info) { alert("Zoom (" + info.newZoomFactor + ")"); });
Object GC.Spread.Sheets.Events.UserZooming
GC.Spread.Sheets.Events 名前空間
© 2016-2018, GrapeCity inc. All rights reserved.