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