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


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

    Property Value

    A string value represents the creator name.
    See Also