Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorkbookSet Interface / UserName Property


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