Xceed Workbooks for .NET v3.0 Documentation
Xceed.Workbooks.NET Assembly / Xceed.Workbooks.NET Namespace / ConditionalFormattingCellHighlight Class / SetCondition Method
The CellHighlightCondition that will determine if the Cell is highlighted or not.


In This Topic
    SetCondition Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub SetCondition( _
       ByVal condition As CellHighlightCondition _
    ) 
    'Usage
     
    
    Dim instance As ConditionalFormattingCellHighlight
    Dim condition As CellHighlightCondition
     
    instance.SetCondition(condition)
    public void SetCondition( 
       CellHighlightCondition condition
    )

    Parameters

    condition
    The CellHighlightCondition that will determine if the Cell is highlighted or not.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also