Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / ITables Interface / Add Method
The applied range.
Whether the range contains a header.
In This Topic
    Add Method (ITables)
    In This Topic
    Creates a table that includes the specified range of cells and returns the newly created object.
    Syntax
    ITable Add( 
       IRange range,
       System.bool containsHeader
    )

    Parameters

    range
    The applied range.
    containsHeader
    Whether the range contains a header.

    Return Value

    Returns ITable
    See Also