ExportRangeToJsonOptions Class

ExportRangeToJsonOptions class

Indicates the options that exporting range to json.


type ExportRangeToJsonOptions struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription
NewExportRangeToJsonOptionsDefault constructor.

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetHasHeaderRowIndicates whether the range contains header row.
SetHasHeaderRowIndicates whether the range contains header row.
GetExportAsStringExports the string value of the cells to json.
SetExportAsStringExports the string value of the cells to json.
GetExportEmptyCellsIndicates whether exporting empty cells as null.
SetExportEmptyCellsIndicates whether exporting empty cells as null.
GetIndentIndicates the indent.
SetIndentIndicates the indent.