DataImport.Import Method

Imports the specified file name.
public void Import( 
string fileName
string symbol
int type 
)
This language is not supported or no code example is available.
public:  
void Import( 
String^ fileName
String^ symbol
int type 
)
This language is not supported or no code example is available.
public function Import( 
fileName : String
symbol : String
type : int 
);
This language is not supported or no code example is available.

Parameters

fileName
string

Name of the file.

symbol
string

The symbol.

type
int

The type.

In this article

Definition