TableItemStyle Style String

  • Thread starter Thread starter hrobinson4
  • Start date Start date
H

hrobinson4

Is there a quick and easy way to obtain the style string that the
TableItemStyle properties builds without subclassing TableItemStyle and
adding a new method that examins all the parent class's style
properties to construct the string?

- Harry
 
I suppose I could call the GetStyleAttributes() method of
TableItemStyle to get a CssStyleCollection and then use its Value
property :-)

- Harry
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top