VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet.UI Namespace / SpreadsheetVisualEditor Class / GetActualValueByDefinedName(String) Method
Syntax Requirements SeeAlso
In This Topic
    GetActualValueByDefinedName(String) Method (SpreadsheetVisualEditor)
    In This Topic
    Returns the actual value by defined name.
    Syntax
    'Declaration
    
    Public Function GetActualValueByDefinedName( _
    ByVal name
    The name, which is defined in DefinedNames.
    As System.String _
    ) As System.String
    public System.String GetActualValueByDefinedName(
    System.String name
    )
    public: System.String GetActualValueByDefinedName(
    System.String name
    )
    public:
    System.String GetActualValueByDefinedName(
    System.String name
    )

    Parameters

    name
    The name, which is defined in DefinedNames.

    Return Value

    A string with the actual value.
    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