VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet.Document Namespace / DefinedName Class / DefinedName Constructors / DefinedName Constructor(String,String,String,String,String,FormattingProperties)
Syntax Requirements SeeAlso
In This Topic
    DefinedName Constructor(String,String,String,String,String,FormattingProperties)
    In This Topic
    Initializes a new instance of the DefinedName class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal name
    The name.
    As System.String, _
    ByVal worksheetName
    The worksheet name.
    As System.String, _
    ByVal value
    The value.
    As System.String, _
    ByVal comment
    The comment.
    As System.String, _
    ByVal focusedSheetName
    The focused sheet name.
    As System.String, _
    ByVal formattingProperties
    The formatting properties.
    As FormattingProperties _
    )
    public DefinedName(
    System.String name,
    System.String worksheetName,
    System.String value,
    System.String comment,
    System.String focusedSheetName,
    FormattingProperties formattingProperties
    )
    public: DefinedName(
    System.String name,
    System.String worksheetName,
    System.String value,
    System.String comment,
    System.String focusedSheetName,
    FormattingProperties* formattingProperties
    )
    public:
    DefinedName(
    System.String name,
    System.String worksheetName,
    System.String value,
    System.String comment,
    System.String focusedSheetName,
    FormattingProperties^ formattingProperties
    )

    Parameters

    name
    The name.
    worksheetName
    The worksheet name.
    value
    The value.
    comment
    The comment.
    focusedSheetName
    The focused sheet name.
    formattingProperties
    The formatting properties.
    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