'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
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.