Spread Windows Forms 8.0 Product Documentation
GetHigherCompositeStyleInfo Method


Gets the style that has a higher priority than the table style.
Syntax
'Declaration
 
Function GetHigherCompositeStyleInfo( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal altIndex As Integer, _
   ByVal destInfo As StyleInfo _
) As StyleInfo
'Usage
 
Dim instance As ISheetStyleModelTableSupport
Dim row As Integer
Dim column As Integer
Dim altIndex As Integer
Dim destInfo As StyleInfo
Dim value As StyleInfo
 
value = instance.GetHigherCompositeStyleInfo(row, column, altIndex, destInfo)
StyleInfo GetHigherCompositeStyleInfo( 
   int row,
   int column,
   int altIndex,
   StyleInfo destInfo
)

Parameters

row
column
altIndex
destInfo
Remarks
destInfo will have style of table.
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

Reference

ISheetStyleModelTableSupport Interface
ISheetStyleModelTableSupport Members

 

 


Copyright © GrapeCity, inc. All rights reserved.