XlsChartShape
SupportWallsAndFloor Property
|
Indicates whether this chart supports walls and 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 bool SupportWallsAndFloor { get; }
Public ReadOnly Property SupportWallsAndFloor As Boolean
Get
public:
property bool SupportWallsAndFloor {
bool get ();
}
member SupportWallsAndFloor : bool with get
Property Value
Type:
Boolean
See Also