[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Forms.IControl.ShapeRange

ShapeRange Property

ShapeRange

Gets the shapes of this control.

Declaration
IShapeRange ShapeRange { get; }
ReadOnly Property ShapeRange As IShapeRange
Examples
IControl control = worksheet.Controls.AddButton(20, 20, 120, 30);
IShapeRange shapeRange = control.ShapeRange;
int count = shapeRange.Count;