Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the number of lines to display in the field.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'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; }
Type: System.Int32
A 32-bit integer that represents the number of lines.