ChartDataReference.Contains(Int32, Int32) Method
Namespace: DevExpress.Docs.Office
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Parameters
| Name | Type |
|---|---|
| rowIndex | Int32 |
| columnIndex | Int32 |
Returns
| Type |
|---|
| Boolean |
See Also
Namespace: DevExpress.Docs.Office
Assembly: DevExpress.Docs.Core.v26.1.dll
public bool Contains(
int rowIndex,
int columnIndex
)
Public Function Contains(
rowIndex As Integer,
columnIndex As Integer
) As Boolean
| Name | Type |
|---|---|
| rowIndex | Int32 |
| columnIndex | Int32 |
| Type |
|---|
| Boolean |