C#
Objective-C
C++/CLI
Java
public int Rows { get; set; }
@property (nonatomic, assign) NSInteger rows;
public int getRows()
public void setRows(int value)
public:
property int Rows {
int get();
void set ( int value);
}
Value that indicates the number of columns.