var instance = new GC.Spread.Sheets.Worksheet(name); var value; // Type: Array value = instance.getDependents(row, col);
Parameters
- row
- The row index.
- col
- The column index.
Return Value
Returns dependent cell information object array dependentsInfo.row {number} Indicates the cellRange row index. dependentsInfo.col {number} Indicates the cellRange col index. dependentsInfo.rowCount {number} Indicates the cellRange row count. dependentsInfo.colCount {number} Indicates the cellRange colcount. dependentsInfo.sheetName {string} Indicates the workSheet name.