VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet Namespace / SpreadsheetEditor Class / SetDefinedName(Int32,DefinedName) Method
Syntax Requirements SeeAlso
In This Topic
    SetDefinedName(Int32,DefinedName) Method (SpreadsheetEditor)
    In This Topic
    Sets the defined name at specified index.
    Syntax
    'Declaration
    
    Public Sub SetDefinedName( _
    ByVal index
    The index in DefinedNames collection.
    As System.Int32, _
    ByVal definedName
    The defined name.
    As Vintasoft.Imaging.Office.Spreadsheet.Document.DefinedName _
    )

    Parameters

    index
    The index in DefinedNames collection.
    definedName
    The defined name.
    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