Beispiel #1
0
        /// <summary>
        /// Constructor
        /// </summary>
        public Grid()
        {
            this.SuspendLayout();
            this.Name             = "Grid";
            spannedCellReferences = new SpannedCellRangesController(
                this,
                new QuadTreeRangesList(Range.From(new Position(0, 0), 4, 4)));

            this.ResumeLayout(false);
        }