'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