Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / AddShape Method / AddShape(PSShape,Int32,Int32) Method
Shape to add
Row index at which to add shape
Column index at which to add shape


In This Topic
    AddShape(PSShape,Int32,Int32) Method
    In This Topic
    Adds a shape to the drawing container for the sheet at the specified row and column.
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Function AddShape( _
       ByVal shape As PSShape, _
       ByVal row As Integer, _
       ByVal column As Integer _
    ) As Integer
    'Usage
     
    
    Dim instance As SheetView
    Dim shape As PSShape
    Dim row As Integer
    Dim column As Integer
    Dim value As Integer
     
    value = instance.AddShape(shape, row, column)
    public virtual int AddShape( 
       PSShape shape,
       int row,
       int column
    )

    Parameters

    shape
    Shape to add
    row
    Row index at which to add shape
    column
    Column index at which to add shape
    See Also