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


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

    Parameters

    startWorksheetId
    The Id of the Worksheet that is used as the starting point of the range.
    endWorksheetId
    The Id 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