クリックまたはドラッグしてリサイズ
C1FlexGridSave メソッド (StreamWriter, FileFormat, SaveOptions)
グリッドのコンテンツを StreamWriter に保存します。

名前空間: C1.WPF.FlexGrid
アセンブリ: C1.WPF.FlexGrid.4 (C1.WPF.FlexGrid.4.dll 内) バージョン: 4.0.20161.507 (4.0.20161.507)
構文
public void Save(
	StreamWriter sw,
	FileFormat format,
	SaveOptions options
)

パラメータ

sw
型: System.IOStreamWriter
コンテンツが保存される StreamWriter
format
型: C1.WPF.FlexGridFileFormat
ファイルの保存に使用するフォーマットを指定する FileFormat 値。
options
型: C1.WPF.FlexGridSaveOptions
ファイルを保存する際に使用するオプションを指定する SaveOptions 値。
参照