Removes the first Field occurrence from the collection.
Namespace:
PerpetuumSoft.OlapAssembly: PerpetuumSoft.Olap (in PerpetuumSoft.Olap.dll) Version: 3.9.0.1
Syntax
C# |
---|
public void Remove( Field value ) |
Visual Basic (Declaration) |
---|
Public Sub Remove ( _ value As Field _ ) |
Visual C++ |
---|
public: void Remove( Field^ value ) |
Parameters
- value
- Type: PerpetuumSoft.Olap..::.Field