SortColumn Constructor (SortColumns, Int32,
String
)
|
Initializes a new instance of the SortColumn class with the specified parent, key, and custom sort order.
Namespace:
Spire.Xls.Core.Spreadsheet.Sorting
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public SortColumn(
SortColumns parent,
int key,
string[] customSortOrder
)
Public Sub New (
parent As SortColumns,
key As Integer,
customSortOrder As String()
)
public:
SortColumn(
SortColumns^ parent,
int key,
array<String^>^ customSortOrder
)
new :
parent : SortColumns *
key : int *
customSortOrder : string[] -> SortColumn
Parameters
-
parent
-
Type:
Spire.Xls.Core.Spreadsheet.Sorting
SortColumns
-
key
-
Type:
System
Int32
-
customSortOrder
-
Type:
System
String
See Also