DataLabels.TryGetValue(Int32, out DataLabel) Method
Namespace: DevExpress.Docs.Office
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Parameters
| Name | Type |
|---|---|
| key | Int32 |
| value | DataLabel |
Returns
| Type |
|---|
| Boolean |
Implements
See Also
Namespace: DevExpress.Docs.Office
Assembly: DevExpress.Docs.Core.v26.1.dll
public bool TryGetValue(
int key,
out DataLabel value
)
Public Function TryGetValue(
key As Integer,
ByRef value As DataLabel
) As Boolean
| Name | Type |
|---|---|
| key | Int32 |
| value | DataLabel |
| Type |
|---|
| Boolean |