Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / WorksheetDrawing Class / GetProcessingDrawingObjects() Method


In This Topic
GetProcessingDrawingObjects() Method
In This Topic
Gets the drawing objects is being selected to process.
Syntax
'Declaration
 
Public Function GetProcessingDrawingObjects() As Shape()
 
'Usage
 
Dim instance As WorksheetDrawing
Dim value() As Shape
 
value = instance.GetProcessingDrawingObjects()
See Also