VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet Namespace / SpreadsheetEditor Class / ValidateDefinedName(DefinedName) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    ValidateDefinedName(DefinedName) Method (SpreadsheetEditor)
    In This Topic
    Checks whether the specified defined name is valid.
    Syntax
    'Declaration
    
    Protected Overridable Sub ValidateDefinedName( _
    ByVal definedName
    The defined name.
    As Vintasoft.Imaging.Office.Spreadsheet.Document.DefinedName _
    )

    Parameters

    definedName
    The defined name.
    Exceptions
    ExceptionDescription
    Thrown if Name is empty or Name is a reference in A1 format or Name doesn't start with a letter or underscore (_) or Name contains a space or a character that is not allowed or Name already exists.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also