Shapes

class Shapes(impl)

在指定的工作表中的所有形状对象( shape )的集合:

>>> import xlwings as xw
>>> xw.books['Book1'].sheets[0].shapes
Shapes([<Shape 'Oval 1' in <Sheet [Book1]Sheet1>>,
        <Shape 'Rectangle 1' in <Sheet [Book1]Sheet1>>])

Added in version 0.9.0.

property api

返回正在使用的引擎的原生对象( pywin32appscript 对象)。

property count

返回集合中的对象数。