The property can also be set by the Dim method.
This property is also functional in Web panels.
var oTable = pMe.Items("/Table");var nFixedRows = oTable.FixedRows; //readingoTable.FixedRows = 1; //writing
Dim oTable, nFixedRowsSet oTable = pMe.Items("/Table")nFixedRows = oTable.FixedRows 'readingoTable.FixedRows = 1 'writing