XlsChartShape
HasFloor Property
|
Gets value indicating whether floor object was created.
Namespace:
Spire.Xls.Core.Spreadsheet.Shapes
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool HasFloor { get; }
Public ReadOnly Property HasFloor As Boolean
Get
public:
property bool HasFloor {
bool get ();
}
member HasFloor : bool with get
Property Value
Type:
Boolean
See Also