Aspose::Cells::Utility::ExportRangeToJsonOptions class

ExportRangeToJsonOptions class

Indicates the options that exporting range to json.

class ExportRangeToJsonOptions

Methods

MethodDescription
ExportRangeToJsonOptions()Default constructor.
ExportRangeToJsonOptions(ExportRangeToJsonOptions_Impl* impl)Constructs from an implementation object.
ExportRangeToJsonOptions(const ExportRangeToJsonOptions& src)Copy constructor.
GetExportAsString()Exports the string value of the cells to json.
GetExportEmptyCells()Indicates whether exporting empty cells as null.
GetHasHeaderRow()Indicates whether the range contains header row.
GetIndent()Indicates the indent.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const ExportRangeToJsonOptions& src)operator=
SetExportAsString(bool value)Exports the string value of the cells to json.
SetExportEmptyCells(bool value)Indicates whether exporting empty cells as null.
SetHasHeaderRow(bool value)Indicates whether the range contains header row.
SetIndent(const U16String& value)Indicates the indent.
SetIndent(const char16_t* value)Indicates the indent.
~ExportRangeToJsonOptions()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also