Aspose::Cells::Utility::JsonUtility::ExportRangeToJson method
JsonUtility::ExportRangeToJson method
Exporting the range to json file.
static U16String Aspose::Cells::Utility::JsonUtility::ExportRangeToJson(const Range &range, const JsonSaveOptions &options)
Parameter | Type | Description |
---|---|---|
range | const Range& | The range. |
options | const JsonSaveOptions& | The options of exporting. |
ReturnValue
The json string value.
See Also
- Class U16String
- Class Vector
- Class Range
- Class JsonSaveOptions
- Class JsonUtility
- Namespace Aspose::Cells::Utility
- Library Aspose.Cells for C++