Spread for ASP.NET 11 Product Documentation
Implicit Type Conversion Operator (BorderProperty)
Example 


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > BorderProperty Class : Implicit Type Conversion Operator
BorderProperty
Converts a border property to an integer value.
Syntax
'Declaration
 
Public Operator Widening CType( _
   ByVal prop As BorderProperty _
) As Integer
'Usage
 
public int operator implicit( 
   BorderProperty prop
)

Parameters

prop
BorderProperty

Return Value

Index of the property
Example
C# does not support the opImplicit method. 
Dim bp As FarPoint.Web.Spread.BorderProperty 
Response.Write(bp.opImplicit(bp.BorderColorBottom))
See Also

Reference

BorderProperty Class
BorderProperty Members