Click or drag to resize

ViewAPIRenameColumn Method

Rename a specified column in the table.

Namespace:  ZohoAnalytics
Assembly:  ZohoAnalytics (in ZohoAnalytics.exe) Version: 0.0.0.0
Syntax
C#
public void RenameColumn(
	long columnId,
	string columnName
)

Parameters

columnId
Type: SystemInt64
The id of the column.
columnName
Type: SystemString
The new name of the column.
See Also