'Declaration Public Overridable Function GetDrawingObject( _ ByVal row As System.Integer, _ ByVal column As System.Integer, _ ByVal rowCount As System.Integer, _ ByVal columnCount As System.Integer _ ) As DrawingObject()
'Usage Dim instance As Worksheet Dim row As System.Integer Dim column As System.Integer Dim rowCount As System.Integer Dim columnCount As System.Integer Dim value() As DrawingObject value = instance.GetDrawingObject(row, column, rowCount, columnCount)
public virtual DrawingObject[] GetDrawingObject( System.int row, System.int column, System.int rowCount, System.int columnCount )
Parameters
- row
- The row.
- column
- The column.
- rowCount
- The row count.
- columnCount
- The column count.
Return Value
The collection of drawing objects.