GrapeCity.Windows.SpreadSheet.UI.UndoRedo Namespace > ColumnGroupExtent Class : ColumnGroupExtent Constructor |
'Declaration Public Function New( _ ByVal index As System.Integer, _ ByVal count As System.Integer _ )
'Usage Dim index As System.Integer Dim count As System.Integer Dim instance As New ColumnGroupExtent(index, count)
GcSpreadSheet1.CanUserUndo = true; var group = new GrapeCity.Windows.SpreadSheet.UI.UndoRedo.ColumnGroupExtent(3,5); var action = new GrapeCity.Windows.SpreadSheet.UI.UndoRedo.ColumnGroupUndoAction(GcSpreadSheet1.Sheets[0],group); GcSpreadSheet1.DoCommand(action);
GcSpreadSheet1.CanUserUndo = True Dim group As New GrapeCity.Windows.SpreadSheet.UI.UndoRedo.ColumnGroupExtent(3,5) Dim action As New GrapeCity.Windows.SpreadSheet.UI.UndoRedo.ColumnGroupUndoAction(GcSpreadSheet1.Sheets(0),group) GcSpreadSheet1.DoCommand(action)
Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6