VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet.UI Namespace / SpreadsheetVisualEditor Class / AddDefinedName Methods / AddDefinedName(String,Boolean,String,String) Method
Syntax Requirements SeeAlso
In This Topic
    AddDefinedName(String,Boolean,String,String) Method (SpreadsheetVisualEditor)
    In This Topic
    Adds the defined name.
    Syntax
    'Declaration
    
    Public Overloads Function AddDefinedName( _
    ByVal name
    The defined name.
    As System.String, _
    ByVal isGlobal
    A value indicating whether defined name has global scope.
    As Boolean, _
    ByVal value
    The value of defined name.
    As System.String, _
    ByVal comment
    The defined name comment.
    As System.String _
    ) As Vintasoft.Imaging.Office.Spreadsheet.Document.DefinedName
    public Vintasoft.Imaging.Office.Spreadsheet.Document.DefinedName AddDefinedName(
    System.String name,
    bool isGlobal,
    System.String value,
    System.String comment
    )
    public: Vintasoft.Imaging.Office.Spreadsheet.Document.DefinedName* AddDefinedName(
    System.String name,
    bool isGlobal,
    System.String value,
    System.String comment
    )
    public:
    Vintasoft.Imaging.Office.Spreadsheet.Document.DefinedName^ AddDefinedName(
    System.String name,
    bool isGlobal,
    System.String value,
    System.String comment
    )

    Parameters

    name
    The defined name.
    isGlobal
    A value indicating whether defined name has global scope.
    value
    The value of defined name.
    comment
    The defined name comment.

    Return Value

    An new instance of DefinedName class.
    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