Spread Windows Forms 8.0 Product Documentation
GetLowerCompositeStyleInfo Method


Gets the style that has a lower priority than the table style.
Syntax
'Declaration
 
Function GetLowerCompositeStyleInfo( _
   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.GetLowerCompositeStyleInfo(row, column, altIndex, destInfo)
StyleInfo GetLowerCompositeStyleInfo( 
   int row,
   int column,
   int altIndex,
   StyleInfo destInfo
)

Parameters

row
column
altIndex
destInfo
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.