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


In This Topic
    GetConditionalFormats(Int32,Int32) Method
    In This Topic
    Gets the conditional formats for the cell at the specified row and column in the model.
    Syntax
    'Declaration
     
    
    Public Overloads Function GetConditionalFormats( _
       ByVal row As Integer, _
       ByVal column As Integer _
    ) As ConditionalFormat()
    'Usage
     
    
    Dim instance As DefaultSheetStyleModel
    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 in the model
    column
    Column index of the cell in the model

    Return Value

    ConditionalFormat array containing the conditional formats
    See Also