GetCell()
Contents
[
Hide
]ChartDataWorkbook::GetCell(System::String, int32_t, int32_t) method
Gets the cell that can be used for chart series or categories
System::SharedPtr<IChartDataCell> Aspose::Slides::Charts::ChartDataWorkbook::GetCell(System::String worksheetName, int32_t row, int32_t column) override
Arguments
Parameter | Type | Description |
---|---|---|
worksheetName | System::String | Name of the worksheet. |
row | int32_t | The row. |
column | int32_t | The column. |
Return Value
Cell object
ChartDataWorkbook::GetCell(int32_t, int32_t, int32_t) method
Gets the cell that can be used for chart series or categories
System::SharedPtr<IChartDataCell> Aspose::Slides::Charts::ChartDataWorkbook::GetCell(int32_t worksheetIndex, int32_t row, int32_t column) override
Arguments
Parameter | Type | Description |
---|---|---|
worksheetIndex | int32_t | Index of the worksheet. |
row | int32_t | The row. |
column | int32_t | The column. |
Return Value
Cell object
ChartDataWorkbook::GetCell(int32_t, System::String) method
Gets the cell that can be used for chart series or categories
System::SharedPtr<IChartDataCell> Aspose::Slides::Charts::ChartDataWorkbook::GetCell(int32_t worksheetIndex, System::String cellName) override
Arguments
Parameter | Type | Description |
---|---|---|
worksheetIndex | int32_t | Index of the worksheet. |
cellName | System::String | Name of the cell. |
Return Value
Cell object
ChartDataWorkbook::GetCell(int32_t, System::String, System::SharedPtr<System::Object>) method
Gets the cell that can be used for chart series or categories
System::SharedPtr<IChartDataCell> Aspose::Slides::Charts::ChartDataWorkbook::GetCell(int32_t worksheetIndex, System::String cellName, System::SharedPtr<System::Object> value) override
Arguments
Parameter | Type | Description |
---|---|---|
worksheetIndex | int32_t | Index of the worksheet. |
cellName | System::String | Name of the cell. |
value | System::SharedPtr<System::Object> | The value. |
Return Value
Cell object
ChartDataWorkbook::GetCell(int32_t, int32_t, int32_t, System::SharedPtr<System::Object>) method
Gets the cell that can be used for chart series or categories
System::SharedPtr<IChartDataCell> Aspose::Slides::Charts::ChartDataWorkbook::GetCell(int32_t worksheetIndex, int32_t row, int32_t column, System::SharedPtr<System::Object> value) override
Arguments
Parameter | Type | Description |
---|---|---|
worksheetIndex | int32_t | Index of the worksheet. |
row | int32_t | The row. |
column | int32_t | The column. |
value | System::SharedPtr<System::Object> | The value. |
Return Value
Cell object
See Also
- Typedef SharedPtr
- Class IChartDataCell
- Class String
- Class ChartDataWorkbook
- Class Object
- Namespace Aspose::Slides::Charts
- Library Aspose.Slides