'Declaration
Public Shared Function IsMatchedNameBoxItem( _
ByVal As Worksheet, _
ByVal As Reference, _
ByVal As Object, _
ByVal As Integer, _
ByVal column As Integer _
) As Boolean
public static bool IsMatchedNameBoxItem(
Worksheet ,
Reference ,
object ,
int ,
int column
)