Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / LoadTextFileRange Method / LoadTextFileRange(String,CellRange,TextFileFlags) Method
Path and name of the file to load
Specifies range process the data when loading from a text file
Specifies how to process the data when loading from a text file


In This Topic
    LoadTextFileRange(String,CellRange,TextFileFlags) Method
    In This Topic
    Loads delimited text from a specified file into the sheet.
    Syntax
    'Declaration
     
    
    Public Overloads Sub LoadTextFileRange( _
       ByVal fileName As String, _
       ByVal cellRange As CellRange, _
       ByVal textFileFlags As TextFileFlags _
    ) 
    'Usage
     
    
    Dim instance As SheetView
    Dim fileName As String
    Dim cellRange As CellRange
    Dim textFileFlags As TextFileFlags
     
    instance.LoadTextFileRange(fileName, cellRange, textFileFlags)
    public void LoadTextFileRange( 
       string fileName,
       CellRange cellRange,
       TextFileFlags textFileFlags
    )

    Parameters

    fileName
    Path and name of the file to load
    cellRange
    Specifies range process the data when loading from a text file
    textFileFlags
    Specifies how to process the data when loading from a text file
    See Also