'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