SpreadsheetGear 2017
Focus Method (WorkbookView)






SpreadsheetGear.Windows.Forms Namespace > WorkbookView Class : Focus Method
Syntax
'Declaration
 
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Function Focus() As System.Boolean
'Usage
 
Dim instance As WorkbookView
Dim value As System.Boolean
 
value = instance.Focus()
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
public System.bool Focus()
public function Focus(): System.Boolean; 
System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)
public function Focus() : System.boolean;
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
public: System.bool Focus(); 
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
public:
System.bool Focus(); 
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WorkbookView Class
WorkbookView Members