Spread Windows Forms 9.0 Product Documentation
GetLowerCompositeStyleInfo Method


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

Return Value

A StyleInfo object
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.