Spread Silverlight Documentation
Description Property (DocumentAttachment)


GrapeCity.Windows.SpreadSheet.Data Namespace > DocumentAttachment Class : Description Property
Gets or sets the description.
Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute()>
Public Property Description As System.String
'Usage
 
Dim instance As DocumentAttachment
Dim value As System.String
 
instance.Description = value
 
value = instance.Description
[System.ComponentModel.DefaultValue()]
public System.string Description {get; set;}

Property Value

The description. The default value is an empty string.
See Also

Reference

DocumentAttachment Class
DocumentAttachment Members