XlsChartShape
Walls Property
 | 
Represents chart walls. 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 IChartWallOrFloor Walls { get; }
 
Public ReadOnly Property Walls As IChartWallOrFloor
	Get
 
public:
virtual property IChartWallOrFloor^ Walls {
	IChartWallOrFloor^ get () sealed;
}
 
abstract Walls : IChartWallOrFloor with get
override Walls : IChartWallOrFloor with get
 
 
 
Property Value
Type:
IChartWallOrFloor
Implements
IChart
Walls
 
See Also