Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ISubEditor Interface / GetPreferredSize Method


In This Topic
    GetPreferredSize Method (ISubEditor)
    In This Topic
    Gets the preferred (maximum required) size of the cell for the subeditor control.
    Syntax
    'Declaration
     
    
    Function GetPreferredSize() As Size
    'Usage
     
    
    Dim instance As ISubEditor
    Dim value As Size
     
    value = instance.GetPreferredSize()
    Size GetPreferredSize()
    See Also