JsonUtility.ExportRangeToJson

ExportRangeToJson(Range, ExportRangeToJsonOptions)

Exporting the range to json file.

[Obsolete("Use ExportRangeToJson(Range range, JsonSaveOptions options) method instead.")]
[EditorBrowsable(EditorBrowsableState.Never)]
public static string ExportRangeToJson(Range range, ExportRangeToJsonOptions options)
ParameterTypeDescription
rangeRangeThe range.
optionsExportRangeToJsonOptionsThe options of exporting.

Return Value

The json string value.

Remarks

NOTE: This member is now obsolete. Instead, please use ExportRangeToJson(Range range, JsonSaveOptions options) method. This property will be removed 6 months later since November 2022. Aspose apologizes for any inconvenience you may have experienced.

See Also


ExportRangeToJson(Range, JsonSaveOptions)

Exporting the range to json file.

public static string ExportRangeToJson(Range range, JsonSaveOptions options)
ParameterTypeDescription
rangeRangeThe range.
optionsJsonSaveOptionsThe options of exporting.

Return Value

The json string value.

See Also