GC.Spread.Sheets Namespace > Events type : RowHeightChanging Event |
var instance; // Type: Events instance.RowHeightChanging = function(sheet, sheetName, rowList, header, cancel) { };
activeSheet.bind(GC.Spread.Sheets.Events.RowHeightChanging, function (e, info) { alert("Row List (" + info.rowList + ")"); });