Table of Contents

Interface IChartShape

Namespace
Spire.Xls.Core
Assembly
Spire.XLS.dll
public interface IChartShape : IShape, IExcelApplication, IChart
Inherited Members

Properties

BottomRow

Bottom row of the chart in the worksheet.

int BottomRow { get; set; }

Property Value

int

LeftColumn

Left column of the chart in the worksheet.

int LeftColumn { get; set; }

Property Value

int

RightColumn

Right column of the chart in the worksheet.

int RightColumn { get; set; }

Property Value

int

TopRow

Top row of the chart in the worksheet.

int TopRow { get; set; }

Property Value

int