IChartShape module

class IChartShape.IChartShape

Bases: IShape, IExcelApplication, IChart

abstract property BottomRow: int
<summary>

Bottom row of the chart in the worksheet.

</summary>

abstract property LeftColumn: int
<summary>

Left column of the chart in the worksheet.

</summary>

abstract property RightColumn: int
<summary>

Right column of the chart in the worksheet.

</summary>

abstract property TopRow: int
<summary>

Top row of the chart in the worksheet.

</summary>