returns the attributes of the current block selection
object | the attributes of the current block selection |
var top_row=myGrid.getSelectedBlock().LeftTopRow;
var bottom_row=myGrid.getSelectedBlock().RightBottomRow;
var left_column=myGrid.getSelectedBlock().LeftTopCol;
var right_column=myGrid.getSelectedBlock().RightBottomCol;
returns an object with four properties: