GrapeCity SPREAD for WPF 2.0J
SaveExcel(Stream,ExcelSaveSettings) メソッド

保存する System.IO.Stream
Excel ファイルの保存時に使用される設定を定義する ExcelSaveSettings インスタンス。
GcSpreadGrid の値、書式、および設定を指定したストリームにExcel(設定に応じて *.xls または *.xlsx)形式で保存します。既定では、XLS ファイル形式が使用されます。
構文
'Declaration
 
Public Overloads Sub SaveExcel( _
   ByVal stream As Stream, _
   Optional ByVal settings As ExcelSaveSettings _
) 
public void SaveExcel( 
   Stream stream,
   ExcelSaveSettings settings
)

パラメータ

stream
保存する System.IO.Stream
settings
Excel ファイルの保存時に使用される設定を定義する ExcelSaveSettings インスタンス。
例外
例外説明
System.ArgumentNullExceptionstream が null 参照 (Visual Basicでは Nothing) です。
System.ArgumentExceptionstream が書き込み可能ではありません。
参照

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

 

 


Copyright © 2012 GrapeCity inc. All rights reserved.