'Declaration
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)> Protected Overridable Sub SetVisibleCore( _ ByVal value As System.Boolean _ )
'Usage
Dim instance As WorkbookDesigner Dim value As System.Boolean instance.SetVisibleCore(value)
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)] protected virtual void SetVisibleCore( System.bool value )
protected procedure SetVisibleCore( value: System.Boolean ); virtual;
System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced) protected function SetVisibleCore( value : System.boolean );
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)] protected: virtual void SetVisibleCore( System.bool value )
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)] protected: virtual void SetVisibleCore( System.bool value )
Parameters
- value