SpreadsheetGear The Performance Spreadsheet Component Company 
Sort Method
See Also 
SpreadsheetGear Namespace > IRange Interface : Sort Method
orientation
Specifies whether to sort rows or columns.
caseSensitive
Specifies whether sorting should be case sensitive.
keys
Specifies an array of sort keys.
Sorts the cells represented by this range according to the specified options.

Syntax

C# 
virtual void Sort( 
   SortOrientation orientation,
   bool caseSensitive,
   params SortKey[] keys
)

Parameters

orientation
Specifies whether to sort rows or columns.
caseSensitive
Specifies whether sorting should be case sensitive.
keys
Specifies an array of sort keys.

Requirements

Platforms: Windows 98, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family. SpreadsheetGear for .NET 1.x requires the Microsoft .NET Framework 1.1 or .NET 2.0. SpreadsheetGear for .NET 2007 requires the Microsoft .NET Framework 2.0.

See Also