Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Worksheet Class / ClearShapes Method
An integer value indicates the top row index of cell range.
An integer value indicates the left column index of cell range.
An integer value indicates the total number of rows.
An integer value indicates the total number of columns.


In This Topic
    ClearShapes Method (Worksheet)
    In This Topic
    Removes all shapes from the specified range of cells.
    Syntax
    'Declaration
     
    
    Public Function ClearShapes( _
       ByVal row As Integer, _
       ByVal column As Integer, _
       ByVal rowCount As Integer, _
       ByVal columnCount As Integer _
    ) As ActionResult(Of Object)
    'Usage
     
    
    Dim instance As Worksheet
    Dim row As Integer
    Dim column As Integer
    Dim rowCount As Integer
    Dim columnCount As Integer
    Dim value As ActionResult(Of Object)
     
    value = instance.ClearShapes(row, column, rowCount, columnCount)

    Parameters

    row
    An integer value indicates the top row index of cell range.
    column
    An integer value indicates the left column index of cell range.
    rowCount
    An integer value indicates the total number of rows.
    columnCount
    An integer value indicates the total number of columns.
    See Also