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

In This Topic
SetReadOnly Method (PivotFieldEx)
In This Topic
Defines whether the field can be changed through UI or not.
Syntax
'Declaration
 
Public Shared Sub SetReadOnly( _
   ByVal field As PivotField, _
   ByVal readOnly As Boolean _
) 
 

Parameters

field
The C1.PivotEngine.PivotField field.
readOnly
The value.
See Also