ComponentOne Olap for WinForms
C1.Win.Olap.4 Assembly / C1.Win.Olap Namespace / C1OlapGrid Class / SetCellImage Method / SetCellImage(Int32,Int32,Image) Method

In This Topic
    SetCellImage(Int32,Int32,Image) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub SetCellImage( _
       ByVal row As System.Integer, _
       ByVal col As System.Integer, _
       ByVal newImage As System.Drawing.Image _
    ) 
    public void SetCellImage( 
       System.int row,
       System.int col,
       System.Drawing.Image newImage
    )

    Parameters

    row
    col
    newImage
    See Also