Spread for ASP.NET 11 Product Documentation
ApplyStyleTo Method (BaseEditor)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Editor Namespace > BaseEditor Class : ApplyStyleTo Method
Table cell in which to apply appearance settings
Appearance settings (style)
Inset for the table cell
Whether to render in a up-level browser
Applies the appearance settings (style) to the table cell (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 BaseEditor
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 in which to apply appearance settings
style
Appearance settings (style)
margin
Inset for the table cell
upperLevel
Whether to render in a up-level browser
See Also

Reference

BaseEditor Class
BaseEditor Members