Zoho Analytics Client Library
Zoho Analytics Client Library
ZohoAnalytics
ViewAPI Class
ViewAPI Methods
AddColumn Method
AddFavorite Method
AddLookup Method
AddRow Method
AutoAnalyse Method
AutoAnalyseColumn Method
CopyFormulas Method
CreatePrivateURL Method
CreateSimilarViews Method
Delete Method
DeleteColumn Method
DeleteRow Method
GetEmbedURL Method
GetLastImportDetails Method
GetMyPermissions Method
GetPrivateURL Method
GetViewURL Method
HideColumns Method
RefetchData Method
RemoveFavorite Method
RemoveLookup Method
Rename Method
RenameColumn Method
SaveAs Method
ShowColumns Method
UpdateRow Method
ViewAPI
AddColumn Method
Add a column in the specified table.
Namespace:
ZohoAnalytics
Assembly:
ZohoAnalytics (in ZohoAnalytics.exe) Version: 0.0.0.0
Syntax
C#
Copy
public
long
AddColumn
(
string
columnName
,
string
dataType
,
Dictionary
<
string
,
Object
>
config
)
Parameters
columnName
Type:
System
String
The name of the column.
dataType
Type:
System
String
The data-type of the column.
config
Type:
System.Collections.Generic
Dictionary
String
,
Object
Contains any additional control configurations. Can be null.
Return Value
Type:
Int64
Column id.
See Also
Reference
ViewAPI Class
ZohoAnalytics Namespace