Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorkbooks Interface / Item Property / Item(String) Property


In This Topic
    Item(String) Property
    In This Topic
    Gets the specified IWorkbook by the IWorkbook name.
    Syntax
    'Declaration
     
    
    Overloads ReadOnly Property Item( _
       ByVal name As String _
    ) As IWorkbook
    'Usage
     
    
    Dim instance As IWorkbooks
    Dim name As String
    Dim value As IWorkbook
     
    value = instance.Item(name)
    IWorkbook Item( 
       string name
    ) {get;}

    Parameters

    name

    Property Value

    The IWorkbook which has the specified name.
    See Also