FieldPropertiesTextBox_Rows Property |
The number of rows to display in a multi-line text box. This can be a non-integer value, e.g. 1.5.
Namespace:
SystemProperties
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax double TextBox_Rows { get; }
ReadOnly Property TextBox_Rows As Double
Get
Property Value
Type:
DoubleThe number of rows to display in a multi-line text box. This can be a non-integer value, e.g. 1.5.
Remarks
Applies to CellType TextBox only.
See Also