The NxCell type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| NxCell | Initializes a new instance of the NxCell class |
Methods
| Name | Description | |
|---|---|---|
| Add |
Add Object with unique basetype to container
(Inherited from DynamicJson.) | |
| GetMember |
Get member from container with specified name
(Inherited from DynamicJson.) | |
| SetMember |
Set member in container to specified value
(Inherited from DynamicJson.) | |
| TryGetMember |
Try to get member from container with specified name
(Inherited from DynamicJson.) | |
| TrySetMember |
Try to set member in container to specified value
(Inherited from DynamicJson.) |
Extension Methods
| Name | Description | |
|---|---|---|
| If | (Defined by DynamicJsonExtensions.) | |
| IsNumeric | (Defined by DataPageExtensions.) | |
| Switch | (Defined by DynamicJsonExtensions.) |
Properties
| Name | Description | |
|---|---|---|
| AttrExps | Attribute expressions values. | |
| ElemNumber | Rank number of the value.
If set to -1, it means that the value is not an element number.
The element number associated to a measure is 0. | |
| Frequency | Frequency of the value.
This parameter is optional. | |
| HighlightRanges | Search hits.
The search hits are highlighted.
This parameter is optional. | |
| IsEmpty | Is set to true, if qText and qNum are empty.
This parameter is optional. The default value is false. | |
| IsOtherCell | Is set to true if the cell belongs to the group Others.
Dimension values can be set as Others depending on what has been defined in OtherTotalSpecProp.
This parameter is optional. The default value is false.
Not applicable to list objects. | |
| IsTotalCell | Is set to true if the total of a cell is displayed.
This parameter is optional. The default value is false.
Not applicable to list objects. | |
| Num | A value.
This parameter is optional. | |
| State | State of the value.
The default state for a measure is L. | |
| Text | Some text.
This parameter is optional. |
See Also