ChartSheet
Floor Property
|
Returns a Floor object that represents the floor of the 3-D chart
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public ChartWallOrFloor Floor { get; }
Public ReadOnly Property Floor As ChartWallOrFloor
Get
public:
property ChartWallOrFloor^ Floor {
ChartWallOrFloor^ get ();
}
member Floor : ChartWallOrFloor with get
Property Value
Type:
ChartWallOrFloor
See Also