| 
 | 
 | 
 | 
| SftMaskCalculator.Lines Property | 
Defines the maximum number of lines of intermediate results displayed.
Syntax
| VB.NET | Count = object.Lines As Short | ||
| VB | Count = object.Lines As Integer | ||
| C#.NET | short Count = object.Lines; | ||
| VC++ | 
short Count = object->Lines;
 | ||
| C | HRESULT object->get_Lines(short* Count); | ||
| Delphi | Count := object.Lines : Smallint; | ||
| VB.NET | object.Lines = Count As Short | ||
| VB | object.Lines = Count As Integer | ||
| C#.NET | short object.Lines = Count; | ||
| VC++ | 
short object->Lines = Count;
 | ||
| C | HRESULT object->put_Lines(short Count); | ||
| Delphi | object.Lines := Count : Smallint; | ||
object
A SftMaskCalculator object.
Count
Defines the maximum number of lines of intermediate results displayed.
Comments
The Lines property defines the maximum number of lines of intermediate results displayed.