Spread Windows Forms 9.0 Product Documentation
ClearConditionalFormattingUndoAction Constructor


The sheetview where the action happens
The cell ranges where the clearing conditional formatting action happens. If this parameter is null, clears conditional formatting of entire sheet.
Initializes a new instance of the ClearConditionalFormattingUndoAction class.
Syntax
'Declaration
 
Public Function New( _
   ByVal sheetview As SheetView, _
   ByVal range() As CellRange _
)
'Usage
 
Dim sheetview As SheetView
Dim range() As CellRange
 
Dim instance As New ClearConditionalFormattingUndoAction(sheetview, range)
public ClearConditionalFormattingUndoAction( 
   SheetView sheetview,
   CellRange[] range
)

Parameters

sheetview
The sheetview where the action happens
range
The cell ranges where the clearing conditional formatting action happens. If this parameter is null, clears conditional formatting of entire sheet.
Requirements

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

See Also

Reference

ClearConditionalFormattingUndoAction Class
ClearConditionalFormattingUndoAction Members

 

 


Copyright © GrapeCity, inc. All rights reserved.