www.gusucode.com > mbcview 工具箱matlab源码程序 > mbcview/@cgtradeoffgui/@toGVDataModel/getRowCount.m

    function nR = getRowCount(obj)
%GETROWCOUNT Return the number of rows in the data model.
%
%   NR = GETROWCOUNT(OBJ) returns the number of rows in the data model.

%   Copyright 2006 The MathWorks, Inc.


nR = size(obj.IsBlank, 1);