Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / IOptimizedFilterStyleModel Interface / GetCompositeInfo Method
The row.
The column.
Alternating index.
The destination information.
The StyleInfo which is used as temporary compositing StyleInfo. Passing an instance will ensure thread-safe.


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 loadParseFormat As Boolean, _
       ByVal destInfo As StyleInfo, _
       ByVal compositeBufferInfo As StyleInfo _
    ) As StyleInfo
    'Usage
     
    
    Dim instance As IOptimizedFilterStyleModel
    Dim row As Integer
    Dim column As Integer
    Dim altIndex As Integer
    Dim loadParseFormat As Boolean
    Dim destInfo As StyleInfo
    Dim compositeBufferInfo As StyleInfo
    Dim value As StyleInfo
     
    value = instance.GetCompositeInfo(row, column, altIndex, loadParseFormat, destInfo, compositeBufferInfo)

    Parameters

    row
    The row.
    column
    The column.
    altIndex
    Alternating index.
    loadParseFormat
    destInfo
    The destination information.
    compositeBufferInfo
    The StyleInfo which is used as temporary compositing StyleInfo. Passing an instance will ensure thread-safe.
    See Also