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

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

パラメータ

sw
コンテンツが保存される System.IO.StreamWriter
format
ファイルの保存に使用するフォーマットを指定する FileFormat 値。
options
ファイルを保存する際に使用するオプションを指定する SaveOptions 値。
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