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

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

    Parameters

    row
    col
    See Also