Spread Silverlight Documentation
DocumentAttachment Constructor


GrapeCity.Windows.SpreadSheet.Data Namespace > DocumentAttachment Class : DocumentAttachment Constructor
Name of the Attachment.
Creates a new document attachment for the specified file.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As System.String _
)
'Usage
 
Dim name As System.String
 
Dim instance As New DocumentAttachment(name)
public DocumentAttachment( 
   System.string name
)

Parameters

name
Name of the Attachment.
See Also

Reference

DocumentAttachment Class
DocumentAttachment Members