[]
Creates a borderless line callout.
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
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. |
Type | Description |
---|---|
IShape | A borderless line callout. |