8.1.2.2 Column::CategMapSort

It is recommended that you switch to the originpro package. PyOrigin is primarily for users who need to work with Origin version prior to 2021.


Description

Read only property. Return the sort order of the categories.

Name

CategMapSort

Examples

import PyOrigin
wks=PyOrigin.ActiveLayer()
col=wks.Columns(0)
print(col.CategMapSort)

See Also

GetCategMapSort