SPMobileMultiTextBox.Rows Property
Gets or sets the number of rows of the multiline textbox control.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property Rows As Integer
Get
Set
'Usage
Dim instance As SPMobileMultiTextBox
Dim value As Integer
value = instance.Rows
instance.Rows = value
public int Rows { get; set; }
Property Value
Type: System.Int32
The number of rows in the SPMobileMultiTextBox object.