CommentsRange
ThreeD Property
|
Gets the chart3D properties.
Namespace:
Spire.Xls.Core.Spreadsheet.Shapes
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public IFormat3D ThreeD { get; }
Public ReadOnly Property ThreeD As IFormat3D
Get
public:
virtual property IFormat3D^ ThreeD {
IFormat3D^ get () sealed;
}
abstract ThreeD : IFormat3D with get
override ThreeD : IFormat3D with get
Property Value
Type:
IFormat3D
The chart3D properties.
Return Value
Type:
IFormat3D
The chart3D properties.
Implements
IShape
ThreeD
Exceptions
Exception
|
Condition
|
NotSupportedException
|
This property can not be supported.
|
See Also