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

    Parameters

    row
    colName
    newImage
    See Also