Click or drag to resize

XlsShape Visible Property

Gets or sets the visibility of the shape. When set to true, the shape is visible; when set to false, the shape is hidden.

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

Property Value

Type: Boolean

Implements

IShape Visible
See Also