Aspose::Cells::Utility::ExportRangeToJsonOptions class
Contents
[
Hide
]ExportRangeToJsonOptions class
Indicates the options that exporting range to json.
class ExportRangeToJsonOptions
Methods
| Method | Description |
|---|---|
| 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() const | Checks whether the implementation object is nullptr. |
| explicit operator bool() const | operator 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
| Field | Description |
|---|---|
| _impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Utility
- Library Aspose.Cells for C++