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


In This Topic
    TryGetNameBoxReference Method
    In This Topic
    Gets the references from DefinedNames' expression.
    Syntax
    'Declaration
     
    
    Public Shared Function TryGetNameBoxReference( _
       ByVal worksheet As IWorksheet, _
       ByVal row As Integer, _
       ByVal column As Integer, _
       ByVal formula As String, _
       ByRef references() As WorksheetReference _
    ) As Boolean
    'Usage
     
    
    Dim worksheet As IWorksheet
    Dim row As Integer
    Dim column As Integer
    Dim formula As String
    Dim references() As WorksheetReference
    Dim value As Boolean
     
    value = UIHelper.TryGetNameBoxReference(worksheet, row, column, formula, references)
    public static bool TryGetNameBoxReference( 
       IWorksheet worksheet,
       int row,
       int column,
       string formula,
       out WorksheetReference[] references
    )

    Parameters

    worksheet
    row
    column
    formula
    references
    See Also