'Declaration Function GetDrawingObjects( _ ByVal sheet As Worksheet, _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal rowCount As Integer, _ ByVal columnCount As Integer _ ) As DrawingObject()
'Usage Dim instance As IDrawingObjectProvider Dim sheet As Worksheet Dim row As Integer Dim column As Integer Dim rowCount As Integer Dim columnCount As Integer Dim value() As DrawingObject value = instance.GetDrawingObjects(sheet, row, column, rowCount, columnCount)
Parameters
- sheet
- The worksheet to get drawing objects.
- row
- The base row index.
- column
- The base column index.
- rowCount
- The row count.
- columnCount
- The column count.