示例#1
0
        public string[] GetContent()
        {
            UITestControlCollection cells = Cells;

            if (cells != null)
            {
                return(cells.GetValuesOfControls());
            }
            return(null);
        }