Click or drag to resize

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
)

Parameters

parent
Type: Spire.Xls.Core.Spreadsheet.Sorting SortColumns
key
Type: System Int32
customSortOrder
Type: System String
See Also