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

    Parameters

    index

    Property Value

    The GrapeCity.Documents.Excel.TableStyle.
    See Also