Chameleon and Iguana Plugin C# Class Libraries |
|
Config.SetDelimiterChar Method
Set the delimiter character at charIndex
to newValue
.
[Visual Basic]
Public Sub SetDelimiterChar( _
ByVal
charIndex As
Integer, _
ByVal
newValue As
Integer _
)
[C#]
public
void SetDelimiterChar(
int charIndex,
int newValue);
Remarks
See http://www.interfaceware.com/manual/delimiter_characters.html for more information on delimiter characters.
See Also
Config Class | iNTERFACEWARE.Chameleon Namespace