ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.6 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / CreateImage Method / CreateImage(CellRange,EmfType) Method

In This Topic
    CreateImage(CellRange,EmfType) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function CreateImage( _
       ByVal rg As C1.Win.FlexGrid.CellRange, _
       ByVal emfType As EmfType _
    ) As Image
    public Image CreateImage( 
       C1.Win.FlexGrid.CellRange rg,
       EmfType emfType
    )

    Parameters

    rg
    emfType
    See Also