Xceed Workbooks for .NET v3.0 Documentation
Xceed.Workbooks.NET Assembly / Xceed.Workbooks.NET Namespace / WorksheetCollection Class / Item Property / Item(String,String) Property
The name of the Worksheet that is used as the starting point of the range.
The name of the Worksheet that ends the range.


In This Topic
    Item(String,String) Property
    In This Topic
    Gets a WorksheetRange from the WorksheetCollection, using names to identify the starting and ending points of the range.
    Syntax
    'Declaration
     
    
    Public Overloads ReadOnly Property Item( _
       ByVal startWorksheetName As String, _
       ByVal endWorksheetName As String _
    ) As WorksheetRange
    'Usage
     
    
    Dim instance As WorksheetCollection
    Dim startWorksheetName As String
    Dim endWorksheetName As String
    Dim value As WorksheetRange
     
    value = instance.Item(startWorksheetName, endWorksheetName)

    Parameters

    startWorksheetName
    The name of the Worksheet that is used as the starting point of the range.
    endWorksheetName
    The name of the Worksheet that ends the range.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also