Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / SerializationOptions Class
Properties

In This Topic
    SerializationOptions Class Members
    In This Topic

    The following tables list the members exposed by SerializationOptions.

    Public Constructors
     NameDescription
    Public Constructor Constructor  
    Top
    Public Properties
     NameDescription
    Public Property Gets or sets whether to export shared formula when serialize the workbook or worksheet to JSON. Default value is true.  
    Public Property Gets or sets whether to ignore below information to JSON file which is out of used range when exporting to JSON. Default value is true. - row style - column style - row height - column width  
    Public Property Whether to ignore the formula when serialize the workbook or worksheet to JSON. Default value is false.  
    Public Property Gets or sets whether to ignore data out of the RowCount and ColumnCount when exporting to JSON. Default value is false.  
    Public Property Gets or sets whether to ignore the sheets when exporting to JSON. Default value is false.  
    Public Property Whether to ignore the style when serialize the workbook or worksheet to JSON. Default value is false.  
    Top
    See Also