Spread for ASP.NET 11 Product Documentation
PaintCell(String,TableCell,Appearance,Inset,Object,Boolean) Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > CheckBoxCellType Class > PaintCell Method : PaintCell(String,TableCell,Appearance,Inset,Object,Boolean) Method
String that contains the unique identifier of the control
Parent cell (TableCell object) for the control
Appearance object with appearance settings
Inset object with margin settings
Value (as object) to put in the control
Whether the control can render in an up-level browser
Gets a control and renders it in the cell based on the specified appearance, margin, and value.
Syntax
'Declaration
 
Public Overloads Overrides Function PaintCell( _
   ByVal id As String, _
   ByVal parent As TableCell, _
   ByVal style As Appearance, _
   ByVal margin As Inset, _
   ByVal value As Object, _
   ByVal upperLevel As Boolean _
) As Control
'Usage
 
Dim instance As CheckBoxCellType
Dim id As String
Dim parent As TableCell
Dim style As Appearance
Dim margin As Inset
Dim value As Object
Dim upperLevel As Boolean
Dim value As Control
 
value = instance.PaintCell(id, parent, style, margin, value, upperLevel)
public override Control PaintCell( 
   string id,
   TableCell parent,
   Appearance style,
   Inset margin,
   object value,
   bool upperLevel
)

Parameters

id
String that contains the unique identifier of the control
parent
Parent cell (TableCell object) for the control
style
Appearance object with appearance settings
margin
Inset object with margin settings
value
Value (as object) to put in the control
upperLevel
Whether the control can render in an up-level browser
See Also

Reference

CheckBoxCellType Class
CheckBoxCellType Members
Overload List