Method Load
Load(string)
Loads the contents of the file into the TextView.
public bool Load(string path)
Parameters
path
stringPath to the file to load.
Returns
- bool
true
, if file was loaded,false
otherwise.
Load(Stream)
Loads the contents of the stream into the TextView.
public void Load(Stream stream)
Parameters
stream
StreamStream to load the contents from.
Load(List<Cell>)
public void Load(List<Cell> cells)
Parameters
Load(List<List<Cell>>)
public void Load(List<List<Cell>> cellsList)