deDesign..::..replaceRowColumnDelimiters Method
Perform replacements of the row and column delimiters
Namespace:
FlowWright.cDevDeAPIAssembly: cDevDeAPI (in cDevDeAPI.dll)
Syntax
public bool replaceRowColumnDelimiters( string oldRowDelimiter, string oldColumnDelimiter, string newRowDelimiter, string newColumnDelimiter, string oDefinitionID )
Parameters
- oldRowDelimiter
- Type: String
The old row delimiter.
- oldColumnDelimiter
- Type: String
The old column delimiter.
- newRowDelimiter
- Type: String
The new row delimiter.
- newColumnDelimiter
- Type: String
The new column delimiter.
- oDefinitionID
- Type: String
The o definition identifier.