GC.Spread.Sheets 名前空間 > Events タイプ : DragFillBlock イベント |
Javascript (Usage) | |
---|---|
var instance; // Type: Events instance.DragFillBlock = function(sheet, sheetName, fillRange, autoFillType, fillDirection, cancel) { }; |
Javascript (Specification) | |
---|---|
DragFillBlock = function ( sheet : Worksheet, sheetName : string, fillRange : Range, autoFillType : AutoFillType, fillDirection : FillDirection, cancel : boolean ) { }; |
activeSheet.bind(GC.Spread.Sheets.Events.DragFillBlock, function (e, info) { alert("Direction (" + info.fillDirection + ")"); });