SPREAD for WPF 4.0J - GcSpreadSheet
Export メソッド (ICellExporter)

GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet.IO.OpenXml 名前空間 > ICellExporter インターフェース : Export メソッド
エクスポートコンテキストを示す ExportContext オブジェクト。
セルの行インデックスを示す整数値。
セルの列インデックスを示す整数値。
セルの値。
セルの表現。
セルスタイルのID。 セルスタイルを取得するには、%Export(ExportContext, object, int, IPrimitiveValue)%を使用します。
変換されたデータを格納するGrapeCity.CalcEngine.PrimitiveValue 値。
指定した値を対応するOpenXMLデータ型に変換します。
シンタックス
'宣言
 
Function Export( _
   ByVal context As ExportContext, _
   ByVal row As System.Integer, _
   ByVal column As System.Integer, _
   ByVal value As System.Object, _
   ByVal expression As Expression, _
   ByVal cellStyleId As System.Integer, _
   ByVal result As IPrimitiveValue _
) As System.Boolean
System.bool Export( 
   ExportContext context,
   System.int row,
   System.int column,
   System.object value,
   Expression expression,
   System.int cellStyleId,
   IPrimitiveValue result
)

パラメータ

context
エクスポートコンテキストを示す ExportContext オブジェクト。
row
セルの行インデックスを示す整数値。
column
セルの列インデックスを示す整数値。
value
セルの値。
expression
セルの表現。
cellStyleId
セルスタイルのID。 セルスタイルを取得するには、%Export(ExportContext, object, int, IPrimitiveValue)%を使用します。
result
変換されたデータを格納するGrapeCity.CalcEngine.PrimitiveValue 値。

戻り値の型

指定した値をOpenXML形式にエクスポートできる場合はtrue、それ以外の場合はfalse
参照

ICellExporter インターフェース
ICellExporter メンバ