'Declaration Public Function New( _ ByVal firstColumn As Integer, _ ByVal lastColumn As Integer _ )
'Usage Dim firstColumn As Integer Dim lastColumn As Integer Dim instance As New ColumnWidthChangeExtents(firstColumn, lastColumn)
public ColumnWidthChangeExtents( int firstColumn, int lastColumn )
Parameters
- firstColumn
- First column of the contiguous selection
- lastColumn
- Last column of the contiguous selection