Adds an existing C1OlapField to the list.

Namespace:  C1.Olap
Assembly:  C1.Silverlight.Olap.5 (in C1.Silverlight.Olap.5.dll)

Syntax

C#
public void Add(
	params string[] fieldNames
)
Visual Basic
Public Sub Add ( _
	ParamArray fieldNames As String() _
)

Parameters

fieldNames
Type: array<System..::..String>[]()[][]
One or more field names to add to the list.

See Also