com.grapecity.documents.excel Package / Workbook Class / convertBarcodeToPicture Method / convertBarcodeToPicture(ImageType) Method
Specify the com.grapecity.documents.excel.drawing.ImageType of converted image.
convertBarcodeToPicture(ImageType) Method
Convert the calculated barcodes to pictures and place them in their respective positions.
The original barcode formulas will be cleared.
Not support com.grapecity.documents.excel.drawing.ImageType.EMF and com.grapecity.documents.excel.drawing.ImageType.WMF image types.
Syntax
public void convertBarcodeToPicture( 
   ImageType imageType
)

Parameters

imageType
Specify the com.grapecity.documents.excel.drawing.ImageType of converted image.
Exceptions
ExceptionDescription
If convert to com.grapecity.documents.excel.drawing.ImageType.EMF or com.grapecity.documents.excel.drawing.ImageType.WMF image type.
See Also