<kendo:spreadsheet-sheet-drawing>

An array which contains the drawings used in this sheet.

Example

<kendo:spreadsheet-sheet-drawings>
    <kendo:spreadsheet-sheet-drawing></kendo:spreadsheet-sheet-drawing>
</kendo:spreadsheet-sheet-drawings>

Configuration Attributes

height float

The drawing's height in pixels.

Example

<kendo:spreadsheet-sheet-drawing height="height">
</kendo:spreadsheet-sheet-drawing>

image java.lang.String

The ID of the image to display.

Example

<kendo:spreadsheet-sheet-drawing image="image">
</kendo:spreadsheet-sheet-drawing>

offsetX float

The horizontal offset from the anchor cell's top-left corner, in pixels.

Example

<kendo:spreadsheet-sheet-drawing offsetX="offsetX">
</kendo:spreadsheet-sheet-drawing>

offsetY float

The vertical offset from the anchor cell's top-left corner, in pixels.

Example

<kendo:spreadsheet-sheet-drawing offsetY="offsetY">
</kendo:spreadsheet-sheet-drawing>

topLeftCell java.lang.String

A cell to which the drawing's top-left corner is anchored.

Example

<kendo:spreadsheet-sheet-drawing topLeftCell="topLeftCell">
</kendo:spreadsheet-sheet-drawing>

width float

The drawing's width in pixels.

Example

<kendo:spreadsheet-sheet-drawing width="width">
</kendo:spreadsheet-sheet-drawing>
In this article
Not finding the help you need?