GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ShapeEventArgs Class / Shapes Property


In This Topic
Shapes Property (ShapeEventArgs)
In This Topic
Gets all shapes to process.
Syntax
'Declaration
 
Public ReadOnly Property Shapes As IShape()
 
'Usage
 
Dim instance As ShapeEventArgs
Dim value() As IShape
 
value = instance.Shapes

Property Value

The shapes to process.
See Also