Click or drag to resize

ViewAPIHideColumns Method

Hide the specified columns in the table.

Namespace:  ZohoAnalytics
Assembly:  ZohoAnalytics (in ZohoAnalytics.exe) Version: 0.0.0.0
Syntax
C#
public void HideColumns(
	List<long> columnIds
)

Parameters

columnIds
Type: System.Collections.GenericListInt64
The array of column ids to be hidden.
See Also