[]
Provides C# equivalent of the following Visual Basic properties:
ReadOnly Property
Range(index As String
()) As
IShapeRangeImplements
RangeReadOnly Property
Range(index As Integer
()) As
IShapeRangeImplements
Range
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. |