Namespace: Spire.Xls.Core.Spreadsheet.Sorting
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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
Int32

Implements

ISortColumns..::..Remove(Int32)

See Also