1. Oktober 2015 09:40
2. Oktober 2015 08:13
{
Sheet Automation 'Microsoft Excel 15.0 Object Library'.Worksheet
Datab Automation 'Microsoft Excel 15.0 Object Library'.Databar
Db_Color Automation 'Microsoft Excel 15.0 Object Library'.FormatColor
}
Datab:=Sheet.Range('A4').FormatConditions.AddDatabar;//Erstellt die Databar
Datab.MinPoint.Modify(4,1); //Format(4) Formel! , MinWert(1)
Datab.MaxPoint.Modify(4,100);//Format(4) Formel! , MaxWert(100)
Db_Color:=Datab.BarColor; //Farbenobjekt
Db_Color.ColorIndex:=3; //Farbe hier 3 = rot