Object Reference : Object View and Procedure Reference : Table
  
 
fixrowcol
Fixes a set of rows at the top and a set of columns to left of a spreadsheet view of a table object so that the leading rows and columns are always in view.
Syntax
table_name.fixrowcol rows cols
where rows is the number of rows to be fixed and cols is the number of columns to be fixed.
Example
tab1.fixrowcol 1 4
fixes the first row and the first 4 columns of the table TAB1 such that they are always in view despite the horizontal and vertical scroll position of the table.
tab1.fixrowcol 0 0
removes all fixed rows and columns in table TAB1.
tab1.fixrowcol 0 4
in table TAB1 removes all fixed rows but fixes the first 4 columns.
Cross-references
See also Table::fixcol and Table::fixrow.