Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / UIHelper Class / IsMatchedNameBoxItem Method


In This Topic
    IsMatchedNameBoxItem Method
    In This Topic
    Finding the defined Name or table refer to the reference.
    Syntax
    'Declaration
     
    
    Public Shared Function IsMatchedNameBoxItem( _
       ByVal worksheet As Worksheet, _
       ByVal reference As Reference, _
       ByVal item As Object, _
       ByVal row As Integer, _
       ByVal column As Integer _
    ) As Boolean
    'Usage
     
    
    Dim worksheet As Worksheet
    Dim reference As Reference
    Dim item As Object
    Dim row As Integer
    Dim column As Integer
    Dim value As Boolean
     
    value = UIHelper.IsMatchedNameBoxItem(worksheet, reference, item, row, column)
    public static bool IsMatchedNameBoxItem( 
       Worksheet worksheet,
       Reference reference,
       object item,
       int row,
       int column
    )

    Parameters

    worksheet
    reference
    item
    row
    column
    See Also