www.gusucode.com > mbcguitools 工具箱 matlab 源码程序 > mbcguitools/@mbcwidgets/@List/setRowColors.m

    function setRowColors(h,Red,Green,Blue)
%setRowColors set row colors for table
% setRowColors(h,Red,Green,Blue)

%  Copyright 2010-2011 The MathWorks, Inc. and Ford Global Technologies, Inc.

h.Peer.setRowColors(Red,Green,Blue)