public static void ToTable( string sourceString, string rowSplitter, string rowSplitterType, string colSplitter, string colSplitterType, IZennoPosterProjectModel project, IZennoTable table )
Parameters
- sourceString
Type: System.String
The source string.
- rowSplitter
Type: System.String
The splitter of the rows in String object.
- rowSplitterType
Type: System.String
The split type of the rows in String object. It can have the following values: Text or Regex.
- colSplitter
Type: System.String
The splitter of the colums in String object.
- colSplitterType
Type: System.String
The split type of the colums in String object. It can have the following values: Text or Regex.
- project
Type: IZennoPosterProjectModel
The project object in which need store the data.
- table
Type: IZennoTable
The table object in which need store the data.