Spread Windows Forms 12.0 Product Documentation
GetCompositeInfo Method (IOptimizedFilterStyleModel)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > IOptimizedFilterStyleModel Interface : GetCompositeInfo Method
The row.
The column.
Alternating index.
The destination information.
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)
StyleInfo GetCompositeInfo( 
   int row,
   int column,
   int altIndex,
   StyleInfo destInfo
)

Parameters

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

Reference

IOptimizedFilterStyleModel Interface
IOptimizedFilterStyleModel Members