Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IOptimizedFilterStyleModel Interface / GetCompositeInfo Method
The row.
The column.
Alternating index.
The destination information.


In This Topic
    GetCompositeInfo Method (IOptimizedFilterStyleModel)
    In This Topic
    Gets the composite information.
    Syntax
    'Declaration
     
    
    Function GetCompositeInfo( _
       ByVal row As Integer, _
       ByVal column As Integer, _
       ByVal altIndex As Integer, _
       ByVal destInfo As StyleInfo _
    ) As StyleInfo
    'Usage
     
    
    Dim instance As IOptimizedFilterStyleModel
    Dim row As Integer
    Dim column As Integer
    Dim altIndex As Integer
    Dim destInfo As StyleInfo
    Dim value As StyleInfo
     
    value = instance.GetCompositeInfo(row, column, altIndex, destInfo)

    Parameters

    row
    The row.
    column
    The column.
    altIndex
    Alternating index.
    destInfo
    The destination information.
    See Also