Skip to content

Commit 4b563d1

Browse files
committed
v24.5
1 parent 9e1c46f commit 4b563d1

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
Binary file not shown.

lib/aspose.cells.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -484,6 +484,14 @@ final class CellBorderType {
484484
const THIN = 1;
485485
};
486486

487+
final class CellsUnitType {
488+
const CHARACTER = 7;
489+
const CM = 6;
490+
const INCH = 4;
491+
const PIXEL = 1;
492+
const POINT = 2;
493+
};
494+
487495
final class CellValueFormatStrategy {
488496
const CELL_STYLE = 1;
489497
const DISPLAY_STRING = 3;

0 commit comments

Comments
 (0)