How can I set the field clipping mode in VB.NET

Moved this to the English forum. The constant value can be found in the Knoledgebase here:

Simply use the LlSetOption overload accepting an integer if required:

LL.Core.LlSetOption(331, 1)

to set it to 1.