Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Renderer Namespace / BaseRenderer Class / ApplyStyleTo Method
Table cell of the renderer control
Appearance settings for the renderer control
Margin settings for the renderer control
Whether to display in an up-level browser


In This Topic
    ApplyStyleTo Method (BaseRenderer)
    In This Topic
    Applies an appearance to the TableCell object.
    Syntax
    'Declaration
     
    
    Protected Sub ApplyStyleTo( _
       ByVal tc As TableCell, _
       ByVal style As Appearance, _
       ByVal margin As Inset, _
       ByVal upperLevel As Boolean _
    ) 
    'Usage
     
    
    Dim instance As BaseRenderer
    Dim tc As TableCell
    Dim style As Appearance
    Dim margin As Inset
    Dim upperLevel As Boolean
     
    instance.ApplyStyleTo(tc, style, margin, upperLevel)
    protected void ApplyStyleTo( 
       TableCell tc,
       Appearance style,
       Inset margin,
       bool upperLevel
    )

    Parameters

    tc
    Table cell of the renderer control
    style
    Appearance settings for the renderer control
    margin
    Margin settings for the renderer control
    upperLevel
    Whether to display in an up-level browser
    See Also