Spread Windows Forms 12.0 Product Documentation
ColumnResizeUndoAction Constructor


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.UndoRedo Namespace > ColumnResizeUndoAction Class : ColumnResizeUndoAction Constructor
Sheet
ColumnWidthChangeExtents[]
Size
Whether the column being resized is in the row header area
Creates a new undo action for column resizing.
Syntax
'Declaration
 
Public Function New( _
   ByVal sheetView As SheetView, _
   ByVal columns() As ColumnWidthChangeExtents, _
   ByVal size As Integer, _
   ByVal rowHeader As Boolean _
)
'Usage
 
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)
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
See Also

Reference

ColumnResizeUndoAction Class
ColumnResizeUndoAction Members