Метод Cell::getCellProperties
Позволяет получить свойства CellProperties ячейки.
Пример
Cell cell = sheet.getCell("A1");
CellProperties cellProperties = cell.getCellProperties();
std::printf("%d", cellProperties.verticalAlignment);
Позволяет получить свойства CellProperties ячейки.
Cell cell = sheet.getCell("A1");
CellProperties cellProperties = cell.getCellProperties();
std::printf("%d", cellProperties.verticalAlignment);