[]
Creates a new ColumnWidthChangeExtents object.
public ColumnWidthChangeExtents(int firstColumn, int lastColumn)
Public Sub New(firstColumn As Integer, lastColumn As Integer)
| Type | Name | Description |
|---|---|---|
| int | firstColumn | First column of the contiguous selection |
| int | lastColumn | Last column of the contiguous selection |