Spread for ASP.NET 12 Product Documentation
ClearConditionalFormating(Int32,Int32,Int32,Int32) Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class > ClearConditionalFormating Method : ClearConditionalFormating(Int32,Int32,Int32,Int32) Method
Starting row index
Starting column index
Number of rows
Number of columns
Removes all of the conditional formatting from the specified cell range.
Syntax
'Declaration
 
Public Overloads Sub ClearConditionalFormating( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal rowCount As Integer, _
   ByVal columnCount As Integer _
) 
'Usage
 
Dim instance As SheetView
Dim row As Integer
Dim column As Integer
Dim rowCount As Integer
Dim columnCount As Integer
 
instance.ClearConditionalFormating(row, column, rowCount, columnCount)
public void ClearConditionalFormating( 
   int row,
   int column,
   int rowCount,
   int columnCount
)

Parameters

row
Starting row index
column
Starting column index
rowCount
Number of rows
columnCount
Number of columns
See Also

Reference

SheetView Class
SheetView Members
Overload List