Spread.Services Documentation
Add Method (ITables)
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
GrapeCity.Documents.Spread Namespace
>
ITables Interface
: Add Method
The applied range.
Whether the range contains a header.
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