ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.8 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / GetCellRect Method / GetCellRect(Int32,Int32,Boolean) Method

In This Topic
    GetCellRect(Int32,Int32,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function GetCellRect( _
       ByVal row As Integer, _
       ByVal col As Integer, _
       ByVal show As Boolean _
    ) As Rectangle
    public Rectangle GetCellRect( 
       int row,
       int col,
       bool show
    )

    Parameters

    row
    col
    show
    See Also