ActiveXLS v6.4.0 API Documentation

Uses of Class
ActiveXLS.ExcelImage

Namespaces that use ExcelImage
ActiveXLS   
 

Uses of ExcelImage in ActiveXLS
 

Methods in ActiveXLS that return ExcelImage
 ExcelImage ExcelWorksheet.esd_getImageAt(int index)
          Returns the image from the specified index.
 ExcelImage ExcelWorksheet.esd_getImage(System.String path)
          Returns the image that has the specified path.
 ExcelImage ExcelImage.Clone()
          Creates and returns a copy of this object.
 ExcelImage ExcelChartSheet.esd_getImageAt(int index)
          Returns the image from the specified index.
 ExcelImage ExcelChartSheet.esd_getImage(System.String path)
          Returns the image that has the specified path.
 

Methods in ActiveXLS with parameters of type ExcelImage
 void ExcelWorksheet.esd_addImage(ExcelImage xlsImage)
          Adds the specified image to worksheet.
 void ExcelChartSheet.esd_addImage(ExcelImage xlsImage)
          Adds the specified image to chart sheet.
 


Copyright 2009 On Time Computing Solutions