Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / NamedAppearanceStyleInfo Class / ToString Method


In This Topic
ToString Method (NamedAppearanceStyleInfo)
In This Topic
Returns a System.String that represents the NamedAppearanceStyleInfo.
Syntax
'Declaration
 
Public Overrides NotOverridable Function ToString() As String
 
'Usage
 
Dim instance As NamedAppearanceStyleInfo
Dim value As String
 
value = instance.ToString()

Return Value

A System.String that represents the current NamedAppearanceStyleInfo.
See Also