Document Solutions for Excel, Java Edition | Document Solutions
Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package
/
ITableColumns Interface
/ delete Method
0 based Integer. Specifies the relative position of the deleted column(s).
Specifies the count of the deleted column(s).
Collapse All
Expand All
In This Topic
delete Method
In This Topic
Deletes the column(s) of data in the table.
Syntax
void
delete(
int
position
,
int
count
)
Parameters
position
0 based Integer. Specifies the relative position of the deleted column(s).
count
Specifies the count of the deleted column(s).
See Also
Reference
ITableColumns Interface
ITableColumns Members