Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShapes Interface / AddCalloutToCell Method
The type of callout line.
The row index of the upper-left corner of the shape's bounding box.
The column index of the upper-left corner of the shape's bounding box.
The width of the callout's bounding box, in pixels.
The height of the callout's bounding box, in pixels.


In This Topic
AddCalloutToCell Method
In This Topic
Creates a borderless line callout.
Syntax
'Declaration
 
Function AddCalloutToCell( _
   ByVal type As CalloutType, _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal width As Double, _
   ByVal height As Double _
) As IShape
 
'Usage
 
Dim instance As IShapes
Dim type As CalloutType
Dim row As Integer
Dim column As Integer
Dim width As Double
Dim height As Double
Dim value As IShape
 
value = instance.AddCalloutToCell(type, row, column, width, height)

Parameters

type
The type of callout line.
row
The row index of the upper-left corner of the shape's bounding box.
column
The column index of the upper-left corner of the shape's bounding box.
width
The width of the callout's bounding box, in pixels.
height
The height of the callout's bounding box, in pixels.

Return Value

A borderless line callout.
See Also