[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.ConditionalStyleCollection.Item

this Property

this[TableStyleOverride]

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

Declaration
public ConditionalStyle this[TableStyleOverride index] { get; }
Public ReadOnly Default Property Item(index As TableStyleOverride) As ConditionalStyle
Parameters
Type Name Description
TableStyleOverride index

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

Property Value
Type Description
ConditionalStyle

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