Spread for ASP.NET 10 Product Documentation
GetCompositeInfo Method (IOptimizedFilterStyleModel)


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.
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)
StyleInfo GetCompositeInfo( 
   int row,
   int column,
   int altIndex,
   bool loadParseFormat,
   StyleInfo destInfo,
   StyleInfo 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.
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

IOptimizedFilterStyleModel Interface
IOptimizedFilterStyleModel Members

 

 


Copyright © GrapeCity, inc. All rights reserved.