Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ISortField Interface / Delete Method


In This Topic
Delete Method (ISortField)
In This Topic
Removes the specified ISortField object from the ISortFields collection.
Syntax
'Declaration
 
Sub Delete() 
 
'Usage
 
Dim instance As ISortField
 
instance.Delete()
See Also