Spread for ASP.NET 11 Product Documentation
Size Property (GeneralEditor)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Editor Namespace > GeneralEditor Class : Size Property
Gets or sets the size of the editor control.
Syntax
'Declaration
 
Public Property Size As Integer
'Usage
 
Dim instance As GeneralEditor
Dim value As Integer
 
instance.Size = value
 
value = instance.Size
public int Size {get; set;}

Property Value

Integer number of characters in the editable area
See Also

Reference

GeneralEditor Class
GeneralEditor Members