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


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

    Property Value

    A string value represents the title.
    See Also