[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Drawing.IShapes.AddCallout

AddCallout Method

AddCallout(CalloutType, double, double, double, double)

Creates a borderless line callout.

Declaration
IShape AddCallout(CalloutType type, double x, double y, double width, double height)
Function AddCallout(type As CalloutType, x As Double, y As Double, width As Double, height As Double) As IShape
Parameters
Type Name Description
CalloutType type

The type of callout line.

double x

The position (in pixels) of the upper-left corner of the callout's bounding box relative to the upper-left corner of the document.

double y

The position (in pixels) of the upper-left corner of the callout's bounding box relative to the upper-left corner of the document.

double width

The width of the callout's bounding box, in pixels.

double height

The height of the callout's bounding box, in pixels.

Returns
Type Description
IShape

A borderless line callout.