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