Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / ICustomViews Interface / Item Property
The custom workbook view's name.
In This Topic
    Item Property (ICustomViews)
    In This Topic
    Gets the custom workbook view using the name.
    Syntax
    ICustomView this[ 
       System.string viewName
    ]; {get;}

    Parameters

    viewName
    The custom workbook view's name.
    See Also