Spread.Services Documentation
Add Method (ITables)
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
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