Escape Sequence Represents 
\a Bell (alert) 
\b Backspace 
\f Formfeed 
\n New line 
\r Carriage return 
\t Horizontal tab 
\v Vertical tab 
\' Single quotation  
\"  Double quotation  
\\ Backslash 
\? Literal question  
\ooo ASCII character in octal notation 
\xhh ASCII character in hexadecimal notation 
\xhhhh Unicode character in hexadecimal notation if this escape sequence is used in a wide-character constant or a Unicode string literal. 
For example, WCHAR f = L'\x4e00' or WCHAR b[] = L"The Chinese character for one is \x4e00".
 

解决方案 »

  1.   

    查一查转义字符表,楼上的老兄已经说得很清楚了,
    第二个问题应该使用OleDataReader进行查询返回值读写,去查一查帮助,里面写得很详细.
      

  2.   

    你两个带星号的语句其实就是两个函数调用,在C#中调用的方法是一样的呀,只是你这里用到了VBTAB常量,转换成C#常量就行了,我不明白VBTAB是字符还是字符串,如果是字符——'\t',如果是字符串——"\t"。
    至adClipString和wdTableFormatColorful2,我也不明白在VB中是什么意思,你可以翻阅相关资料。