ComponentOne FlexPivot for WinForms
CreateImage(Int32,Int32,Int32,Int32) Method

C1.Win.FlexPivot.4 Assembly > C1.Win.FlexPivot Namespace > C1FlexPivotGrid Class > CreateImage Method : CreateImage(Int32,Int32,Int32,Int32) Method
Syntax
'Declaration
 
Public Overloads Function CreateImage( _
   ByVal topRow As System.Integer, _
   ByVal leftCol As System.Integer, _
   ByVal bottomRow As System.Integer, _
   ByVal rightCol As System.Integer _
) As System.Drawing.Image
public System.Drawing.Image CreateImage( 
   System.int topRow,
   System.int leftCol,
   System.int bottomRow,
   System.int rightCol
)

Parameters

topRow
leftCol
bottomRow
rightCol
See Also

Reference

C1FlexPivotGrid Class
C1FlexPivotGrid Members
Overload List