Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DocumentProperties Class / Description Property


In This Topic
    Description Property (DocumentProperties)
    In This Topic
    Gets or sets the description associated with the document.
    Syntax
    'Declaration
     
    
    Public Property Description As String
    'Usage
     
    
    Dim instance As DocumentProperties
    Dim value As String
     
    instance.Description = value
     
    value = instance.Description
    public string Description {get; set;}

    Property Value

    A string value represents the description.
    See Also