[]
        
(Showing Draft Content)

FarPoint.Web.Spread.CheckBoxCellType.-ctor

CheckBoxCellType Constructor

CheckBoxCellType()

Creates a new check box cell.

Declaration
public CheckBoxCellType()
Public Sub New()

CheckBoxCellType(string, string)

Creates a new check box cell with the specified images.

Declaration
public CheckBoxCellType(string checkedImageUrl, string uncheckedImageUrl)
Public Sub New(checkedImageUrl As String, uncheckedImageUrl As String)
Parameters
Type Name Description
string checkedImageUrl

Image to display when the check box is checked

string uncheckedImageUrl

Image to display when the check box is unchecked