Interface IChartShape
public interface IChartShape : IShape, IExcelApplication, IChart
- Inherited Members
Properties
BottomRow
Bottom row of the chart in the worksheet.
int BottomRow { get; set; }
Property Value
LeftColumn
Left column of the chart in the worksheet.
int LeftColumn { get; set; }
Property Value
RightColumn
Right column of the chart in the worksheet.
int RightColumn { get; set; }
Property Value
TopRow
Top row of the chart in the worksheet.
int TopRow { get; set; }