[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.ConditionalStyleCollection

Class ConditionalStyleCollection

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

Represents a collection of ConditionalStyle objects.

public class ConditionalStyleCollection : IEnumerable<ConditionalStyle>, IEnumerable
Inheritance
object
ConditionalStyleCollection
Implements
System.Collections.Generic.IEnumerable<T><ConditionalStyle>
System.Collections.IEnumerable
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

ConditionalStyleCollection(Style)

Initializes a new instance of the ConditionalStyleCollection class.

public ConditionalStyleCollection(Style style)

Parameters

style Style

The parent table style.

Properties

this[TableStyleOverride]

Gets a ConditionalStyle object that represents special style formatting for an area of a table.

public ConditionalStyle this[TableStyleOverride index] { get; }

Parameters

index TableStyleOverride

The area of the table to which the formatting is applied.

Property Value

ConditionalStyle

The ConditionalStyle object that represents special style formatting for the specified area of a table.