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

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

    Parameters

    row
    colName
    newImage
    See Also