Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / DocumentAttachment Class / DocumentAttachment Constructor
Name of the Attachment.


In This Topic
    DocumentAttachment Constructor
    In This Topic
    Creates a new document attachment for the specified file.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal name As String _
    )
    'Usage
     
    Dim name As String
     
    Dim instance As New DocumentAttachment(name)
    public DocumentAttachment( 
       string name
    )

    Parameters

    name
    Name of the Attachment.
    See Also