[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.IShapeRange

Interface IShapeRange

Namespace
GrapeCity.Documents.Excel.Drawing
Assembly
GcDocs.Excel.dll

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

public interface IShapeRange : IReadOnlyList<IShape>, IReadOnlyCollection<IShape>, IEnumerable<IShape>, IEnumerable
Inherited Members
System.Collections.Generic.IReadOnlyList<GrapeCity.Documents.Excel.Drawing.IShape>.this[int]
System.Collections.Generic.IReadOnlyCollection<GrapeCity.Documents.Excel.Drawing.IShape>.Count
System.Collections.Generic.IEnumerable<GrapeCity.Documents.Excel.Drawing.IShape>.GetEnumerator()

Properties

this[string]

Returns a single object from a collection.

IShape this[string index] { get; }

Parameters

index string

Property Value

IShape

Methods

Group()

Groups the shapes in the specified range.

IShape Group()

Returns

IShape

A Shape object that represents the grouped shape.