'Declaration Public Overloads Sub LoadTextFile( _ ByVal fileName As String, _ ByVal unformatted As Boolean _ )
'Usage Dim instance As SheetView Dim fileName As String Dim unformatted As Boolean instance.LoadTextFile(fileName, unformatted)
public void LoadTextFile( string fileName, bool unformatted )
Parameters
- fileName
- Path and name of the file from which to load the sheet
- unformatted
- Whether to load the data unformatted