Spread for ASP.NET 12 Product Documentation
Rows Property (ListBoxEditor)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Editor Namespace > ListBoxEditor Class : Rows Property
Gets or sets the number of rows in the editor control for the list box cell.
Syntax
'Declaration
 
Public Property Rows As Integer
'Usage
 
Dim instance As ListBoxEditor
Dim value As Integer
 
instance.Rows = value
 
value = instance.Rows
public int Rows {get; set;}
See Also

Reference

ListBoxEditor Class
ListBoxEditor Members