ComponentOne FlexPivot for WinForms
SetCellImage(Int32,String,Image) Method

C1.Win.FlexPivot.4 Assembly > C1.Win.FlexPivot Namespace > C1FlexPivotGrid Class > SetCellImage Method : SetCellImage(Int32,String,Image) Method
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

Reference

C1FlexPivotGrid Class
C1FlexPivotGrid Members
Overload List