Document Solutions for Excel, .NET Edition | Document Solutions
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.
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
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
C#
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
Reference
ITables Interface
ITables Members