[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Forms.IGroupBox.Display3DShading

Display3DShading Property

Display3DShading

Gets or sets whether the group box uses 3D style.

Returns true if 3D shading is displayed for the group box; otherwise, false.

Declaration
bool Display3DShading { get; set; }
Property Display3DShading As Boolean
Examples
IGroupBox groupBox = worksheet.Controls.AddGroupBox(20, 20, 140, 80);
groupBox.Text = "Priority";
groupBox.Display3DShading = true;
bool display3DShading = groupBox.Display3DShading;