Package com.grapecity.documents.excel
Interface ICellDecorationIcon
- All Known Implementing Classes:
CellDecorationIcon
public interface ICellDecorationIcon
Indicates the icon of cell decoration.
-
Method Details
-
getSrc
String getSrc()Gets the icon src string. -
getWidth
int getWidth()Gets the icon width in pixels. -
getHeight
int getHeight()Gets the icon height in pixels. -
getPosition
IconPosition getPosition()Gets the icon position.
-