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