Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorkbookSet Class / UserName Property


In This Topic
    UserName Property (WorkbookSet)
    In This Topic
    Gets or sets the name of the current user.
    Syntax
    'Declaration
     
    
    Public Property UserName As String
    'Usage
     
    
    Dim instance As WorkbookSet
    Dim value As String
     
    instance.UserName = value
     
    value = instance.UserName
    public string UserName {get; set;}
    See Also