Click or drag to resize

ViewAPIShowColumns Method

Show the specified hidden columns in the table.

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

Parameters

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