Spread WinForms 15
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()
See Also