| Rows (Read Only) | Top Previous Next | 
| Indicates the number of rows in the presentation space. 
 Visual Basic Syntax 
 [Integer =] Fields.Rows 
 Delphi Syntax 
 [Integer :=] Fields.Rows; 
 
 Remarks 
 This property returns an integer representing the number of rows on the current host screen. 
 
 |