EntityEditor.Rows property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
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