GrapeCity.Win.MultiRow.v120 アセンブリ > GrapeCity.Win.MultiRow 名前空間 > GcMultiRow クラス > SaveTextFile メソッド : SaveTextFile(Stream,Encoding,String,String,String,Boolean,Boolean,Boolean,Boolean) メソッド |
Public Overloads Sub SaveTextFile( _ ByVal stream As Stream, _ ByVal encoding As Encoding, _ ByVal rowDelimiter As String, _ ByVal columnDelimiter As String, _ ByVal cellDelimiter As String, _ ByVal forceCellDelimiter As Boolean, _ ByVal exportRowHeader As Boolean, _ Optional ByVal exportColumnHeader As Boolean, _ Optional ByVal keepPinnedRowsToTop As Boolean _ )
public void SaveTextFile( Stream stream, Encoding encoding, string rowDelimiter, string columnDelimiter, string cellDelimiter, bool forceCellDelimiter, bool exportRowHeader, bool exportColumnHeader, bool keepPinnedRowsToTop )