[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Drawing.IShapes.AddCalloutToCell

AddCalloutToCell Method

AddCalloutToCell(CalloutType, int, int, double, double)

Creates a borderless line callout.

Declaration
IShape AddCalloutToCell(CalloutType type, int row, int column, double width, double height)
Function AddCalloutToCell(type As CalloutType, row As Integer, column As Integer, width As Double, height As Double) As IShape
Parameters
Type Name Description
CalloutType type

The type of callout line.

int row

The row index of the upper-left corner of the shape's bounding box.

int column

The column index of the upper-left corner of the shape's bounding box.

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.