The character used to seperate cells. The default is a ,
Syntax
Visual Basic (Declaration) | |
---|
Public Property CellSeparator As Char |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ReportCsv
Dim value As Char
instance.CellSeparator = value
value = instance.CellSeparator |
C# | |
---|
public char CellSeparator {get; set;} |
Managed Extensions for C++ | |
---|
public: __property char get_CellSeparator();
public: __property void set_CellSeparator(
char value
); |
C++/CLI | |
---|
public:
property char CellSeparator {
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