ComponentOne Olap for WinForms
C1.Win.Olap.4 Assembly / C1.Win.Olap Namespace / C1OlapGrid 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 CellRange, _
       ByVal emfType As System.Drawing.Imaging.EmfType _
    ) As System.Drawing.Image
    public System.Drawing.Image CreateImage( 
       CellRange rg,
       System.Drawing.Imaging.EmfType emfType
    )

    Parameters

    rg
    emfType
    See Also