Page tree
    Created with Raphaël 2.1.0
    Loading...
Skip to end of metadata
Go to start of metadata

Description

Ungroups a contiguous set of columns.

C#
public void UngroupColumns(int startColumnIndex, int numColumns)
vb.net
Public Sub UngroupColumns(ByVal startColumnIndex As Integer, ByVal numColumns As Integer)

Parameters

startColumnIndex
The 0-based index of the starting column.
numColumns
The number of Columns to ungroup.

Examples

C#
ws.UngroupColumns(0, 5);
vb.net
ws.UngroupColumns(0, 5)
  • No labels