Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ConditionalStyleCollection Class / Item Property
The area of the table to which the formatting is applied.

In This Topic
    Item Property (ConditionalStyleCollection)
    In This Topic
    Gets a ConditionalStyle object that represents special style formatting for an area of a table.
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Item( _
       ByVal index As TableStyleOverride _
    ) As ConditionalStyle
    public ConditionalStyle this[ 
       TableStyleOverride index
    ]; {get;}

    Parameters

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

    Property Value

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