SortColumns
Remove Method (Int32)
|
Remvoes the Sort item in the collection.
Namespace:
Spire.Xls.Core.Spreadsheet.Sorting
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void Remove(
int key
)
Public Sub Remove (
key As Integer
)
public:
virtual void Remove(
int key
) sealed
abstract Remove :
key : int -> unit
override Remove :
key : int -> unit
Parameters
-
key
-
Type:
System
Int32
Field index to remove.
Implements
ISortColumns
Remove(Int32)
See Also