Aspose::Cells::Charts::Chart::IsCellReferedByChart method

Chart::IsCellReferedByChart method

Returns whether the cell refered by the chart.

bool Aspose::Cells::Charts::Chart::IsCellReferedByChart(int32_t sheetIndex, int32_t rowIndex, int32_t columnIndex)
ParameterTypeDescription
sheetIndexint32_tThe sheet Index.-1 means the worksheet which contains current chart.
rowIndexint32_tThe row index
columnIndexint32_tThe column index

ReturnValue

See Also