ChartData.Item[Int32, String] Property
Namespace: DevExpress.Docs.Office
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Parameters
| Name | Type |
|---|---|
| sheetIndex | Int32 |
| cellReference | String |
Property Value
| Type |
|---|
| CellValue |
See Also
Namespace: DevExpress.Docs.Office
Assembly: DevExpress.Docs.Core.v26.1.dll
public CellValue this[int sheetIndex, string cellReference] { get; }
Public ReadOnly Property Item(sheetIndex As Integer, cellReference As String) As CellValue
| Name | Type |
|---|---|
| sheetIndex | Int32 |
| cellReference | String |
| Type |
|---|
| CellValue |