Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »

Description

Deletes a number of columns and its contents from the worksheet. Columns after the deleted columns will be moved to the left.

C#
vb.net

Parameters

columnNumber
The 0-based number of the column to remove.
columnCount
The number of columns to delete.

Examples

C#
vb.net
  • No labels