'Declaration Public Overloads Sub SetCsv( _ ByVal row As System.Integer, _ ByVal column As System.Integer, _ ByVal text As System.String, _ ByVal rowDelimiter As System.String, _ ByVal columnDelimiter As System.String, _ ByVal cellDelimiter As System.String _ )
'Usage Dim instance As Worksheet Dim row As System.Integer Dim column As System.Integer Dim text As System.String Dim rowDelimiter As System.String Dim columnDelimiter As System.String Dim cellDelimiter As System.String instance.SetCsv(row, column, text, rowDelimiter, columnDelimiter, cellDelimiter)
public void SetCsv( System.int row, System.int column, System.string text, System.string rowDelimiter, System.string columnDelimiter, System.string cellDelimiter )
Parameters
- row
- The start row.
- column
- The start column.
- text
- The CSV text.
- rowDelimiter
- The row delimiter.
- columnDelimiter
- The column delimiter.
- cellDelimiter
- The cell delimiter.