Spread WPF Documentation
ParseCsv Method


The text to parse.
The row delimiter.
The column delimiter.
The cell delimiter.
Parses the string to a two dimensional array.
Syntax
'Declaration
 
Public Shared Function ParseCsv( _
   ByVal text As System.String, _
   ByVal rowDelimiter As System.String, _
   ByVal columnDelimiter As System.String, _
   ByVal cellDelimiter As System.String _
) As System.String(,)
'Usage
 
Dim text As System.String
Dim rowDelimiter As System.String
Dim columnDelimiter As System.String
Dim cellDelimiter As System.String
Dim value() As System.String
 
value = Worksheet.ParseCsv(text, rowDelimiter, columnDelimiter, cellDelimiter)
public static System.string[,] ParseCsv( 
   System.string text,
   System.string rowDelimiter,
   System.string columnDelimiter,
   System.string cellDelimiter
)

Parameters

text
The text to parse.
rowDelimiter
The row delimiter.
columnDelimiter
The column delimiter.
cellDelimiter
The cell delimiter.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

Worksheet Class
Worksheet Members

 

 


Copyright © GrapeCity, inc. All rights reserved.