Public Declare Function premain Lib "xxxx.Dll" Alias "_xxxx" (ByRef icfrx As Integer, ByRef irowx As Double, ByVal filename As String, ByVal RowName(10) As String)
Public Declare Function premain Lib "xxxx.Dll" Alias "_xxxx" (ByRef icfrx As Integer, ByRef irowx As Double, ByVal filename As String, ByVal RowName(10) As String)
Public Declare Function premainLib "xxxx.Dll" Alias "_xxxx" (ByRef icfrx As Integer, ByRef irowx As Double, ByVal filename As String, ByVal RowName(10) As String)