IChartDataWorkbookGetCell Method (Int32, String, Object) |
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,
Object value
)
Function GetCell (
worksheetIndex As Integer,
cellName As String,
value As Object
) As IChartDataCell
IChartDataCell^ GetCell(
int worksheetIndex,
String^ cellName,
Object^ value
)
abstract GetCell :
worksheetIndex : int *
cellName : string *
value : Object -> IChartDataCell
Parameters
- worksheetIndex
- Type: SystemInt32
Index of the worksheet. - cellName
- Type: SystemString
Name of the cell. - value
- Type: SystemObject
The value.
Return Value
Type:
IChartDataCell
Cell object
See Also