VisibleRows Property
Applies To
fpSpread control
Description
Sets or returns the number of rows that are fully displayed.
Syntax
long CSpreadSheet::GetVisibleRows( );
void CSpreadSheet::SetVisibleRows(long value);
[form.]fpSpread.VisibleRows[ = value&]
Remarks
The default value for the VisibleRows property is 0.
Use the VisibleRows property when the AutoSize property is set to True. If the VisibleRows property is set to 0, the application uses the MaxRows property value.
This setting is applied to the current sheet setting unless you first set the Sheet property to specify the sheet for which you are setting the property.
Spread Designer
Choose the Sheet menu, then the Columns and Rows menu, select the Rows tab, and then choose or type a number in the Visible Rows spin box in the Settings-All Rows group box in the Column and Row Settings dialog box.
Data Type
Long Integer
See Also
Displaying a Specified Number of Columns and Rows
AutoSize, MaxRows, Sheet, VisibleCols properties
DLL Correspondence
SSGetAutoSizeVisible, SSSetAutoSizeVisible functions