ISortColumns
Remove Method (Int32)
|
Removes the sortField in the collection with the Key.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
Sub Remove (
key As Integer
)
abstract Remove :
key : int -> unit
Parameters
-
key
-
Type:
System
Int32
Sort field Key to remove.
See Also