'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
'Declaration Public Operator Widening CType( _ ByVal prop As BorderProperty _ ) As Integer
'Usage
public int operator implicit( BorderProperty prop )
C# does not support the opImplicit method.
Dim bp As FarPoint.Web.Spread.BorderProperty Response.Write(bp.opImplicit(bp.BorderColorBottom))