Document Solutions for Excel, .NET Edition | Document Solutions
Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace
/
Workbook Class
/ ValueJsonSerializer Property
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
ValueJsonSerializer Property
In This Topic
Gets or sets the json serializer/deserializer for custom cell values
Syntax
C#
public
static
IJsonSerializer
ValueJsonSerializer {
get
;
set
;}
Property Value
The
IJsonSerializer
which will be used in all workbooks.
Remarks
Be aware of thread safety and JSON element injection problems when you are implementing the
IJsonSerializer
.
See Also
Reference
Workbook Class
Workbook Members