SpreadsheetGear 2017
IsInputChar Method (WorkbookView)






SpreadsheetGear.Windows.Forms Namespace > WorkbookView Class : IsInputChar Method
Syntax
'Declaration
 
Protected Overrides Function IsInputChar( _
   ByVal charCode As System.Char _
) As System.Boolean
'Usage
 
Dim instance As WorkbookView
Dim charCode As System.Char
Dim value As System.Boolean
 
value = instance.IsInputChar(charCode)
protected override System.bool IsInputChar( 
   System.char charCode
)
protected function IsInputChar( 
    charCode: System.Char
): System.Boolean; override; 
protected override function IsInputChar( 
   charCode : System.char
) : System.boolean;
protected: System.bool IsInputChar( 
   System.char charCode
) override 
protected:
System.bool IsInputChar( 
   System.char charCode
) override 

Parameters

charCode
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