Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IFormatConditions Interface / get Method
The zero-based index of the conditional format to return.
In This Topic
    get Method
    In This Topic
    Returns the conditional format specified by the zero-based index.
    Syntax
    java.lang.Object get( 
       int index
    )

    Parameters

    index
    The zero-based index of the conditional format to return.

    Return Value

    The specified conditional format.
    See Also