Class PivotViewToJsonOptions

PivotViewToJsonOptions class

The options of exporting pivot view as json.

public class PivotViewToJsonOptions

Constructors

NameDescription
PivotViewToJsonOptions()The options for exporting pivot view to JSON.

Properties

NameDescription
FileName { get; set; }Gets and sets the file which stores exported JSON.
Indent { get; set; }Indicates the indent.

See Also