ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.8 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid 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 Integer, _
       ByVal col As Integer, _
       ByVal newImage As Image _
    ) 
    public void SetCellImage( 
       int row,
       int col,
       Image newImage
    )

    Parameters

    row
    col
    newImage
    See Also