Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IAuthor Interface / UserID Property


In This Topic
UserID Property
In This Topic
Gets a string that represents the user ID of the contact.
Syntax
'Declaration
 
ReadOnly Property UserID As String
 
'Usage
 
Dim instance As IAuthor
Dim value As String
 
value = instance.UserID
See Also