Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / BorderProperty Class / Implicit Type Conversion Operator
BorderProperty
Example


In This Topic
    Implicit Type Conversion Operator (BorderProperty)
    In This Topic
    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
    See Also