Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / SpreadSerializer Class / LoadTextFile Method / LoadTextFile(SheetView,Boolean,IncludeHeaders,String,String,String,String,Boolean) Method
Sheet into which to load the text data
Whether to bypass formatting
Whether headers are handled as data
Row delimiter string
Column delimiter string
Cell delimiter string
String that contains data to load
Whether to load formulas


In This Topic
    LoadTextFile(SheetView,Boolean,IncludeHeaders,String,String,String,String,Boolean) Method
    In This Topic
    Loads the text (string) data with the specified formatting.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Sub LoadTextFile( _
       ByVal sheetView As SheetView, _
       ByVal unformatted As Boolean, _
       ByVal includeHeaders As IncludeHeaders, _
       ByVal rowDelimiter As String, _
       ByVal columnDelimiter As String, _
       ByVal cellDelimiter As String, _
       ByVal data As String, _
       ByVal loadFormulas As Boolean _
    ) 
    'Usage
     
    
    Dim sheetView As SheetView
    Dim unformatted As Boolean
    Dim includeHeaders As IncludeHeaders
    Dim rowDelimiter As String
    Dim columnDelimiter As String
    Dim cellDelimiter As String
    Dim data As String
    Dim loadFormulas As Boolean
     
    SpreadSerializer.LoadTextFile(sheetView, unformatted, includeHeaders, rowDelimiter, columnDelimiter, cellDelimiter, data, loadFormulas)

    Parameters

    sheetView
    Sheet into which to load the text data
    unformatted
    Whether to bypass formatting
    includeHeaders
    Whether headers are handled as data
    rowDelimiter
    Row delimiter string
    columnDelimiter
    Column delimiter string
    cellDelimiter
    Cell delimiter string
    data
    String that contains data to load
    loadFormulas
    Whether to load formulas
    See Also