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

In This Topic
    Item(String) Property
    In This Topic
    Gets the DDSheet with the specified name In C#, this property is an indexer for the DDSheets class. If a DDSheet with the specified name does not exist in the collection, null will be returned.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal sheetName As String _
    ) As DDSheet
    public DDSheet Item( 
       string sheetName
    ) {get;}

    Parameters

    sheetName
    Remarks
    The sheetName argument is compared case insensitively.
    See Also