'Declaration
Function GetHigherCompositeStyleInfo( _
ByVal As Integer, _
ByVal column As Integer, _
ByVal As Integer, _
ByVal As StyleInfo _
) As StyleInfo
'使用法
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)