Spread WinForms 15
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
See Also