mlreportgen.ppt.TableStyleOptions Class
Namespace: 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.
The mlreportgen.ppt.TableStyleOptions
class is a handle
class.
Creation
Description
creates a tableStyles
= TableStyleOptionsTableStyleOptions
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.
Properties
Examples
Version History
Introduced in R2016a