Share via


SPMobileNoteField.Rows Property

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.

See Also

Reference

SPMobileNoteField Class

SPMobileNoteField Members

Microsoft.SharePoint.MobileControls Namespace