[]
Represents a collection of ConditionalStyle objects.
public class ConditionalStyleCollection : IEnumerable<ConditionalStyle>, IEnumerable
Initializes a new instance of the ConditionalStyleCollection class.
public ConditionalStyleCollection(Style style)
style
StyleThe parent table style.
Gets a ConditionalStyle object that represents special style formatting for an area of a table.
public ConditionalStyle this[TableStyleOverride index] { get; }
index
TableStyleOverrideThe area of the table to which the formatting is applied.
The ConditionalStyle object that represents special style formatting for the specified area of a table.