Removes the first occurrence of the
C1OlapField with a name that matches the one passed as parameter.
public System.bool Remove(
System.string
)
public function Remove(
: System.String
): System.Boolean;
public function Remove(
: System.String
) : System.boolean;
public: System.bool Remove(
System.string*
)
public:
System.bool Remove(
System.String^
)
'Declaration
Public Overloads Function Remove( _
ByVal As System.String _
) As System.Boolean
'Usage
Dim instance As C1OlapFieldList
Dim fieldName As System.String
Dim value As System.Boolean
value = instance.Remove(fieldName)
Parameters
- fieldName
- Name of the C1OlapField to remove
Return Value
true if item is successfully removed; otherwise, false. This method also returns false if item was not found in the list.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2