Selerix Developer Tools
Rows Property (QuestionMemo)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > QuestionMemo Class : Rows Property
Gets or sets the rows.
Syntax
'Declaration
 
Public Property Rows As Nullable(Of Integer)
'Usage
 
Dim instance As QuestionMemo
Dim value As Nullable(Of Integer)
 
instance.Rows = value
 
value = instance.Rows
public Nullable<int> Rows {get; set;}
public read-write property Rows: Nullable; 
public function get,set Rows : Nullable
public: __property Nullable<int> get_Rows();
public: __property void set_Rows( 
   Nullable<int> value
);
public:
property Nullable<int> Rows {
   Nullable<int> get();
   void set (    Nullable<int> value);
}

Property Value

The rows.
See Also

Reference

QuestionMemo Class
QuestionMemo Members