Windward Studios API Reference
CellSeparator Property
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > ReportCsv Class : CellSeparator Property




Glossary Item Box

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 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software