Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / DocumentAttachment Class / Name Property


In This Topic
    Name Property (DocumentAttachment)
    In This Topic
    Gets or sets the name of the file.
    Syntax
    'Declaration
     
    <DefaultValueAttribute("")>
    Public Property Name As String
    'Usage
     
    Dim instance As DocumentAttachment
    Dim value As String
     
    instance.Name = value
     
    value = instance.Name
    [DefaultValue("")]
    public string Name {get; set;}

    Property Value

    The name of the file. The default value is an empty string.
    See Also