'Declaration Public Overloads Sub LoadTextFile( _ ByVal stream As Stream, _ ByVal unformatted As Boolean _ )
'Usage Dim instance As SheetView Dim stream As Stream Dim unformatted As Boolean instance.LoadTextFile(stream, unformatted)
public void LoadTextFile( Stream stream, bool unformatted )
Parameters
- stream
- Stream from which to load the sheet
- unformatted
- Whether to load the data unformatted