SortColumn (GridWidget)
Introduced
5.0
Description
Sorts the column.
Scripting Syntax
GridWidget.SortColumn( ColumnIndex, Ascending )
C# Syntax
GridWidget.SortColumn( Int32 in_Column, Boolean in_bAscending );Parameters
|
Parameter |
Type |
Description |
|
ColumnIndex |
Index of the Column. The left-most column has index 0. |
|
|
Ascending |
True for ascending sorting. |
See Also
Autodesk Softimage v7.5