VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet.Document.Editors Namespace / SpreadsheetDocumentEditor Class / SetDefiendName(Int32,DefinedName) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
SetDefiendName(Int32,DefinedName) Method (SpreadsheetDocumentEditor)
In This Topic
Sets the defined name.
Syntax
'Declaration

Public Sub SetDefiendName( _
ByVal index
The zero-based index in DefinedNames.
As System.Int32, _
ByVal definedName
The defined name.
As Vintasoft.Imaging.Office.Spreadsheet.Document.DefinedName _
)

Parameters

index
The zero-based index in DefinedNames.
definedName
The defined name.
Exceptions
ExceptionDescription
Thrown if index is out of range.
Requirements

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

See Also