FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class > LoadTextFile Method : LoadTextFile(String,Boolean,IncludeHeaders,Boolean,String,String,String) Method |
'Declaration Public Overloads Sub LoadTextFile( _ ByVal fileName As String, _ ByVal unformatted As Boolean, _ ByVal includeHeaders As IncludeHeaders, _ ByVal includeFooter As Boolean, _ ByVal rowDelimiter As String, _ ByVal columnDelimiter As String, _ ByVal cellDelimiter As String _ )
'Usage Dim instance As SheetView Dim fileName As String Dim unformatted As Boolean Dim includeHeaders As IncludeHeaders Dim includeFooter As Boolean Dim rowDelimiter As String Dim columnDelimiter As String Dim cellDelimiter As String instance.LoadTextFile(fileName, unformatted, includeHeaders, includeFooter, rowDelimiter, columnDelimiter, cellDelimiter)
public void LoadTextFile( string fileName, bool unformatted, IncludeHeaders includeHeaders, bool includeFooter, string rowDelimiter, string columnDelimiter, string cellDelimiter )
FpSpread1.Sheets[0].LoadTextFile("c:\\controls\\textfile1.txt", true, FarPoint.Web.Spread.Model.IncludeHeaders.None, "#", "%", "^"); //FpSpread1.Sheets[0].LoadTextFile("c:\\controls\\textfile1.txt", true, FarPoint.Web.Spread.Model.IncludeHeaders.None, false, "#", "", "^"); //FpSpread1.Sheets[0].LoadTextFile("c", "^", System.Text.Encoding.ASCII); //FpSpread1.Sheets[0].LoadTextFile("c:\\controls\\textfile1.txt", true, FarPoint.Web.Spread.Model.IncludeHeaders.None, false, "#", "", "^", System.Text.Encoding.ASCII); //FpSpread1.Sheets[0].LoadTextFile("c", "^", System.Text.Encoding.ASCII, false); //FpSpread1.Sheets[0].LoadTextFile("c:\\controls\\textfile1.txt", true, FarPoint.Web.Spread.Model.IncludeHeaders.None, false, "#", "%", "^", System.Text.Encoding.ASCII, false);
FpSpread1.Sheets(0).LoadTextFile("c:\controls\textfile1.txt", True, FarPoint.Web.Spread.Model.IncludeHeaders.None, "#", "%", "^") 'FpSpread1.Sheets(0).LoadTextFile("c:\controls\textfile1.txt", True, FarPoint.Web.Spread.Model.IncludeHeaders.None, False, "#", "", "^") 'FpSpread1.Sheets(0).LoadTextFile("c", "^", System.Text.Encoding.ASCII) 'FpSpread1.Sheets(0).LoadTextFile("c:\controls\textfile1.txt", True, FarPoint.Web.Spread.Model.IncludeHeaders.None, False, "#", "", "^", System.Text.Encoding.ASCII) 'FpSpread1.Sheets(0).LoadTextFile("c", "^", System.Text.Encoding.ASCII, False) 'FpSpread1.Sheets(0).LoadTextFile("c:\controls\textfile1.txt", True, FarPoint.Web.Spread.Model.IncludeHeaders.None, False, "#", "%", "^", System.Text.Encoding.ASCII, False)
Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional