Rows (Read Only) |
Top Previous Next |
Indicates the number of rows in the presentation space.
VB.NET
[Integer =] Screen.Rows
C#
[int =] Screen.Rows;
Remarks
This property returns an integer representing the number of rows on the current host Screen.
|