'宣言 Public Overloads Function Remove( _ ByVal fieldKey As System.String _ ) As System.Boolean
public System.bool Remove( System.string fieldKey )
パラメータ
- fieldKey
- Key of the C1PivotField to remove
戻り値の型
true if item is successfully removed; otherwise, false. This method also returns false if item was not found in the list.