Spread for ASP.NET 12 Product Documentation
Text Property (CheckBoxCellType)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > CheckBoxCellType Class : Text Property
Gets or sets the text label associated with the CheckBox control.
Syntax
'Declaration
 
Public Property Text As String
'Usage
 
Dim instance As CheckBoxCellType
Dim value As String
 
instance.Text = value
 
value = instance.Text
public string Text {get; set;}
See Also

Reference

CheckBoxCellType Class
CheckBoxCellType Members