Spread for ASP.NET 7.0 Product Documentation
GetCompositeInfo Method
See Also  Support Options
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > IOptimizedFilterStyleModel Interface : GetCompositeInfo Method


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.

Glossary Item Box

Gets the composite information.

Syntax

Visual Basic (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
Visual Basic (Usage)Copy Code
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)
C# 
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 Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.