Spread Windows Forms 12.0 Product Documentation
GetPreferredCellSize(Int32,Int32) Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SheetView Class : GetPreferredCellSize(Int32,Int32) Method
Row index
Column index
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)
public Size GetPreferredCellSize( 
   int row,
   int col
)

Parameters

row
Row index
col
Column index
See Also

Reference

SheetView Class
SheetView Members