Workbook
IsHideWindow Property
|
Hide window
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool IsHideWindow { get; set; }
Public Property IsHideWindow As Boolean
Get
Set
public:
property bool IsHideWindow {
bool get ();
void set (bool value);
}
member IsHideWindow : bool with get, set
Property Value
Type:
Boolean
See Also