GrapeCity.Windows.SpreadSheet.Data Namespace > Worksheet Class : ParseCsv Method |
'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 )
Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6