Spread Windows Forms 12.0 Product Documentation
ToString Method (NamedStyle)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > NamedStyle Class : ToString Method
Gets the value of the Name property.
Syntax
'Declaration
 
Public Overrides Function ToString() As String
'Usage
 
Dim instance As NamedStyle
Dim value As String
 
value = instance.ToString()
public override string ToString()

Return Value

String containing the name of the style.
Remarks
This method returns the value of the Name property, which is the name of the style.
See Also

Reference

NamedStyle Class
NamedStyle Members
Name Property