[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.IShapeRangeProvider.Item

this Property

this[string[]]

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

Declaration
IShapeRange this[string[] index] { get; }
ReadOnly Default Property Item(index As String()) As IShapeRange
Parameters
Type Name Description
string[] index

this[int[]]

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

Declaration
IShapeRange this[int[] index] { get; }
ReadOnly Default Property Item(index As Integer()) As IShapeRange
Parameters
Type Name Description
int[] index