FlexGrid for UWP/WinRT
Save(Stream,FileFormat,SaveOptions) メソッド

コンテンツが保存される System.IO.Stream
ファイルの保存に使用するフォーマットを指定する FileFormat 値。
ファイルを保存する際に使用するオプションを指定する SaveOptions 値。
グリッドのコンテンツをストリームに保存します。
構文
'宣言
 
Public Overloads Sub Save( _
   ByVal stream As System.IO.Stream, _
   ByVal format As FileFormat, _
   ByVal options As SaveOptions _
) 
public void Save( 
   System.IO.Stream stream,
   FileFormat format,
   SaveOptions options
)

パラメータ

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

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

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

Send Feedback