[]
Provides C# equivalent of the following Visual Basic properties:
ReadOnly Property Range(index As String()) AsIShapeRangeImplementsRangeReadOnly Property Range(index As Integer()) AsIShapeRangeImplementsRange
public interface IShapeRangeProvider
Public Interface IShapeRangeProvider
| 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. |