The character used to quote a cell. The default is "
Syntax
Visual Basic (Declaration) | |
---|
Public Property QuoteChar As Char |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ReportCsv
Dim value As Char
instance.QuoteChar = value
value = instance.QuoteChar |
C# | |
---|
public char QuoteChar {get; set;} |
Managed Extensions for C++ | |
---|
public: __property char get_QuoteChar();
public: __property void set_QuoteChar(
char value
); |
C++/CLI | |
---|
public:
property char QuoteChar {
char get();
void set ( char value);
} |
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family
See Also