FlexGrid for WPF
Save(String,FileFormat,Encoding,SaveOptions) メソッド

C1.WPF.FlexGrid.4.6.2 アセンブリ > C1.WPF.FlexGrid 名前空間 > C1FlexGrid クラス > Save メソッド : Save(String,FileFormat,Encoding,SaveOptions) メソッド
保存するファイルの名前。
ファイルの保存に使用するフォーマットを指定する FileFormat値。
ファイルのエンコードを指定する System.Text.Encoding値。
ファイルを保存する際に使用するオプションを指定する SaveOptions値。
グリッドのコンテンツをファイルに保存します。
シンタックス
'宣言
 
Public Overloads Sub Save( _
   ByVal fileName As System.String, _
   ByVal format As FileFormat, _
   ByVal encoding As System.Text.Encoding, _
   ByVal options As SaveOptions _
) 
public void Save( 
   System.string fileName,
   FileFormat format,
   System.Text.Encoding encoding,
   SaveOptions options
)

パラメータ

fileName
保存するファイルの名前。
format
ファイルの保存に使用するフォーマットを指定する FileFormat値。
encoding
ファイルのエンコードを指定する System.Text.Encoding値。
options
ファイルを保存する際に使用するオプションを指定する SaveOptions値。
参照

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