Gets and sets the column index for the specified sort order index.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property ColumnIndex( _
ByVal SortOrderIndex As System.Integer _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As IBomTableSortData
Dim SortOrderIndex As System.Integer
Dim value As System.Integer
instance.ColumnIndex(SortOrderIndex) = value
value = instance.ColumnIndex(SortOrderIndex) |
C++/CLI | |
---|
property System.int ColumnIndex {
System.int get(System.int SortOrderIndex);
void set (System.int SortOrderIndex, System.int value);
} |
Parameters
- SortOrderIndex
- 0 for primary sort, 1 for secondary sort, 2 for tertiary sort (see Remarks)
Property Value
0-based column index mapped to the specified SortOrderIndex; specify -1 if the specified SortOrderIndex is not used
Example
Remarks
See Also
Availability
SOLIDWORKS 2012 FCS, Revision Number 20.0