Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DocumentProperties Class / Manager Property


In This Topic
    Manager Property
    In This Topic
    Gets or sets the name of a supervisor associated with the document.
    Syntax
    'Declaration
     
    
    Public Property Manager As String
    'Usage
     
    
    Dim instance As DocumentProperties
    Dim value As String
     
    instance.Manager = value
     
    value = instance.Manager
    public string Manager {get; set;}

    Property Value

    A string value represents the name of a supervisor.
    See Also