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