var instance = new GC.Spread.Sheets.Workbook(host); var value; // Type: any value = instance.addCustomName(name, formula, baseRow, baseCol, comment);
Parameters
- name
- The custom name.
- formula
- The formula.
- baseRow
- The row index.
- baseCol
- The column index.
- comment
- The custom comment.