Document Solutions for Excel, .NET Edition | Document Solutions
Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace
/
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
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
Delete Method (ITableColumns)
In This Topic
Deletes the column(s) of data in the table.
Syntax
C#
void
Delete( System.
int
position
, System.
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