SPFieldMultiLineText.NumberOfLines property
Gets or sets the number of lines to display in the field.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property NumberOfLines As Integer
Get
Set
'Usage
Dim instance As SPFieldMultiLineText
Dim value As Integer
value = instance.NumberOfLines
instance.NumberOfLines = value
public int NumberOfLines { get; set; }
Property value
Type: System.Int32
A 32-bit integer that represents the number of lines.