ShapeChangedEventArgs Properties
Provides data for the SpreadsheetControl.ShapeInserted and SpreadsheetControl.ShapeRemoved events.Name | Description |
---|---|
ShapeId | Gets the ID value of the drawing object that has been inserted or removed. |
ShapeName | Gets the name of the drawing object that has been inserted or removed. |
ShapeType | Gets the type of the drawing object that has been inserted or removed. |
See Also