VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Office.OpenXml.Editor.Xlsx Namespace / XlsxDocumentDefinedName Class / XlsxDocumentDefinedName Constructor(String,String,String,String)
Syntax Requirements SeeAlso
In This Topic
    XlsxDocumentDefinedName Constructor(String,String,String,String)
    In This Topic
    Initializes a new instance of the XlsxDocumentDefinedName 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 _
    )
    public XlsxDocumentDefinedName(
    System.String name,
    System.String worksheetName,
    System.String value,
    System.String comment
    )
    public: XlsxDocumentDefinedName(
    System.String name,
    System.String worksheetName,
    System.String value,
    System.String comment
    )
    public:
    XlsxDocumentDefinedName(
    System.String name,
    System.String worksheetName,
    System.String value,
    System.String comment
    )

    Parameters

    name
    The name.
    worksheetName
    The worksheet name.
    value
    The value.
    comment
    The comment.
    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