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

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

    Parameters

    row
    colName
    See Also