FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / SheetCollection Class / Item Property / Item(String) Property

In This Topic
    Item(String) Property
    In This Topic
    Retrieves a sheet by name.
    Syntax
    'Declaration
     
    
    Public Overloads ReadOnly Property Item( _
       ByVal sheetName As String _
    ) As Sheet
    public Sheet Item( 
       string sheetName
    ) {get;}

    Parameters

    sheetName
    See Also