Spread for ASP.NET 11 Product Documentation
ToString Method (NamedStyle)


FarPoint.Web.Spread Assembly > FarPoint.Web.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 a String containing the value of the Name property.
See Also

Reference

NamedStyle Class
NamedStyle Members