Spread WPF 17
GrapeCity.Excel Namespace / IExcelReader Interface / SetConditionalFormatting Method
The zero based sheet index used to locate the IExcelWorksheet instance
A IExcelConditionalFormat instance will be added to the collection


In This Topic
    SetConditionalFormatting Method
    In This Topic
    Add a new ExcelConditionalFormat instance to the specified worksheet
    Syntax
    'Declaration
     
    Sub SetConditionalFormatting( _
       ByVal sheet As Short, _
       ByVal format As IExcelConditionalFormat _
    ) 
    'Usage
     
    Dim instance As IExcelReader
    Dim sheet As Short
    Dim format As IExcelConditionalFormat
     
    instance.SetConditionalFormatting(sheet, format)
    void SetConditionalFormatting( 
       short sheet,
       IExcelConditionalFormat format
    )

    Parameters

    sheet
    The zero based sheet index used to locate the IExcelWorksheet instance
    format
    A IExcelConditionalFormat instance will be added to the collection
    Exceptions
    ExceptionDescription
    throws if the format is null
    See Also