mlreportgen.ppt.TableStyleOptions class
Package: mlreportgen.ppt
Stripe table rows and columns
Description
Specifies whether to format table rows and columns. Before you use
TableStyleOptions
, specify the table style using the
StyleName
property on the Table
object you
want to apply the options to. The table style determines the formatting of the table,
for example, the color of the banding and first- and last-column emphasis.
Construction
creates a
tableStyles
= TableStyleOptions()TableStyleOptions
object. This object uses the properties of the
table style assigned to the StyleName
property of the table you
assign the properties to. The table uses the TableStyleOption
object
only if the associated table sets the StyleName
property.