In This Topic
Determines whether the is valid to use in the workbook/>.
Syntax
'Declaration
Public Function IsValidSheetName( _
ByVal As String _
) As Boolean
'Usage
Dim instance As Workbook
Dim name As String
Dim value As Boolean
value = instance.IsValidSheetName(name)
public bool IsValidSheetName(
string
)
Parameters
- name
- The checking name.
See Also