Adds FieldItem to the collection.
Namespace:
PerpetuumSoft.OlapAssembly: PerpetuumSoft.Olap (in PerpetuumSoft.Olap.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public FieldItem Add( FieldItem value ) |
| Visual Basic (Declaration) |
|---|
Public Function Add ( _ value As FieldItem _ ) As FieldItem |
| Visual C++ |
|---|
public: FieldItem^ Add( FieldItem^ value ) |
Parameters
- value
- Type: PerpetuumSoft.Olap..::.FieldItem