Spread Windows Forms 6.0 Product Documentation
ColumnResizeUndoAction Constructor
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.UndoRedo Namespace > ColumnResizeUndoAction Class : ColumnResizeUndoAction Constructor


sheetView
Sheet
columns
ColumnWidthChangeExtents[]
size
Size
rowHeader
Whether the column being resized is in the row header area

Glossary Item Box

Creates a new undo action for column resizing.

Syntax

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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.