FieldValueCell Members
In This Article
#Constructors
Name | Description |
---|---|
Field |
Initializes a new instance of the Field |
#Properties
Name | Description |
---|---|
Can |
Gets whether an end-user can expand/collapse the field value.
Inherited from Field |
Data |
Gets the data field which identifies the cell. |
Display |
Gets the text displayed within the cell.
Inherited from Field |
End |
Gets the index of the last column or row level occupied by the cell.
Inherited from Field |
Field | Gets the field whose value the cell represents. |
Is |
Gets whether the field value is collapsed.
Inherited from Field |
Is |
Gets whether the cell is a column header.
Inherited from Field |
Is |
Inherited from Field |
Max |
Gets the index of the last nested cell at the last column/row level.
Inherited from Field |
Min |
Gets the index of the first nested cell at the last column/row level.
Inherited from Field |
Parent | Gets the parent of the current cell. |
Start |
Gets the first column or row level occupied by the cell.
Inherited from Field |
Value |
Gets the field value represented by the cell.
Inherited from Field |
Value |
Gets the type of the cell. |
#Methods
Name | Description |
---|---|
Create |
Returns data records that are used to calculate a summary value for the specified cell. |
Create |
Returns data records used to calculate a summary value for the specified cell in OLAP and server mode. |
Create |
Returns data records used to calculate a summary value for the specified cell in OLAP and server mode. |
Create |
Returns data records that are used to calculate a summary value for the specified cell. |
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