I can't get sheet tabcolor
Posted: Thu Jul 18, 2019 1:05 pm
I can't get the sheet tabcolor. It always return the same number (4026531840)
Code: Select all
XLSReadWriteII51.FileName:='C:\XLSRWII.xlsx';
XLSReadWriteII51.Read;
Label1.Font.Color:=XLSReadWriteII51.Sheets[0].TabColor;