[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.IShapeRangeProvider

IShapeRangeProvider Interface

Provides C# equivalent of the following Visual Basic properties:

ReadOnly Property Range(index As String()) AsIShapeRangeImplementsRange

ReadOnly Property Range(index As Integer()) AsIShapeRangeImplementsRange

Namespace: GrapeCity.Documents.Excel.Drawing
Assembly: DS.Documents.Excel.dll
Syntax
public interface IShapeRangeProvider
Public Interface IShapeRangeProvider

Properties

Name Description
this[int[]]

Returns a ShapeRange object that represents a subset of the shapes in a Shapes collection.

this[string[]]

Returns a ShapeRange object that represents a subset of the shapes in a Shapes collection.