VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet.Document Namespace / SpreadsheetDocument Class / GetDefinedNames(Worksheet) Method
Syntax Requirements SeeAlso
In This Topic
GetDefinedNames(Worksheet) Method (SpreadsheetDocument)
In This Topic
Returns the defined names that can be uses in specified worksheet.
Syntax
'Declaration

Public Function GetDefinedNames( _
ByVal worksheet
The worksheet.
As Worksheet _
) As DefinedName[]
public DefinedName[] GetDefinedNames(
Worksheet worksheet
)

Parameters

worksheet
The worksheet.

Return Value

The defined names that can be uses in specified worksheet.
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