XlsChartShape
HasWalls 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 HasWalls { get; }
Public ReadOnly Property HasWalls As Boolean
Get
public:
property bool HasWalls {
bool get ();
}
member HasWalls : bool with get
Property Value
Type:
Boolean
See Also