[]
Gets the shapes of this control.
IShapeRange ShapeRange { get; }
ReadOnly Property ShapeRange As IShapeRange
IControl control = worksheet.Controls.AddButton(20, 20, 120, 30);
IShapeRange shapeRange = control.ShapeRange;
int count = shapeRange.Count;