Spread Windows Forms 9.0 Product Documentation
GetHigherCompositeStyleInfo Method


Row index
Column Index
Alternative row index.
Destination StyleInfo object.
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
Row index
column
Column Index
altIndex
Alternative row index.
destInfo
Destination StyleInfo object.

Return Value

a StyleInfo object.
Remarks
destInfo will have style of table.
Requirements

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

See Also

Reference

ISheetStyleModelTableSupport Interface
ISheetStyleModelTableSupport Members

 

 


Copyright © GrapeCity, inc. All rights reserved.