Chart.IsCellReferedByChart

Chart.IsCellReferedByChart method

Returns whether the cell refered by the chart.

public bool IsCellReferedByChart(int sheetIndex, int rowIndex, int columnIndex)
ParameterTypeDescription
sheetIndexInt32The sheet Index.-1 means the worksheet which contains current chart.
rowIndexInt32The row index
columnIndexInt32The column index

See Also