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