public final class SortOrientation
extends java.lang.Object
Remarks
SortOrientation.SortTopToBottom represents sorting datas from top to bottom and exchanging data row by row. SortOrientation.SortLeftToRight represents sorting datas from left to right and exchanging data column by column.| Modifier and Type | Field and Description |
|---|---|
static int |
SORT_LEFT_TO_RIGHT
Represents sorting datas from left to right and exchanging data column by column.
|
static int |
SORT_TOP_TO_BOTTOM
Represents sorting datas from top to bottom and exchanging data row by row.
|
public static final int SORT_TOP_TO_BOTTOM
public static final int SORT_LEFT_TO_RIGHT
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.