'Declaration Public Overloads Function LoadBiffAsync( _ ByVal fileName As System.String, _ Optional ByVal fillSheets As System.Boolean _ ) As System.Threading.Tasks.Task
public System.Threading.Tasks.Task LoadBiffAsync( System.string fileName, System.bool fillSheets )
Parameters
- fileName
- Name of the file to save.
- fillSheets
- True to load data into the sheets (by default); False to read the sheet names only.
Return Value
The task of represents an asynchronous operation.