Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GetPreferredCellSize(Int32,Int32) Method
Row index
Column index


In This Topic
    GetPreferredCellSize(Int32,Int32) 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)
    public Size GetPreferredCellSize( 
       int row,
       int col
    )

    Parameters

    row
    Row index
    col
    Column index
    See Also