SortColumn
CustomSortOrder Property
|
Represents the custom sort order data.
Namespace:
Spire.Xls.Core.Spreadsheet.Sorting
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public string[] CustomSortOrder { get; set; }
Public Property CustomSortOrder As String()
Get
Set
public:
property array<String^>^ CustomSortOrder {
array<String^>^ get ();
void set (array<String^>^ value);
}
member CustomSortOrder : string[] with get, set
Property Value
Type:
String
See Also