GetPreferredCellSize Method
Gets the desired size of the given cell on this sheet.
'Declaration
Public Function GetPreferredCellSize( _
ByVal As Integer, _
ByVal 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