Spread WPF 17
GrapeCity.CalcEngine Namespace / CalcParseException Class / GetType Method


In This Topic
    GetType Method (CalcParseException)
    In This Topic
    Syntax
    'Declaration
     
    <__DynamicallyInvokableAttribute()>
    Public Function GetType() As Type
    'Usage
     
    Dim instance As CalcParseException
    Dim value As Type
     
    value = instance.GetType()
    [__DynamicallyInvokable()]
    public Type GetType()
    See Also