Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SortField Class / Delete Method


In This Topic
Delete Method (SortField)
In This Topic
Removes the specified SortField object from the Sort.
Syntax
'Declaration
 
Public Sub Delete() 
 
'Usage
 
Dim instance As SortField
 
instance.Delete()
See Also