Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Editor Namespace / GeneralEditor Class / Size Property


In This Topic
    Size Property (GeneralEditor)
    In This Topic
    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