예제 #1
0
        ////////////////////////////////////////////////////////////////////////

        #region Check Columns

        public bool HasAllColumnsEmpty()
        {
            return(RowColumns.Count(_x => _x.Value == string.Empty) == RowColumns.Count);
        }