Spread Windows Forms 13.0 Product Documentation
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShapes Interface / AddCalloutToCell Method


In This Topic
    AddCalloutToCell Method
    In This Topic
    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)
    IShape AddCalloutToCell( 
       CalloutType type,
       int row,
       int column,
       double width,
       double height
    )

    Parameters

    type
    row
    column
    width
    height
    See Also