View Single Post
  #1   Report Post  
classpeople
 
Posts: n/a
Default 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!