ExportRangeToJsonOptions Class
ExportRangeToJsonOptions class
Indicates the options that exporting range to json.
type ExportRangeToJsonOptions struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|---|
| NewExportRangeToJsonOptions | Default constructor. |
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| GetHasHeaderRow | Indicates whether the range contains header row. |
| SetHasHeaderRow | Indicates whether the range contains header row. |
| GetExportAsString | Exports the string value of the cells to json. |
| SetExportAsString | Exports the string value of the cells to json. |
| GetExportEmptyCells | Indicates whether exporting empty cells as null. |
| SetExportEmptyCells | Indicates whether exporting empty cells as null. |
| GetIndent | Indicates the indent. |
| SetIndent | Indicates the indent. |