API Reference
Struct
PowerPointTableStyleInfo
Represents a table style entry available in the presentation.
Inheritance
- ValueType
- PowerPointTableStyleInfo
Constructors
public PowerPointTableStyleInfo(String styleId, String name) #Creates a table style info entry.
Parameters
- styleId System.String
- The Open XML style identifier (GUID).
- name System.String
- The display name of the style.