Click or drag to resize

ViewAPIAddRow Method

Add a single row in the specified table.

Namespace:  ZohoAnalytics
Assembly:  ZohoAnalytics (in ZohoAnalytics.exe) Version: 0.0.0.0
Syntax
C#
public Dictionary<string, Object> AddRow(
	Dictionary<string, string> columnValues,
	Dictionary<string, Object> config
)

Parameters

columnValues
Type: System.Collections.GenericDictionaryString, String
Contains the values for the row. The column names are the key.
config
Type: System.Collections.GenericDictionaryString, Object
Contains any additional control configurations. Can be null.

Return Value

Type: DictionaryString, Object
Added rows details.
See Also