[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.IShapeRangeProvider

Interface IShapeRangeProvider

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

Provides C# equivalent of the following Visual Basic properties:

ReadOnly Property Range(index As String()) AsIShapeRangeImplementsRange

ReadOnly Property Range(index As Integer()) AsIShapeRangeImplementsRange

public interface IShapeRangeProvider

Properties

this[int[]]

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

IShapeRange this[int[] index] { get; }

Parameters

index int[]

Property Value

IShapeRange

this[string[]]

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

IShapeRange this[string[] index] { get; }

Parameters

index string[]

Property Value

IShapeRange