'宣言 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
。