EntityEditor.Rows Property
Gets or sets a value that represents the number of rows visible without scrolling in the edit pane of the EntityEditor control.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property Rows As Integer
Get
Set
'Usage
Dim instance As EntityEditor
Dim value As Integer
value = instance.Rows
instance.Rows = value
public int Rows { get; set; }
Property Value
Type: System.Int32
A 32-bit integer that contains the number of rows visible without scrolling.