Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IEditor Interface / GetPreferredSize Method
Name of the editor control


In This Topic
    GetPreferredSize Method (IEditor)
    In This Topic
    Gets the preferred (maximum needed) size of the cell for the editor control.
    Syntax
    'Declaration
     
    
    Function GetPreferredSize( _
       ByVal editor As Control _
    ) As Size
    'Usage
     
    
    Dim instance As IEditor
    Dim editor As Control
    Dim value As Size
     
    value = instance.GetPreferredSize(editor)
    Size GetPreferredSize( 
       Control editor
    )

    Parameters

    editor
    Name of the editor control
    See Also