ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.8 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / ShowCell Method

In This Topic
    ShowCell Method (C1FlexPivotGrid)
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Sub ShowCell( _
       ByVal row As Integer, _
       ByVal col As Integer _
    ) 
    public virtual void ShowCell( 
       int row,
       int col
    )

    Parameters

    row
    col
    See Also