FlexGrid for WPF
Save(StreamWriter,GridFileFormat,GridSaveOptions) メソッド

C1.WPF.Grid アセンブリ > C1.WPF.Grid 名前空間 > FlexGrid クラス > Save メソッド : Save(StreamWriter,GridFileFormat,GridSaveOptions) メソッド
コンテンツが保存される System.IO.StreamWriter
ファイルの保存に使用するフォーマットを指定する GridFileFormat 値。
ファイルを保存する際に使用するオプションを指定する GridSaveOptions 値。
グリッドのコンテンツを System.IO.StreamWriter に保存します。
シンタックス
'宣言
 
Public Overloads Sub Save( _
   ByVal sw As System.IO.StreamWriter, _
   ByVal format As GridFileFormat, _
   ByVal options As GridSaveOptions _
) 
public void Save( 
   System.IO.StreamWriter sw,
   GridFileFormat format,
   GridSaveOptions options
)

パラメータ

sw
コンテンツが保存される System.IO.StreamWriter
format
ファイルの保存に使用するフォーマットを指定する GridFileFormat 値。
options
ファイルを保存する際に使用するオプションを指定する GridSaveOptions 値。
参照

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