Skip to main content
A newer version of this page is available. .

PivotGridTextsBuilder Members

Provides methods that allow you to configure nested options of the client-side texts object.

Constructors

Name Description
PivotGridTextsBuilder(OptionsOwnerContext) For internal use only. Initializes a new PivotGridTextsBuilder class instance.

Methods

Name Description
CollapseAll(JS) Mirrors the client-side collapseAll option.
CollapseAll(String) Mirrors the client-side collapseAll option.
DataNotAvailable(JS) Mirrors the client-side dataNotAvailable option.
DataNotAvailable(String) Mirrors the client-side dataNotAvailable option.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
ExpandAll(JS) Mirrors the client-side expandAll option.
ExpandAll(String) Mirrors the client-side expandAll option.
ExportToExcel(JS) Mirrors the client-side exportToExcel option.
ExportToExcel(String) Mirrors the client-side exportToExcel option.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
GrandTotal(JS) Mirrors the client-side grandTotal option.
GrandTotal(String) Mirrors the client-side grandTotal option.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
NoData(JS) Mirrors the client-side noData option.
NoData(String) Mirrors the client-side noData option.
Option(String, Object) Specifies an option by its name.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
RemoveAllSorting(JS) Mirrors the client-side removeAllSorting option.
RemoveAllSorting(String) Mirrors the client-side removeAllSorting option.
ShowFieldChooser(JS) Mirrors the client-side showFieldChooser option.
ShowFieldChooser(String) Mirrors the client-side showFieldChooser option.
SortColumnBySummary(JS) Mirrors the client-side sortColumnBySummary option.
SortColumnBySummary(String) Mirrors the client-side sortColumnBySummary option.
SortRowBySummary(JS) Mirrors the client-side sortRowBySummary option.
SortRowBySummary(String) Mirrors the client-side sortRowBySummary option.
ToString() Returns a string that represents the current object. Inherited from Object.
Total(JS) Mirrors the client-side total option.
Total(String) Mirrors the client-side total option.
See Also