IChartDataWorkbookGetCell Method (Int32, String) |
Gets the cell that can be used for chart series or categories
Namespace:
Aspose.Slides.Charts
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 22.5.0.0 (22.5)
SyntaxIChartDataCell GetCell(
int worksheetIndex,
string cellName
)
Function GetCell (
worksheetIndex As Integer,
cellName As String
) As IChartDataCell
IChartDataCell^ GetCell(
int worksheetIndex,
String^ cellName
)
abstract GetCell :
worksheetIndex : int *
cellName : string -> IChartDataCell
Parameters
- worksheetIndex
- Type: SystemInt32
Index of the worksheet. - cellName
- Type: SystemString
Name of the cell.
Return Value
Type:
IChartDataCellCell object
See Also