Uses of Class
EasyXLS.Drawings.ExcelImage
Namespaces that use ExcelImage
-
Uses of ExcelImage in EasyXLS
Methods in EasyXLS that return ExcelImageModifier and TypeMethodDescriptionExcelSheet.easy_getImage(System.String path) Returns the image that has the specified path.ExcelSheet.easy_getImageAt(int index) Returns the image from the specified index.Methods in EasyXLS with parameters of type ExcelImageModifier and TypeMethodDescriptionvoidExcelSheet.easy_addImage(ExcelImage xlsImage) Adds the specified image to the sheet. -
Uses of ExcelImage in EasyXLS.Drawings
Methods in EasyXLS.Drawings that return ExcelImage -
Uses of ExcelImage in EasyXLS.Drawings.Formatting
Methods in EasyXLS.Drawings.Formatting that return ExcelImageMethods in EasyXLS.Drawings.Formatting with parameters of type ExcelImageModifier and TypeMethodDescriptionvoidFillFormat.setPictureFill(ExcelImage xlsImage, int transparency) Sets the picture fill for the shape.
This method is overridden as setPictureFill_2 in COM+ version of EasyXLS.