getId() Last updated Save as PDF getId() Returns the cell column id as defined in the AXVW. Parameters: none Example: var cellCount = row. cells .getCount(); for (var i = 0; i < cellCount; i++) { var cell = row. cells .get(i); var cellId = cell.getId(); ... }