SpreadsheetSheetDrawingTagHelper
Example
Razor
<drawing>
</drawing>Attributes
| Attribute | Type | Description | 
|---|---|---|
| height | Double | The drawing's height in pixels. | 
| image | String | The ID of the image to display. | 
| offset-x | Double | The horizontal offset from the anchor cell's top-left corner, in pixels. | 
| offset-y | Double | The vertical offset from the anchor cell's top-left corner, in pixels. | 
| top-left-cell | String | A cell to which the drawing's top-left corner is anchored. | 
| width | Double | The drawing's width in pixels. |