True DBGrid for WinForms
ExportToDelimitedFile(String,RowSelectorEnum,String,String,String,Boolean,String,Boolean) メソッド

C1.Win.C1TrueDBGrid.4.5.2 アセンブリ > C1.Win.C1TrueDBGrid 名前空間 > C1TrueDBGrid クラス > ExportToDelimitedFile メソッド : ExportToDelimitedFile(String,RowSelectorEnum,String,String,String,Boolean,String,Boolean) メソッド
Exports the specified rows from the grid to the specified file as delimited text in given encoding name with disabled preamble.
シンタックス
'宣言
 
Public Overloads Sub ExportToDelimitedFile( _
   ByVal filename As System.String, _
   ByVal selector As RowSelectorEnum, _
   ByVal delim As System.String, _
   ByVal prefix As System.String, _
   ByVal suffix As System.String, _
   ByVal headers As System.Boolean, _
   ByVal encoding As System.String, _
   ByVal disablePreamble As System.Boolean _
) 
public void ExportToDelimitedFile( 
   System.string filename,
   RowSelectorEnum selector,
   System.string delim,
   System.string prefix,
   System.string suffix,
   System.bool headers,
   System.string encoding,
   System.bool disablePreamble
)

パラメータ

filename
selector
delim
prefix
suffix
headers
encoding
disablePreamble
参照

C1TrueDBGrid クラス
C1TrueDBGrid メンバ
オーバーロード一覧