[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.IShapeRangeProvider.Item

this Property

this[string[]]

返回一个 ShapeRange 对象,该对象表示 Shapes 集合中的一组形状的子集。

Declaration
IShapeRange this[string[] index] { get; }
Parameters
Type Name Description
string[] index

this[int[]]

返回一个 ShapeRange 对象,该对象表示 Shapes 集合中的一组形状的子集。

Declaration
IShapeRange this[int[] index] { get; }
Parameters
Type Name Description
int[] index