Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / BorderPattern Class / FindXLIndex Method


In This Topic
FindXLIndex Method
In This Topic
Return the Excel border index from the passed in pattern and compound arrays.
Syntax
'Declaration
 
Public Shared Function FindXLIndex( _
   ByVal pattern() As Single, _
   ByVal compound() As Single _
) As Integer
 
'Usage
 
Dim pattern() As Single
Dim compound() As Single
Dim value As Integer
 
value = BorderPattern.FindXLIndex(pattern, compound)

Parameters

pattern
compound
See Also