Cols Property (Read Only) |
Top Previous Next |
Return the total number of columns of the current terminal type.
VB.NET Syntax
[Integer =] tnxxxx.Cols
C# Syntax
[int =] tnxxxx.Cols;
Remarks
The Cols property may return 80 or 132 values depending on the terminal type chosen.
See also Rows and TerminalType properties.
|