[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ITables.Add

Add Method

Add(IRange, bool)

Creates a table that includes the specified range of cells and returns the newly created object.

Declaration
ITable Add(IRange range, bool containsHeader = false)
Function Add(range As IRange, Optional containsHeader As Boolean = False) As ITable
Parameters
Type Name Description
IRange range

The applied range.

bool containsHeader

Whether the range contains a header.

Returns
Type Description
ITable

Returns ITable