DataLabels.Remove(KeyValuePair<Int32, DataLabel>) Method
Namespace: DevExpress.Docs.Office
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Parameters
| Name | Type |
|---|---|
| item | KeyValuePair<Int32, DataLabel> |
Returns
| Type |
|---|
| Boolean |
Implements
See Also
Namespace: DevExpress.Docs.Office
Assembly: DevExpress.Docs.Core.v26.1.dll
public bool Remove(
KeyValuePair<int, DataLabel> item
)
Public Function Remove(
item As KeyValuePair(Of Integer, DataLabel)
) As Boolean
| Name | Type |
|---|---|
| item | KeyValuePair<Int32, DataLabel> |
| Type |
|---|
| Boolean |