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.
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