In This Topic
Gets a boolean value indicating whether worksheet has sort object.
Syntax
'Declaration
Public Function IsSortAvailable() As Boolean
'Usage
Dim instance As Worksheet
Dim value As Boolean
value = instance.IsSortAvailable()
public bool IsSortAvailable()
See Also