'Declaration Public Overloads Function SaveBiffAsync( _ ByVal stream As System.IO.Stream _ ) As System.Threading.Tasks.Task
public System.Threading.Tasks.Task SaveBiffAsync( System.IO.Stream stream )
Parameters
- stream
- System.IO.Stream where the worksheet is saved.
Return Value
The task of represents an asynchronous operation.