Click or drag to resize

XlsGroupBoxShape Display3DShading Property

Gets or sets a value indicating whether 3D shading is applied to the group box.

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 Display3DShading { get; set; }

Return Value

Type: Boolean
A boolean value where true indicates that 3D shading is applied, and false indicates that it is not.

Implements

IGroupBox Display3DShading
See Also