FieldValueCell Properties
Represents a field value cell.
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. |
See Also