Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetStyleProperty Class / Implicit Type Conversion Operator
SheetStyleProperty object


In This Topic
    Implicit Type Conversion Operator (SheetStyleProperty)
    In This Topic
    Converts a SheetStyleProperty object to an integer value.
    Syntax
    'Declaration
     
    
    Public Operator Widening CType( _
       ByVal prop As SheetStyleProperty _
    ) As Integer
    'Usage
     
    
    public int operator implicit( 
       SheetStyleProperty prop
    )

    Parameters

    prop
    SheetStyleProperty object

    Return Value

    Integer index of the property
    Remarks
    This method is for use in Visual Basic .NET.
    See Also