FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GetPreferredCellSize Method
Row index
Column index


In This Topic
GetPreferredCellSize Method
In This Topic
Gets the desired size of the given cell on this sheet.
Syntax
'Declaration
 
Public Function GetPreferredCellSize( _
   ByVal row As Integer, _
   ByVal col As Integer _
) As Size
 
'Usage
 
Dim instance As SheetView
Dim row As Integer
Dim col As Integer
Dim value As Size
 
value = instance.GetPreferredCellSize(row, col)

Parameters

row
Row index
col
Column index
See Also