In This Topic
Loads data from a file containing comma-separated values (.csv) into the current sheet.
Syntax
'Declaration
Public Overloads Sub LoadCsv( _
ByVal As String _
)
public void LoadCsv(
string
)
Parameters
- fileName
- The name of a file containing data in .csv format.
See Also