Skip to content

Commit 60ef025

Browse files
committed
v24.6
1 parent 4b563d1 commit 60ef025

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Binary file not shown.

lib/aspose.cells.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2488,6 +2488,12 @@ final class PivotItemPosition {
24882488
const PREVIOUS = 0;
24892489
};
24902490

2491+
final class PivotItemPositionType {
2492+
const CUSTOM = 2;
2493+
const NEXT = 1;
2494+
const PREVIOUS = 0;
2495+
};
2496+
24912497
final class PivotMissingItemLimitType {
24922498
const AUTOMATIC = 0;
24932499
const MAX = 1;

0 commit comments

Comments
 (0)