C1.PivotEngine Assembly / C1.PivotEngine Namespace / PivotField Class / Key Property

In This Topic
Key Property (PivotField)
In This Topic
Gets a key that uniquely identifies the field in a collection.
Syntax
'Declaration
 
Public ReadOnly Property Key As String
 
Remarks
This poroperty is equal to Name unless there is more than one field with the same Name, in which case this property can have a number added in the end to ensure uniqueness.
See Also