GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet.IO.OpenXml 名前空間 > ICellExporter インターフェース : Export メソッド |
'宣言
Function Export( _ ByVal context As ExportContext, _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal value As Object, _ ByVal expression As Expression, _ ByVal cellStyleId As Integer, _ ByVal result As IPrimitiveValue _ ) As Boolean
bool Export( ExportContext context, int row, int column, object value, Expression expression, int cellStyleId, IPrimitiveValue result )
true
、それ以外の場合はfalse
。