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 rows of text in the field.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property Rows As Integer
Get
Set
'Usage
Dim instance As SPMobileNoteField
Dim value As Integer
value = instance.Rows
instance.Rows = value
public int Rows { get; set; }
Property Value
Type: System.Int32
A Int32 that represents the number of rows of text in the note field. The default is 4.