company logo

Region :: removeRegion - Remove subregion and columns from region definition

The function throws an exception, when the region is not valid.

Implementation details

Region  :: removeRegion ( bool bRemoveColumns )

The function allows removing a sub region from a region in a tree or list view. The region will be removed from the list schema.

In order to remove only columns from the region definition, true has to be passed in bRemoveColumns.

After changing a list definition by removing columns or regions, the region has to be refreshed by calling refresh().

  • bRemoveColumns - Remove columns

    In order to remove columns from the region definition, this options has to be set to true.