internal GaugeInputValueInstance(GaugeInputValue defObject)
     : base((GaugeCell)defObject.GaugePanelDef.RowCollection.GetIfExists(0).GetIfExists(0))
 {
     m_defObject = defObject;
 }