'宣言 Public Overloads Function ParseStatement( _ ByVal statement As System.String _ ) As System.Exception
'使用法 Dim instance As C1FlexReport Dim statement As System.String Dim value As System.Exception value = instance.ParseStatement(statement)
public System.Exception ParseStatement( System.string statement )
パラメータ
- statement