ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.6 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / MeasureCellSize Method / MeasureCellSize(Int32,Int32) Method

In This Topic
    MeasureCellSize(Int32,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function MeasureCellSize( _
       ByVal row As Integer, _
       ByVal col As Integer _
    ) As Size
    public Size MeasureCellSize( 
       int row,
       int col
    )

    Parameters

    row
    col
    See Also