ChartData.Item[Int32, String] Property
Returns a chart data cell by sheet index and cell reference.
Namespace: DevExpress.Docs.Office
Assembly: DevExpress.Docs.Core.v26.1.dll
NuGet Package: DevExpress.Docs.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| sheetIndex | Int32 | A zero-based worksheet index. |
| cellReference | String | The cell address in A1 notation. |
Property Value
| Type | Description |
|---|---|
| CellValue | The CellValue object for the specified cell. |
See Also