XlsChartGridLine
HasFormat3D Property
|
This property Indicates whether the Shadow object has been created(which includes the 3D properties)
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool HasFormat3D { get; }
Public ReadOnly Property HasFormat3D As Boolean
Get
public:
property bool HasFormat3D {
bool get ();
}
member HasFormat3D : bool with get
Property Value
Type:
Boolean
See Also