Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Authors Class / GetColor Method
The author.


In This Topic
GetColor Method (Authors)
In This Topic
Gets the theme color of an author.
Syntax
'Declaration
 
Public Function GetColor( _
   ByVal author As IAuthor _
) As Color
 
'Usage
 
Dim instance As Authors
Dim author As IAuthor
Dim value As Color
 
value = instance.GetColor(author)

Parameters

author
The author.

Return Value

A Color value represent the theme color of the author.
See Also