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


In This Topic
Shape Property (ShapeEventArgs)
In This Topic
Gets the shape to process.
Syntax
'Declaration
 
Public ReadOnly Property Shape As IShape
 
'Usage
 
Dim instance As ShapeEventArgs
Dim value As IShape
 
value = instance.Shape

Property Value

The shape to process.
See Also