Click or drag to resize
AppFieldUnlock Method (Int32, IEnumerableInt32)

Namespace: Qlik.Sense.Client
Assembly: Qlik.Sense.Client (in Qlik.Sense.Client.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public void Unlock(
	int index,
	IEnumerable<int> colIndices = null
)

Parameters

index
Type: SystemInt32
Index-0 based Hypercube/ListObject definition reference
colIndices (Optional)
Type: System.Collections.GenericIEnumerableInt32

Implements

IAppFieldUnlock(Int32, IEnumerableInt32)
See Also