Uses of Class
EasyXLS.Drawings.ExcelImage
-
Uses of ExcelImage in EasyXLS
Modifier 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.Modifier and TypeMethodDescriptionvoid
ExcelSheet.easy_addImage(ExcelImage xlsImage)
Adds the specified image to the sheet. -
Uses of ExcelImage in EasyXLS.Drawings
-
Uses of ExcelImage in EasyXLS.Drawings.Formatting
Modifier and TypeMethodDescriptionvoid
FillFormat.setPictureFill(ExcelImage xlsImage, int transparency)
Sets the picture fill for the shape.
This method is overridden as setPictureFill_2 in COM+ version of EasyXLS.