XlsChartShape
PageSetup Property
|
Page setup for the chart. Read-only.
Namespace:
Spire.Xls.Core.Spreadsheet.Shapes
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public IChartPageSetup PageSetup { get; }
Public ReadOnly Property PageSetup As IChartPageSetup
Get
public:
virtual property IChartPageSetup^ PageSetup {
IChartPageSetup^ get () sealed;
}
abstract PageSetup : IChartPageSetup with get
override PageSetup : IChartPageSetup with get
Property Value
Type:
IChartPageSetup
Implements
IChart
PageSetup
See Also