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


sheetview
The sheetview where the action happens
range
The cellranges in where the clearing conditional formattings action happens. If this parameter is null, clear conditional formattings of entire sheet.

Glossary Item Box

Initializes a new instance of the ClearConditionalFormattingUndoAction class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal sheetview As SheetView, _
   ByVal range() As CellRange _
)
Visual Basic (Usage)Copy Code
Dim sheetview As SheetView
Dim range() As CellRange
 
Dim instance As New ClearConditionalFormattingUndoAction(sheetview, range)
C# 
public ClearConditionalFormattingUndoAction( 
   SheetView sheetview,
   CellRange[] range
)

Parameters

sheetview
The sheetview where the action happens
range
The cellranges in where the clearing conditional formattings action happens. If this parameter is null, clear conditional formattings of entire sheet.

Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

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