GetCell()

IChartDataWorkbook::GetCell(System::String, int32_t, int32_t) method

Gets the cell that can be used for chart series or categories

virtual System::SharedPtr<IChartDataCell> Aspose::Slides::Charts::IChartDataWorkbook::GetCell(System::String worksheetName, int32_t row, int32_t column)=0

Arguments

ParameterTypeDescription
worksheetNameSystem::StringName of the worksheet.
rowint32_tThe row.
columnint32_tThe column.

Return Value

Cell object

IChartDataWorkbook::GetCell(int32_t, int32_t, int32_t) method

Gets the cell that can be used for chart series or categories

virtual System::SharedPtr<IChartDataCell> Aspose::Slides::Charts::IChartDataWorkbook::GetCell(int32_t worksheetIndex, int32_t row, int32_t column)=0

Arguments

ParameterTypeDescription
worksheetIndexint32_tIndex of the worksheet.
rowint32_tThe row.
columnint32_tThe column.

Return Value

Cell object

IChartDataWorkbook::GetCell(int32_t, System::String) method

Gets the cell that can be used for chart series or categories

virtual System::SharedPtr<IChartDataCell> Aspose::Slides::Charts::IChartDataWorkbook::GetCell(int32_t worksheetIndex, System::String cellName)=0

Arguments

ParameterTypeDescription
worksheetIndexint32_tIndex of the worksheet.
cellNameSystem::StringName of the cell.

Return Value

Cell object

IChartDataWorkbook::GetCell(int32_t, System::String, System::SharedPtr<System::Object>) method

Gets the cell that can be used for chart series or categories

virtual System::SharedPtr<IChartDataCell> Aspose::Slides::Charts::IChartDataWorkbook::GetCell(int32_t worksheetIndex, System::String cellName, System::SharedPtr<System::Object> value)=0

Arguments

ParameterTypeDescription
worksheetIndexint32_tIndex of the worksheet.
cellNameSystem::StringName of the cell.
valueSystem::SharedPtr<System::Object>The value.

Return Value

Cell object

IChartDataWorkbook::GetCell(int32_t, int32_t, int32_t, System::SharedPtr<System::Object>) method

Gets the cell that can be used for chart series or categories

virtual System::SharedPtr<IChartDataCell> Aspose::Slides::Charts::IChartDataWorkbook::GetCell(int32_t worksheetIndex, int32_t row, int32_t column, System::SharedPtr<System::Object> value)=0

Arguments

ParameterTypeDescription
worksheetIndexint32_tIndex of the worksheet.
rowint32_tThe row.
columnint32_tThe column.
valueSystem::SharedPtr<System::Object>The value.

Return Value

Cell object

See Also