Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / ITableStyleCollection Interface / Item Property / Item(String) Property
The name.
In This Topic
    Item(String) Property
    In This Topic
    Gets the GrapeCity.Documents.Excel.TableStyle with the specified name.
    Syntax
    ITableStyle Item( 
       System.string name
    ) {get;}

    Parameters

    name
    The name.

    Property Value

    The GrapeCity.Documents.Excel.TableStyle.
    See Also