Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Workbook Class / IsValidSheetName Method
The checking name.


In This Topic
    IsValidSheetName Method
    In This Topic
    Determines whether the is valid to use in the workbook/>.
    Syntax
    'Declaration
     
    
    Public Function IsValidSheetName( _
       ByVal name 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 name
    )

    Parameters

    name
    The checking name.
    See Also