[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.IShapeRange

IShapeRange Interface

Represents a shape range, which is a set of shapes on a document.

Namespace: GrapeCity.Documents.Excel.Drawing
Assembly: DS.Documents.Excel.dll
Syntax
public interface IShapeRange : IReadOnlyList<IShape>, IReadOnlyCollection<IShape>, IEnumerable<IShape>, IEnumerable
Public Interface IShapeRange
    Inherits IReadOnlyList(Of IShape), IReadOnlyCollection(Of IShape), IEnumerable(Of IShape), IEnumerable

Properties

Name Description
this[string]

Returns a single object from a collection.

Methods

Name Description
Group()

Groups the shapes in the specified range.