Spread for ASP.NET 12 Product Documentation
Parse Method (BorderProperty)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > BorderProperty Class : Parse Method
Name of the border property to return
Gets the border property with the specified name, or null if no border property has the specified name.
Syntax
'Declaration
 
Public Shared Function Parse( _
   ByVal name As String _
) As BorderProperty
'Usage
 
Dim name As String
Dim value As BorderProperty
 
value = BorderProperty.Parse(name)
public static BorderProperty Parse( 
   string name
)

Parameters

name
Name of the border property to return
See Also

Reference

BorderProperty Class
BorderProperty Members