[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetView.GetPreferredCellSize

GetPreferredCellSize Method

GetPreferredCellSize(int, int)

Gets the desired size of the given cell on this sheet.

Declaration
public Size GetPreferredCellSize(int row, int col)
Public Function GetPreferredCellSize(row As Integer, col As Integer) As Size
Parameters
Type Name Description
int row

Row index

int col

Column index

Returns
Type Description
Size