C1.Win.FlexPivot.8 Assembly / C1.Win.FlexPivot Namespace / PivotFieldEx Class / GetReadOnly Method
The C1.PivotEngine.PivotField field.

In This Topic
GetReadOnly Method (PivotFieldEx)
In This Topic
Returns whether the field can be changed through UI or not.
Syntax
'Declaration
 
Public Shared Function GetReadOnly( _
   ByVal field As PivotField _
) As Boolean
 

Parameters

field
The C1.PivotEngine.PivotField field.
See Also