GetCell
Contents
[
Hide
]GetCell(string, int, int)
Gets the cell that can be used for chart series or categories
public IChartDataCell GetCell(string worksheetName, int row, int column)
Parameter | Type | Description |
---|---|---|
worksheetName | String | Name of the worksheet. |
row | Int32 | The row. |
column | Int32 | The column. |
Return Value
Cell object
See Also
- interface IChartDataCell
- class ChartDataWorkbook
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides
GetCell(int, int, int)
Gets the cell that can be used for chart series or categories
public IChartDataCell GetCell(int worksheetIndex, int row, int column)
Parameter | Type | Description |
---|---|---|
worksheetIndex | Int32 | Index of the worksheet. |
row | Int32 | The row. |
column | Int32 | The column. |
Return Value
Cell object
See Also
- interface IChartDataCell
- class ChartDataWorkbook
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides
GetCell(int, string)
Gets the cell that can be used for chart series or categories
public IChartDataCell GetCell(int worksheetIndex, string cellName)
Parameter | Type | Description |
---|---|---|
worksheetIndex | Int32 | Index of the worksheet. |
cellName | String | Name of the cell. |
Return Value
Cell object
See Also
- interface IChartDataCell
- class ChartDataWorkbook
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides
GetCell(int, string, object)
Gets the cell that can be used for chart series or categories
public IChartDataCell GetCell(int worksheetIndex, string cellName, object value)
Parameter | Type | Description |
---|---|---|
worksheetIndex | Int32 | Index of the worksheet. |
cellName | String | Name of the cell. |
value | Object | The value. |
Return Value
Cell object
See Also
- interface IChartDataCell
- class ChartDataWorkbook
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides
GetCell(int, int, int, object)
Gets the cell that can be used for chart series or categories
public IChartDataCell GetCell(int worksheetIndex, int row, int column, object value)
Parameter | Type | Description |
---|---|---|
worksheetIndex | Int32 | Index of the worksheet. |
row | Int32 | The row. |
column | Int32 | The column. |
value | Object | The value. |
Return Value
Cell object
See Also
- interface IChartDataCell
- class ChartDataWorkbook
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides