GrapeCity.Xaml.SpreadSheet.UI Namespace > GcSpreadSheet Class : OpenTextFileAsync Method |
'Declaration Public Function OpenTextFileAsync( _ ByVal sheetIndex As Integer, _ ByVal stream As Stream, _ ByVal flags As TextFileOpenFlags, _ ByVal rowDelimiter As String, _ ByVal columnDelimiter As String, _ ByVal cellDelimiter As String _ ) As IAsyncAction
'Usage Dim instance As GcSpreadSheet Dim sheetIndex As Integer Dim stream As Stream Dim flags As TextFileOpenFlags Dim rowDelimiter As String Dim columnDelimiter As String Dim cellDelimiter As String Dim value As IAsyncAction value = instance.OpenTextFileAsync(sheetIndex, stream, flags, rowDelimiter, columnDelimiter, cellDelimiter)
public IAsyncAction OpenTextFileAsync( int sheetIndex, Stream stream, TextFileOpenFlags flags, string rowDelimiter, string columnDelimiter, string cellDelimiter )
Target Platforms: Windows Server 2012, Windows RT