Xamarin.Forms のドキュメント
Save(Stream,GridFileFormat,Encoding,GridSaveOptions) メソッド
C1.Xamarin.Forms.Grid アセンブリ > C1.Xamarin.Forms.Grid 名前空間 > FlexGrid クラス > Save メソッド : Save(Stream,GridFileFormat,Encoding,GridSaveOptions) メソッド
コンテンツが保存される System.IO.Stream
ファイルの保存に使用するフォーマットを指定する GridFileFormat 値。
ファイルのエンコードを指定する System.Text.Encoding 値。
ファイルを保存する際に使用するオプションを指定する GridSaveOptions 値。
グリッドのコンテンツをストリームに保存します。
シンタックス
public void Save( 
   System.IO.Stream stream,
   GridFileFormat format,
   System.Text.Encoding encoding,
   GridSaveOptions options
)

パラメータ

stream
コンテンツが保存される System.IO.Stream
format
ファイルの保存に使用するフォーマットを指定する GridFileFormat 値。
encoding
ファイルのエンコードを指定する System.Text.Encoding 値。
options
ファイルを保存する際に使用するオプションを指定する GridSaveOptions 値。
解説
呼び出し元は、System.IO.Stream を閉じる必要があります。
参照

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