The number of rows currently being displayed in the tab strip. This is most commonly used when the Multline property is 'true' and you want to know how many rows the tabs are currently taking up.
[Visual Basic] Public ReadOnly Property RowCount As Integer [C#] public int RowCount {get;} [C++] public: __property int get_RowCount(); [JScript] public function get RowCount() : int;