using System; namespace GoldPrinter { public enum GridMergeFlag { None, Row, Col, ColDependOnBeforeGroup, Both, Any } }