ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder Namespace / DDSheets Class / Item Property / Item(Int32) Property

In This Topic
    Item(Int32) Property
    In This Topic
    Gets the DDSheet at the specified index. In C#, this property is an indexer for the DDSheets class.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal iIndex As Integer _
    ) As DDSheet
    public DDSheet Item( 
       int iIndex
    ) {get;}

    Parameters

    iIndex
    See Also