[]
Provides C# equivalent of the following Visual Basic properties:
ReadOnly Property Range(index As String()) AsIShapeRangeImplementsRangeReadOnly Property Range(index As Integer()) AsIShapeRangeImplementsRangepublic interface IShapeRangeProvider
Returns a ShapeRange object that represents a subset of the shapes in a Shapes collection.
IShapeRange this[int[] index] { get; }
index
int[]Returns a ShapeRange object that represents a subset of the shapes in a Shapes collection.
IShapeRange this[string[] index] { get; }
index
string[]