FieldValueInfo Members
In This Article
#Properties
Name | Description |
---|---|
Children | Gets a collection of objects that store information about the child fields of the current field. |
Display |
Gets the string that specifies the formatted cell value as it is displayed. |
Field | Gets the pivot grid field related to the cell currently being processed. |
Is |
Indicates whether the field whose value has currently been processed is a column field. |
Is |
Indicates whether the current field value is the ‘Others’ value. |
Parent | Gets the information about the parent field for the current field. |
Value | Gets the current field value. |
Value |
Gets the information about the type of the column / row value. |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also