Background

Top  Previous  Next

Background:Integer

 

Barva pozadí buňky

 

 

změní pozadí A1 na červenou (zápisy jsou ekvivalentví)

Sheet.GetCellProperty([1,1]).BackGround := clRed;

Sheet.CellProperty[1,1].Background:=clRed;

SheetList[0].GetCellProperty('A1').BackGround := clRed;

Sheet['A1'].Background:=clRed;

 

Související témata