XlsShapeFill
Visible Property
|
Represents if XlsFill style visible.
Namespace:
Spire.Xls.Core.Spreadsheet.Shapes
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public virtual bool Visible { get; set; }
Public Overridable Property Visible As Boolean
Get
Set
public:
virtual property bool Visible {
bool get ();
void set (bool value);
}
abstract Visible : bool with get, set
override Visible : bool with get, set
Property Value
Type:
Boolean
Implements
IShapeFill
Visible
See Also