Visual Basic (Declaration) | |
---|---|
Public Overloads Function SortRows( _ ByVal keyColumn As Integer, _ ByVal ascending As Boolean, _ ByVal showIndicator As Boolean, _ ByVal comparer As IComparer, _ ByVal sortFrozenRows As Boolean, _ ByVal sortTrailingFrozenRows As Boolean _ ) As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As SheetView Dim keyColumn As Integer Dim ascending As Boolean Dim showIndicator As Boolean Dim comparer As IComparer Dim sortFrozenRows As Boolean Dim sortTrailingFrozenRows As Boolean Dim value As Boolean value = instance.SortRows(keyColumn, ascending, showIndicator, comparer, sortFrozenRows, sortTrailingFrozenRows) |
C# | |
---|---|
public bool SortRows( int keyColumn, bool ascending, bool showIndicator, IComparer comparer, bool sortFrozenRows, bool sortTrailingFrozenRows ) |
Parameters
- keyColumn
- Column index whose values are compared during sorting
- ascending
- Whether to sort in ascending order
- showIndicator
- Whether the sort indicator should be displayed
- comparer
- IComparer object used to compare the values
- sortFrozenRows
- Whether frozen rows are sorted
- sortTrailingFrozenRows
- Whether trailing frozen rows are sorted
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2