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 specified number of rows and its contents from the worksheet. Rows below the deleted rows will be moved up.

C#
vb.net

Parameters

rowNumber
The 0-based number of the row to remove.
rowCount
The number of the rows to remove.

Examples

C#
vb.net
  • No labels