GetCompositeInfo Method (IOptimizedFilterStyleModel)
In This Topic
Gets the composite information.
Syntax
'Declaration
Function GetCompositeInfo( _
ByVal As Integer, _
ByVal column As Integer, _
ByVal As Integer, _
ByVal As Boolean, _
ByVal As StyleInfo, _
ByVal 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