Selerix Developer Tools
MaxRowsCount Field






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > CheckboxListQuestion Class : MaxRowsCount Field
Sets the maximum number of rows to 8.
Syntax
'Declaration
 
<XmlAttributeAttribute("MaxRowsCount")>
<DefaultValueAttribute()>
Public MaxRowsCount As Integer
'Usage
 
Dim instance As CheckboxListQuestion
Dim value As Integer
 
value = instance.MaxRowsCount
 
instance.MaxRowsCount = value
[XmlAttribute("MaxRowsCount")]
[DefaultValue()]
public int MaxRowsCount
public field MaxRowsCount: Integer; 
XmlAttributeAttribute("MaxRowsCount")
DefaultValueAttribute()
public var MaxRowsCount : int;
[XmlAttribute("MaxRowsCount")]
[DefaultValue()]
public: int MaxRowsCount
[XmlAttribute("MaxRowsCount")]
[DefaultValue()]
public:
int MaxRowsCount
See Also

Reference

CheckboxListQuestion Class
CheckboxListQuestion Members