| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal sheetView As SheetView, _ ByVal columns() As ColumnWidthChangeExtents, _ ByVal size As Integer, _ ByVal rowHeader As Boolean _ )  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
Dim sheetView As SheetView Dim columns() As ColumnWidthChangeExtents Dim size As Integer Dim rowHeader As Boolean Dim instance As New ColumnResizeUndoAction(sheetView, columns, size, rowHeader)  | |
| C# | |
|---|---|
public ColumnResizeUndoAction( SheetView sheetView, ColumnWidthChangeExtents[] columns, int size, bool rowHeader )  | |
Parameters
- sheetView
 - Sheet
 - columns
 - ColumnWidthChangeExtents[]
 - size
 - Size
 - rowHeader
 - Whether the column being resized is in the row header area
 
Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8