Kendo.Mvc.UI.Fluent.SpreadsheetSheetDrawingBuilder
Defines the fluent API for configuring the SpreadsheetSheetDrawing settings.
Methods
TopLeftCell(System.String)
A cell to which the drawing's top-left corner is anchored.
Parameters
value System.String
The value that configures the topleftcell.
OffsetX(System.Double)
The horizontal offset from the anchor cell's top-left corner, in pixels.
Parameters
value System.Double
The value that configures the offsetx.
OffsetY(System.Double)
The vertical offset from the anchor cell's top-left corner, in pixels.
Parameters
value System.Double
The value that configures the offsety.
Width(System.Double)
The drawing's width in pixels.
Parameters
value System.Double
The value that configures the width.
Height(System.Double)
The drawing's height in pixels.
Parameters
value System.Double
The value that configures the height.
Image(System.String)
The ID of the image to display.
Parameters
value System.String
The value that configures the image.