ExternalLink
IsVisible Property
|
Gets a value indicating whether the item is visible.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool IsVisible { get; }
Public ReadOnly Property IsVisible As Boolean
Get
public:
property bool IsVisible {
bool get ();
}
member IsVisible : bool with get
Property Value
Type:
Boolean
See Also