v.3.0.2
The width of the dropping down list in the autofilter is leveled on width of a column.
It and should be?
The Excel does on width of the text...
Autofilter
Hi!
At me too a problem...
I need to add the autofilter in the first row.
I do so-
After preservation in a file, in the top row there should be buttons of the autofilter. It correctly works.
But.
On ALL buttons triangles - BLUE color (should be - BLACK).
If to switch off the autofilter in Excel - buttons remain on a place.
At presence of buttons of the autofilter in cells - the text of cells is not displayed.
This is a bug? (Excel XP, Win XP Pro, XLSRW v.3.0.7)
At me too a problem...
I need to add the autofilter in the first row.
I do so-
Code: Select all
MyXls.Sheets[Index].Autofilters.Add(0, 0, SG.ColCount -1, 0);
But.
On ALL buttons triangles - BLUE color (should be - BLACK).
If to switch off the autofilter in Excel - buttons remain on a place.
At presence of buttons of the autofilter in cells - the text of cells is not displayed.
This is a bug? (Excel XP, Win XP Pro, XLSRW v.3.0.7)