How can i get autoformat name of range in excelsheet?
Hi :)
I have a question about autoformat .
since i can set a range's autoformat by
range.autoformat(param);
but how can i get a rang's autoformat name which is already set autoformat,
just like i have range "A1:B12" which autoformat i set is simiple
so i want to know there is any function can return range ("a1:b12") 's
autoformat name like "simple"
Thanks!
|