Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetView Class / GetConditionalFormats Method / GetConditionalFormats(Int32,Int32) Method
Row index of the cell
Column index of the cell


In This Topic
    GetConditionalFormats(Int32,Int32) Method
    In This Topic
    Gets the conditional formats for the cell at the specified row and column.
    Syntax
    'Declaration
     
    
    Public Overloads Function GetConditionalFormats( _
       ByVal row As Integer, _
       ByVal column As Integer _
    ) As ConditionalFormat()
    'Usage
     
    
    Dim instance As SheetView
    Dim row As Integer
    Dim column As Integer
    Dim value() As ConditionalFormat
     
    value = instance.GetConditionalFormats(row, column)
    public ConditionalFormat[] GetConditionalFormats( 
       int row,
       int column
    )

    Parameters

    row
    Row index of the cell
    column
    Column index of the cell

    Return Value

    ConditionalFormat object containing the conditional formatting
    See Also