Represents the row span.
int get rowSpan { return _rowSpan; }
set rowSpan(int value) { _rowSpan = value; _setRange(); }