Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetView Class / GetConditionalFormatting Method / GetConditionalFormatting(Int32,Int32) Method
The row index
The column index
Example


In This Topic
    GetConditionalFormatting(Int32,Int32) Method
    In This Topic
    Gets all the conditional formatting in the specified cell.
    Syntax
    'Declaration
     
    
    Public Overloads Function GetConditionalFormatting( _
       ByVal row As Integer, _
       ByVal column As Integer _
    ) As ConditionalFormatting()
    'Usage
     
    
    Dim instance As SheetView
    Dim row As Integer
    Dim column As Integer
    Dim value() As ConditionalFormatting
     
    value = instance.GetConditionalFormatting(row, column)
    public ConditionalFormatting[] GetConditionalFormatting( 
       int row,
       int column
    )

    Parameters

    row
    The row index
    column
    The column index
    Example
    This example uses the GetConditionalFormatting method.
    See Also